We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3aeb3 commit 6de263fCopy full SHA for 6de263f
ompi/mpi/cxx/mpicxx.cc
@@ -163,4 +163,10 @@ const char*** ARGVS_NULL = (const char***) MPI_ARGVS_NULL;
163
// empty group
164
const Group GROUP_EMPTY(MPI_GROUP_EMPTY);
165
166
+#if OMPI_ENABLE_MPI1_COMPAT
167
+// special datatypes for contstruction of derived datatypes
168
+const Datatype UB(MPI_UB);
169
+const Datatype LB(MPI_LB);
170
+#endif
171
+
172
} /* namespace MPI */
0 commit comments