mpiSercosNodeLast

Declaration
 MPINode mpiSercosNodeLast(MPISercos sercos) 
Required Header stdmpi.h
Description

SercosNodeLast returns the last element in the list. This function can be used in conjuntion with mpiSercosNodePrevious() in order to iterate through the list backwards.

  sercos a handle to the Sercos object.
     
Return Values
handle to the last Node object (node) of a Sercos object (sercos)
MPIHandleVOID if sercos is invalid
if sercos is empty
MPIMessageHANDLE_INVALID if sercos is an invalid handle.
See Also mpiSercosNodePrevious | mpiSercosNodeFirst