Home
last modified time | relevance | path

Searched refs:PETSC_MPI_ERROR_CLASS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/
H A Dpinit.c450 PetscMPIInt PETSC_MPI_ERROR_CLASS = MPI_ERR_LASTCODE, PETSC_MPI_ERROR_CODE; variable
893 if (PETSC_MPI_ERROR_CLASS == MPI_ERR_LASTCODE) { in PetscInitialize_Common()
894 PetscCallMPI(MPI_Add_error_class(&PETSC_MPI_ERROR_CLASS)); in PetscInitialize_Common()
895 PetscCallMPI(MPI_Add_error_code(PETSC_MPI_ERROR_CLASS, &PETSC_MPI_ERROR_CODE)); in PetscInitialize_Common()
/petsc/include/
H A Dpetscerror.h72 PETSC_EXTERN PetscMPIInt PETSC_MPI_ERROR_CLASS; variable