MPE_Seq_end
Ends a sequential section of code.
Synopsis
#include <stdio.h>
#include "mpe.h"
void MPE_Seq_end( comm, ng )
MPI_Comm comm;
int ng;
Input Parameters
- comm - Communicator to sequentialize.
- ng - Number in group. This many processes are allowed to execute
at the same time. Usually one.
Notes
See MPE_Seq_begin for more details.
Location:mpe_seq.c