PCMPIServerEnd#
ends a server that runs on the rank != 0 MPI processes waiting to process requests for parallel KSP solves and management of parallel KSP
objects.
Synopsis#
#include "petscksp.h"
PetscErrorCode PCMPIServerEnd(void)
Logically Collective on all MPI ranks except 0
Note#
This is normally called automatically in PetscFinalize()
See Also#
Using PETSc’s MPI parallel linear solvers from a non-MPI program, PCMPIServerBegin()
, PCMPI
, KSPCheckPCMPI()
Level#
developer
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages