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 b44278a commit 3e9d51fCopy full SHA for 3e9d51f
src/mpi/mpi_caf.c
@@ -57,7 +57,7 @@ typedef struct mpi_caf_token_t
57
} mpi_caf_token_t;
58
#define TOKEN(X) &(((mpi_caf_token_t *) (X))->memptr)
59
#else
60
-typedef MPI_win *mpi_caf_token_t;
+typedef MPI_Win *mpi_caf_token_t;
61
#define TOKEN(X) ((mpi_caf_token_t) (X))
62
#endif
63
0 commit comments