PETSC_MPI_THREAD_REQUIRED#

the required threading support used if PETSc initializes MPI with MPI_Init_thread(). Deprecated, use PetscSetMPIThreadRequiredType()

Note#

By default PETSC_MPI_THREAD_REQUIRED equals MPI_THREAD_FUNNELED when the MPI implementation provides MPI_Init_thread(), otherwise it equals MPI_THREAD_SINGLE

See Also#

PetscInitialize(), PetscSetMPIThreadRequiredType()

Level#

beginner

Location#

include/petscsys.h

Examples#

src/ksp/ksp/tutorials/ex52.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages