Skip to content

Commit

Permalink
Add RSMPI_STATUSES_IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind authored and bsteinb committed Mar 28, 2017
1 parent 81d4b0e commit da5e77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi/rsmpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const MPI_Message RSMPI_MESSAGE_NO_PROC = MPI_MESSAGE_NO_PROC;
const MPI_Request RSMPI_REQUEST_NULL = MPI_REQUEST_NULL;

MPI_Status* RSMPI_STATUS_IGNORE = MPI_STATUS_IGNORE;
MPI_Status* RSMPI_STATUSES_IGNORE = MPI_STATUSES_IGNORE;

const int RSMPI_IDENT = MPI_IDENT;
const int RSMPI_CONGRUENT = MPI_CONGRUENT;
Expand Down
1 change: 1 addition & 0 deletions src/ffi/rsmpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

extern const int RSMPI_IDENT;
extern const int RSMPI_CONGRUENT;
Expand Down

0 comments on commit da5e77f

Please sign in to comment.