mpiSercosNodeInsert

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

SercosNodeInsert inserts a Node object (insert) in a Sercos object (sercos), just after the specified Node object (node).

Return Values
MPIMessageOK if SercosNodeInsert successfully inserts the Node object (insert) just after the specified Node object (node), in the Sercos object (sercos)
See Also