mpiIdnFieldAttrGET

Declaration

 

#define mpiIdnFieldAttrGET(attr,word)  
        (((word) >> iIdnFieldAttrSHIFT(attr)) &  
        mpiIdnFieldAttrMASK(attr))
Required Header stdmpi.h
Description

IdnFieldAttrGET reads the value of the specified attr (MPIIdnFieldAttr) from the word.

See Also mpiIdnFieldATTR