mpiNodeIdnFieldGet / meiNodeIdnFieldGet

mpiNodeIdnFieldGet
Declaration
long mpiNodeIdnFieldGet(MPINode     node,
                        MPIIdn      idn,
                        MPIIdnField field)
Required Header stdmpi.h
Description

NodeIdnFieldGet reads the specified field from an idn located on a node and writes it into the idn object.

  node a handle to the Node object
  idn a handle to an Idn object
  field enumeration corresponding to each element in the structure MPIIdnElement
     
Return Values
MPIMessageOK if NodeIdnFieldGet successfully reads the specified field.

 

meiNodeIdnFieldGet
Declaration
long meiNodeIdnFieldGet(MPINode     node, 
                        MPIIdn      idn, 
                        MPIIdnField field)
Required Header stdmei.h
Description NodeIdnFieldGet reads the specified field from the node into the idn.
Return Values
MPIMessageOK if NodeIdnFieldGet successfully reads the specified field.
See Also mpiNodeIdnFieldSet