PETSC_COMM_WORLD#

the equivalent of the MPI_COMM_WORLD communicator which represents all the processes that PETSc knows about.

Notes#

By default PETSC_COMM_WORLD and MPI_COMM_WORLD are identical unless you wish to run PETSc on ONLY a subset of MPI_COMM_WORLD. In that case create your new (smaller) communicator, call it, say comm, and set PETSC_COMM_WORLD = comm BEFORE calling PetscInitialize(), but after MPI_Init() has been called.

The value of PETSC_COMM_WORLD should never be used or accessed before PetscInitialize() is called because it may not have a valid value yet.

See Also#

PETSC_COMM_SELF

Level#

beginner

Location#

include/petscsys.h

Examples#

src/tao/unconstrained/tutorials/eptorsion3.c
src/tao/unconstrained/tutorials/eptorsion1.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/tao/unconstrained/tutorials/minsurf1.c
src/tao/leastsquares/tutorials/chwirut2.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/tao/unconstrained/tutorials/rosenbrock2.c
src/tao/unconstrained/tutorials/rosenbrock3.c
src/tao/unconstrained/tutorials/rosenbrock1.c


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