Home
last modified time | relevance | path

Searched refs:MPI_Abort (Results 1 – 12 of 12) sorted by relevance

/petsc/share/petsc/suppressions/
H A Dlsan3 # when MPI_Abort() is called, some MPI implementations do not free
/petsc/src/sys/ftn-src/
H A Dsomefort.F9019 call MPI_Abort(comm, ierr, nierr)
/petsc/src/sys/tests/
H A Dex53.c7 if (err) MPI_Abort(MPI_COMM_WORLD, err); \
/petsc/include/
H A Dpetscerror.h158 (void)MPI_Abort(comm, ierr); \
887 (void)MPI_Abort(comm, (PetscMPIInt)ierr_petsc_call_abort_); \
965 (void)MPI_Abort(comm, (PetscMPIInt)ierr); \
/petsc/include/petsc/mpiuni/
H A Dmpiunifdef.h12 #define MPI_Abort PETSC_MPI_ABORT macro
H A Dmpi.h328 #define MPI_Abort Petsc_MPI_Abort macro
368 MPIUni_PETSC_EXTERN int MPI_Abort(MPI_Comm, int);
/petsc/src/snes/tests/
H A Dex12f.F9044 call MPI_Abort(PETSC_COMM_WORLD, zero, ierr)
/petsc/doc/manualpages/
H A Dmpi.www.index171 man:+MPI_Abort++MPI_Abort++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Abort.html#MPI_Ab…
510 man:+MPI_Abort++MPI_Abort++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Abort.html#MPI_Ab…
/petsc/src/sys/mpiuni/
H A Dmpi.c357 int MPI_Abort(MPI_Comm comm, int errorcode) in MPI_Abort() function
/petsc/doc/changes/
H A D314.md8 - Change PETSCABORT() to abort instead of MPI_Abort if run under
/petsc/doc/developers/
H A Dtesting.md326 exit-code `0` and calling `MPI_Finalize()` instead of `MPI_Abort()`. Multi-rank
327 tests will call `MPI_Abort()` on errors raised on `PETSC_COMM_SELF`, but will call
/petsc/src/snes/tutorials/
H A Dex30.c1220 MPI_Abort(PETSC_COMM_SELF, 1); in PlateModel()