seqBegin

Begin a sequential section

Synopsis

void seqBegin( MPI_Comm comm )

Input Parameter

comm
Communicator of all processes involved in sequential section

Notes

This routine is collective over the comm; only one process at a time executes the code between the call to this routine and to seqEnd; the others wait. The processes execute in rank order (in comm)