mpiEventMaskIS_EQUAL

Declaration
#define	mpiEventMaskIS_EQUAL(mask1,mask2)
	(((mask1)[0] == (mask2)[0]) &&
	((mask1)[1] == (mask2)[1])))
Required Header stdmpi.h
Description

EventMaskIS_EQUAL tests the equality of two event masks.

Returns

TRUE if mask1 is the same as mask2. Otherwise it returns FALSE.
See Also MPIEventMask