mpiSercosNode

Declaration
 MPINode  mpiSercosNode(MPISercos sercos,
                        long      index) 
Required Header stdmpi.h
Description

SercosNode returns the element at the position on the list indicated by index.

  sercos a handle to the Sercos object.
  index a position in the list.
     
Return Values
handle to the indexth Node object of a Sercos object (sercos)
MPIHandleVOID if sercos is invalid
if index is less than 0
if index is greater than mpiSercosCount(sercos)
if index is equal to mpiSercosCount(sercos)
MPIMessageARG_INVALID if index is a negative number.
MEIListMessageELEMENT_NOT_FOUND if index is greater than or equal to the number of elements in the list.
MPIMessageHANDLE_INVALID if sercos is an invalid handle.
See Also