mpiSercosNodeListGet

Declaration
long mpiSercosNodeListGet(MPISercos sercos,
                          long      *nodeCount,
                          MPINode   *nodeList) 
Required Header stdmpi.h
Description

SercosNodeListGet gets the Nodes in a Sercos object (sercos), and writes an array (of handles to those Nodes, size= nodeCount) to the location pointed to by nodeList, and also writes the number of Nodes (in the Sercos object) to the location pointed to by nodeCount.

Return Values
MPIMessageOK if SercosNodeListGet successfully writes the array of Node handles and the number of Nodes to the 2 locations (nodeList, nodeCount)
See Also mpiSercosNodeListSet