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 61cbee3 + 48ed0de commit 37fefb3Copy full SHA for 37fefb3
include/mpi.h
@@ -20,7 +20,7 @@ typedef struct {
20
int MPI_SOURCE;
21
int MPI_TAG;
22
int MPI_ERROR;
23
- int internal[5];
+ int MPI_internal[5];
24
} MPI_Status;
25
26
typedef struct MPI_ABI_Op * MPI_Op;
0 commit comments