PCAIRSetProcessorAgglomFactor#
Sets the factor by which PCAIR reduces the number of active MPI ranks each time processor agglomeration occurs
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetProcessorAgglomFactor(PC pc, PetscInt input_int)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_int - the factor by which to reduce the number of active MPI ranks
Options Database Key#
-pc_air_processor_agglom_factor factor - the factor by which to reduce the number of active MPI ranks; defaults to 2
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetProcessorAgglomFactor(), PCAIRSetProcessorAgglom(), PCAIRSetProcessorAgglomRatio()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages