mpiSercosNodeIndex

Declaration
long mpiSercosNodeIndex(MPISercos sercos,
                        MPINode node) 
Required Header stdmpi.h
Description

SercosNodeIndex returns the position of node on the list.

  sercos a handle to the Sercos object.
  node a handle to a Node object.
     
Return Values
index
of a Node object (node) in a Sercos object (sercos)
-1
if sercos is invalid
if node was not found in sercos
See Also