mpiObjectMapOR_ASSIGN
Declaration
#define mpiObjectMapOR_ASSIGN(dst,src) ((dst) |= (src))
Description
Bitwise ORs the dst object map with the src object map and assigns the result to dst.
See Also
mpiObjectMapASSIGN