MPI 04.00 Reference>>mpiNotify

mpiNotifyEventCount

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiNotifyEventCount(MPINotify   notify,
                       int32_t*       eventCount
};

 

Required Header: notify.h

Change History: Added in 04.00.

Description

mpiNotifyEventCount returns the number of events currently in the notify object’s buffer.

notify The handle to the MPINotify object.
eventCount A pointer to the variable where the current event count will be written.
Return Values
MPIMessageOK

See Also

mpiNotifyEventWait