mpiObjectMapBitGET

Declaration

 

#define mpiObjectMapBitGET(map,bit)(((map) &  (0x1 << (bit))) ? 1 : 0)
Required Header stdmpi.h
Description

ObjectMapBitGET gets the bit number's state for the specified object map.

See Also mpiObjectMapBitSET