mpiNotifyEventFlush

Declaration
long mpiNotifyEventFlush(MPINotify   notify)

Required Header

stdmpi.h
Description

NotifyEventFlush flushes any pending events from the internal FIFO event queue maintained by a Notify object (notify).

Return Values
MPIMessageOK if NotifyEventFlush successfully flushes the pending events from the internal FIFO event queue maintained by the Notify object
See Also