Home
last modified time | relevance | path

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

/petsc/include/petsc/finclude/
H A Dpetscsysbase.h142 #define CHKERRMPI(ierr) if (ierr .ne. 0) then;call PetscErrorMPI(ierr,__LINE__,__FILE__);return;end… macro
147 #define CHKERRMPI(ierr) if (ierr .ne. 0) then;call PetscErrorMPI(ierr);return;endif
152 #define PetscCallMPI(func) call func; CHKERRMPI(ierr)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DComm.pyx108 CHKERRMPI(MPI_Comm_size(self.comm, &size))
120 CHKERRMPI(MPI_Comm_rank(self.comm, &rank))
131 CHKERRMPI(MPI_Barrier(self.comm))
H A DPETSc.pyx117 cdef inline PetscErrorCode CHKERRMPI(int ierr) except PETSC_ERR_PYTHON nogil: function
/petsc/src/binding/petsc4py/src/petsc4py/
H A DPETSc.pxd357 cdef PetscErrorCode CHKERRMPI(int) except PETSC_ERR_PYTHON nogil function
/petsc/include/
H A Dpetscerror.h810 #define CHKERRMPI(...) PetscCallMPI(__VA_ARGS__) macro
/petsc/doc/changes/
H A D316.md13 should be checked with `CHKERRMPI(ierr)`
H A D317.md70 …ow()`, and `PetscCallCXX()`. These supersede `CHKERRQ()`, `CHKERRV()`, `CHKERRMPI()`, `CHKERRABORT…