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.
2 parents 2a22d5e + ac4e21f commit 29be950Copy full SHA for 29be950
mpi.h
@@ -318,7 +318,7 @@ enum {
318
// Environmental inquiry keys and Predefined Attribute Keys
319
// Threads Constants
320
// These values are monotonic; i.e., SINGLE < FUNNELED < SERIALIZED < MULTIPLE.
321
- MPI_THREAD_SINGLE = 0,
+ MPI_THREAD_SINGLE = 0,
322
MPI_THREAD_FUNNELED = 1,
323
MPI_THREAD_SERIALIZED = 2,
324
MPI_THREAD_MULTIPLE = 7, // in case we need other threading levels below MULTIPLE
0 commit comments