Skip to content

Commit da5e77f

Browse files
Rufflewindbsteinb
authored andcommitted
Add RSMPI_STATUSES_IGNORE
1 parent 81d4b0e commit da5e77f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ffi/rsmpi.c

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const MPI_Message RSMPI_MESSAGE_NO_PROC = MPI_MESSAGE_NO_PROC;
3333
const MPI_Request RSMPI_REQUEST_NULL = MPI_REQUEST_NULL;
3434

3535
MPI_Status* RSMPI_STATUS_IGNORE = MPI_STATUS_IGNORE;
36+
MPI_Status* RSMPI_STATUSES_IGNORE = MPI_STATUSES_IGNORE;
3637

3738
const int RSMPI_IDENT = MPI_IDENT;
3839
const int RSMPI_CONGRUENT = MPI_CONGRUENT;

src/ffi/rsmpi.h

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ extern const MPI_Message RSMPI_MESSAGE_NO_PROC;
3535
extern const MPI_Request RSMPI_REQUEST_NULL;
3636

3737
extern MPI_Status* RSMPI_STATUS_IGNORE;
38+
extern MPI_Status* RSMPI_STATUSES_IGNORE;
3839

3940
extern const int RSMPI_IDENT;
4041
extern const int RSMPI_CONGRUENT;

0 commit comments

Comments
 (0)