mpiNodeIdnFieldSet / meiNodeIdnFieldSet

mpiNodeIdnFieldSet
Declaration
long mpiNodeIdnFieldSet(MPIIdn        idn,
                        MPIIdnField   field,
                        void          *value)            
Required Header stdmpi.h
Description

NodeIdnFieldSet writes a value to a specified field located in the idn on a node. The node is determined by the association between the idn object and the node object.

  idn a handle to an Idn object
  *value a pointer to a void
     
Return Values
MPIMessageOK if NodeIdnFieldSet successfully writes the specified field.
See Also mpiNodeIdnFieldGet
   

 

meiNodeIdnFieldSet
Declaration
long meiNodeIdnFieldSet(MPINode     node,
                        MPIIdn      idn,
                        MPIIdnField field)
Required Header stdmei.h
Description NodeIdnFieldSet writes the specified field to the node from the idn object.
Return Values
MPIMessageOK if NodeIdnFieldSet successfully writes the specified field.
See Also mpiNodeIdnFieldGet | meiNodeIdnFieldGet