mpiNodeIdnListGet

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

NodeIdnListGet gets the Node's (node) Idn list specified by type and writes it to idnList. The existing Idn list at idnList (if any) will be deleted.

Return Values
MPIMessageOK if NodeIdnListGet successfully gets and writes the Node's Idn list to idnList
See Also mpiNodeIdnListSet