mpiSercosInit

Declaration
long mpiSercosInit(MPISercos sercos,
                   long      phase) 
Required Header stdmpi.h
Description

SercosInit advances the initialization of a Sercos object (sercos) to a specific phase (phase).

If phase = -1, then the Sercos object is moved to Phase 4 (full initialization). If the current phase number (of the Sercos object) is greater than phase, initialization restarts at Phase 0 and advances to Phase phase.

Return Values
MPIMessageOK if SercosInit successfully initializes the state of a Sercos object (sercos) to the Phase phase
See Also