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 d1b8a58 commit 0c4ccfbCopy full SHA for 0c4ccfb
mpi.h
@@ -348,9 +348,9 @@ enum {
348
enum {
349
/* Thread Support - monotonic values, SINGLE < FUNNELED < SERIALIZED < MULTIPLE. */
350
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 */
+ MPI_THREAD_FUNNELED = 1024,
+ MPI_THREAD_SERIALIZED = 2048,
+ MPI_THREAD_MULTIPLE = 4096,
354
355
/* Array Datatype Order */
356
MPI_ORDER_C = 0xC, /* 12 */
0 commit comments