PetscSequentialPhaseEnd

Ends a sequential section of code.

Synopsis

int PetscSequentialPhaseEnd(MPI_Comm comm,int ng )
Collective on MPI_Comm

Input Parameters

comm - Communicator to sequentialize.
ng - Number in processor group. This many processes are allowed to execute at the same time (usually 1)

Notes

See PetscSequentialPhaseBegin() for more details.

See Also

PetscSequentialPhaseBegin()

Keywords

sequential, phase, end

Location: src/sys/src/utilsmpiu.c
System Index
Table of Contents