mpiObjectMapAND_ASSIGN

Declaration  

 

#define	  mpiObjectMapAND_ASSIGN(dst,src)	((dst) &= (src))
Required Header stdmpi.h
Description

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

See Also mpiObjectMapASSIGN