Skip to content

Commit 0c4ccfb

Browse files
dalcinljeffhammond
authored andcommitted
Update values of MPI_THREAD_{FUNNELED|SERIALIZED|MULTIPLE}
1 parent d1b8a58 commit 0c4ccfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mpi.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ enum {
348348
enum {
349349
/* Thread Support - monotonic values, SINGLE < FUNNELED < SERIALIZED < MULTIPLE. */
350350
MPI_THREAD_SINGLE = 0,
351-
MPI_THREAD_FUNNELED = 1,
352-
MPI_THREAD_SERIALIZED = 2,
353-
MPI_THREAD_MULTIPLE = 7, /* in case we need other threading levels below MULTIPLE */
351+
MPI_THREAD_FUNNELED = 1024,
352+
MPI_THREAD_SERIALIZED = 2048,
353+
MPI_THREAD_MULTIPLE = 4096,
354354

355355
/* Array Datatype Order */
356356
MPI_ORDER_C = 0xC, /* 12 */

0 commit comments

Comments
 (0)