mpiObjectMapOR_ASSIGN

Declaration
#define    mpiObjectMapOR_ASSIGN(dst,src)    ((dst) |= (src))
Required Header stdmpi.h
Description

Bitwise ORs the dst object map with the src object map and assigns the result to dst.

See Also mpiObjectMapASSIGN