mpiObjectMapCOMPLEMENT

Declaration
#define mpiObjectMapCOMPLEMENT(map)	((map) = ~(map))
Required Header stdmpi.h
Description

ObjectMapCOMPLEMENT performs bitwise complement to the object map and assigns the result to map.

See Also