1
1

* add missing Makefile to configure output

* Fix MPI profiling layer symlink code from src -> ompi
* Change some modex includes

This commit was SVN r6309.
Этот коммит содержится в:
Brian Barrett 2005-07-02 17:32:01 +00:00
родитель e4400b1315
Коммит e984f48ad9
5 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -1534,6 +1534,7 @@ AC_CONFIG_FILES([
orte/dynamic-mca/soh/Makefile
ompi/Makefile
ompi/include/Makefile
ompi/class/Makefile
ompi/attribute/Makefile

Просмотреть файл

@ -355,7 +355,7 @@ endif
$(nodist_libmpi_c_pmpi_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '2-'` ; \
ln -s $(top_srcdir)/src/mpi/c/$$pname $@ ; \
ln -s $(top_srcdir)/ompi/mpi/c/$$pname $@ ; \
fi
# Conditionally install the header files

Просмотреть файл

@ -335,7 +335,7 @@ endif
$(nodist_libmpi_f77_pmpi_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '2-'` ; \
ln -s $(top_srcdir)/src/mpi/f77/$$pname $@ ; \
ln -s $(top_srcdir)/ompi/mpi/f77/$$pname $@ ; \
fi
# Conditionally install the header files

Просмотреть файл

@ -37,7 +37,7 @@
#include "attribute/attribute.h"
#include "mca/base/base.h"
#include "mca/base/mca_base_module_exchange.h"
#include "mca/pml/base/pml_base_module_exchange.h"
#include "mca/pml/pml.h"
#include "mca/pml/base/base.h"
#include "mca/coll/coll.h"

Просмотреть файл

@ -44,7 +44,7 @@
#include "mca/mpool/base/base.h"
#include "mca/mpool/mpool.h"
#include "mca/pml/pml.h"
#include "mca/pml/pml.h"
#include "mca/pml/base/pml_base_module_exchange.h"
#include "mca/pml/base/base.h"
#include "mca/coll/coll.h"
#include "mca/coll/base/base.h"