Skip to content

Commit

Permalink
Merge pull request #15 from mpiwg-abi/eschnett-patch-1
Browse files Browse the repository at this point in the history
mpi.h: Remove trailing space
  • Loading branch information
dalcinl authored Feb 15, 2024
2 parents 2a22d5e + ac4e21f commit 29be950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ enum {
// Environmental inquiry keys and Predefined Attribute Keys
// Threads Constants
// These values are monotonic; i.e., SINGLE < FUNNELED < SERIALIZED < MULTIPLE.
MPI_THREAD_SINGLE = 0,
MPI_THREAD_SINGLE = 0,
MPI_THREAD_FUNNELED = 1,
MPI_THREAD_SERIALIZED = 2,
MPI_THREAD_MULTIPLE = 7, // in case we need other threading levels below MULTIPLE
Expand Down

0 comments on commit 29be950

Please sign in to comment.