We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d4b0e commit da5e77fCopy full SHA for da5e77f
src/ffi/rsmpi.c
@@ -33,6 +33,7 @@ const MPI_Message RSMPI_MESSAGE_NO_PROC = MPI_MESSAGE_NO_PROC;
33
const MPI_Request RSMPI_REQUEST_NULL = MPI_REQUEST_NULL;
34
35
MPI_Status* RSMPI_STATUS_IGNORE = MPI_STATUS_IGNORE;
36
+MPI_Status* RSMPI_STATUSES_IGNORE = MPI_STATUSES_IGNORE;
37
38
const int RSMPI_IDENT = MPI_IDENT;
39
const int RSMPI_CONGRUENT = MPI_CONGRUENT;
src/ffi/rsmpi.h
@@ -35,6 +35,7 @@ extern const MPI_Message RSMPI_MESSAGE_NO_PROC;
extern const MPI_Request RSMPI_REQUEST_NULL;
extern MPI_Status* RSMPI_STATUS_IGNORE;
+extern MPI_Status* RSMPI_STATUSES_IGNORE;
40
extern const int RSMPI_IDENT;
41
extern const int RSMPI_CONGRUENT;
0 commit comments