* As requested, move mpiruntime to mpi/runtime
This commit was SVN r1960.
Этот коммит содержится в:
родитель
2136524e17
Коммит
fd27aa08fc
@ -839,7 +839,6 @@ AC_CONFIG_FILES([
|
||||
src/os/linux/ia64/Makefile
|
||||
src/os/linux/x86_64/Makefile
|
||||
src/os/tru64/Makefile
|
||||
src/mpiruntime/Makefile
|
||||
src/runtime/Makefile
|
||||
src/threads/Makefile
|
||||
src/util/Makefile
|
||||
@ -918,6 +917,7 @@ AC_CONFIG_FILES([
|
||||
src/mpi/f77/Makefile
|
||||
src/mpi/f77/profile/Makefile
|
||||
src/mpi/f90/Makefile
|
||||
src/mpi/runtime/Makefile
|
||||
|
||||
src/tools/Makefile
|
||||
src/tools/ompid/Makefile
|
||||
|
@ -65,7 +65,6 @@ SUBDIRS = \
|
||||
class \
|
||||
mca \
|
||||
mpi \
|
||||
mpiruntime \
|
||||
op \
|
||||
os \
|
||||
proc \
|
||||
@ -104,7 +103,7 @@ libmpi_la_LIBADD = \
|
||||
mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS) \
|
||||
$(c_mpi_lib) $(c_pmpi_lib) $(f77_mpi_lib) $(f77_pmpi_lib) \
|
||||
$(f90_lib) $(cxx_lib) \
|
||||
mpiruntime/libmpiruntime.la \
|
||||
mpi/runtime/libmpiruntime.la \
|
||||
op/libop.la \
|
||||
proc/libproc.la \
|
||||
request/librequest.la \
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "mpi.h"
|
||||
#include "class/ompi_object.h"
|
||||
#include "class/ompi_pointer_array.h"
|
||||
#include "mpiruntime/mpiruntime.h"
|
||||
#include "mpi/runtime/mpiruntime.h"
|
||||
#include "errhandler/errhandler_predefined.h"
|
||||
|
||||
/*
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = c cxx f77 f90
|
||||
SUBDIRS = runtime c cxx f77 f90
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
/* For backwards compatibility. If you only need MPI stuff, please include
|
||||
mpiruntime/mpiruntime.h directly */
|
||||
#include "mpiruntime/mpiruntime.h"
|
||||
#include "mpi/runtime/mpiruntime.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user