#include "petsc.h" PetscErrorCode PetscSequentialPhaseEnd(MPI_Comm comm,int ng)Collective on MPI_Comm
comm | - Communicator to sequentialize. | |
ng | - Number in processor group. This many processes are allowed to execute at the same time (usually 1) |
  PetscSequentialPhaseEnd(void) | -> | PetscSequentialPhaseEnd(PETSC_COMM_WORLD,1) | |||
  PetscSequentialPhaseEnd(MPI_Comm comm) | -> | PetscSequentialPhaseEnd(comm,1) |
Level:intermediate
Location:src/sys/utils/mpiu.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages