Home
last modified time | relevance | path

Searched refs:PetscGlobalSize (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/error/
H A Derrtrace.c191 petscabortmpifinalize = (size == PetscGlobalSize) ? PETSC_TRUE : PETSC_FALSE; in PetscTraceBackErrorHandler()
236 … with %d MPI process(es) and PETSC_ARCH %s on %s by %s %s\n", pname, PetscGlobalSize, arch, hostna… in PetscTraceBackErrorHandler()
/petsc/include/
H A Dpetscerror.h959 …if (PetscCIEnabledPortableErrorOutput && (size_ == PetscGlobalSize || petscabortmpifinalize) && ie…
962 } else if (PetscCIEnabledPortableErrorOutput && PetscGlobalSize == 1) { \
H A Dpetscsys.h1793 PETSC_EXTERN PetscMPIInt PetscGlobalSize; variable
/petsc/doc/changes/
H A D2015.md52 - PetscGlobalSize - number of processors in MPI_COMM_WORLD
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c492 for (PetscMPIInt i = 1; i < PetscGlobalSize; i++) pthread_mutex_unlock(&PCMPIServerLocks[i]); in PCMPIServerBroadcastRequest()
500 for (PetscMPIInt i = 1; i < PetscGlobalSize; i++) pthread_mutex_lock(&PCMPIServerLocks[i]); in PCMPIServerBroadcastRequest()
/petsc/src/sys/objects/
H A Dinit.c26 PetscMPIInt PetscGlobalSize = -1; variable
H A Dpinit.c902 PetscCallMPI(MPI_Comm_size(MPI_COMM_WORLD, &PetscGlobalSize)); in PetscInitialize_Common()