Revert "mpi: make C++ bindings compile when MPI-1 compat is disabled"
This reverts commit b323655809
.
Signed-off-by: Geoffrey Paulsen <gpaulsen@us.ibm.com>
Этот коммит содержится в:
родитель
7c3aeb3061
Коммит
6de263fc29
@ -163,4 +163,10 @@ const char*** ARGVS_NULL = (const char***) MPI_ARGVS_NULL;
|
||||
// empty group
|
||||
const Group GROUP_EMPTY(MPI_GROUP_EMPTY);
|
||||
|
||||
#if OMPI_ENABLE_MPI1_COMPAT
|
||||
// special datatypes for contstruction of derived datatypes
|
||||
const Datatype UB(MPI_UB);
|
||||
const Datatype LB(MPI_LB);
|
||||
#endif
|
||||
|
||||
} /* namespace MPI */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user