Lines Matching refs:MPI_STATUS_IGNORE
63 as an out parameter, to accept the constants MPI_STATUS_IGNORE or
66 MPI_STATUS_IGNORE for Status"). (mpi2-report.pdf, 1615898 bytes,
132 || (defined(MPI_STATUS_IGNORE) && defined(MPI_STATUSES_IGNORE))
441 /* Return True if status is MPI_STATUS_IGNORE or MPI_STATUSES_IGNORE.
449 return status == MPI_STATUSES_IGNORE || status == MPI_STATUS_IGNORE;