mpiObjectMapIS_VALID
Declaration
#define mpiObjectMapIS_VALID(objectMap,count) \ (((count) >= (sizeof(objectMap) * 8)) || \ (((~((0x1 << (count)) - 1)) & (objectMap)) == 0))))
Description
mpiObjectMapIS_VALID checks if the map is within the count range. If the map is valid, it returns a non-zero value.
See Also