mpiNodeIdnListSet

Declaration
long mpiNodeIdnListSet(MPINode            node,
                       MPINodeIdnListType type,
                       MPIIdnList         idnlist) 
Required Header stdmpi.h
Description

NodeIdnListSet sets the Node's (node) Idn list (specified by type) using data from idnList. The existing Idn list of the Node (if any) will be deleted.

Return Values
MPIMessageOK if NodeIdnListSet successfully sets the Node's Idn list using data from idnList
See Also mpiNodeIdnListGet