Searched refs:PetscGlobalSize (Results 1 – 7 of 7) sorted by relevance
191 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()
959 …if (PetscCIEnabledPortableErrorOutput && (size_ == PetscGlobalSize || petscabortmpifinalize) && ie…962 } else if (PetscCIEnabledPortableErrorOutput && PetscGlobalSize == 1) { \
1793 PETSC_EXTERN PetscMPIInt PetscGlobalSize; variable
52 - PetscGlobalSize - number of processors in MPI_COMM_WORLD
492 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()
26 PetscMPIInt PetscGlobalSize = -1; variable
902 PetscCallMPI(MPI_Comm_size(MPI_COMM_WORLD, &PetscGlobalSize)); in PetscInitialize_Common()