Searched refs:MPI_Abort (Results 1 – 12 of 12) sorted by relevance
| /petsc/share/petsc/suppressions/ |
| H A D | lsan | 3 # when MPI_Abort() is called, some MPI implementations do not free
|
| /petsc/src/sys/ftn-src/ |
| H A D | somefort.F90 | 19 call MPI_Abort(comm, ierr, nierr)
|
| /petsc/src/sys/tests/ |
| H A D | ex53.c | 7 if (err) MPI_Abort(MPI_COMM_WORLD, err); \
|
| /petsc/include/ |
| H A D | petscerror.h | 158 (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 D | mpiunifdef.h | 12 #define MPI_Abort PETSC_MPI_ABORT macro
|
| H A D | mpi.h | 328 #define MPI_Abort Petsc_MPI_Abort macro 368 MPIUni_PETSC_EXTERN int MPI_Abort(MPI_Comm, int);
|
| /petsc/src/snes/tests/ |
| H A D | ex12f.F90 | 44 call MPI_Abort(PETSC_COMM_WORLD, zero, ierr)
|
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 171 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 D | mpi.c | 357 int MPI_Abort(MPI_Comm comm, int errorcode) in MPI_Abort() function
|
| /petsc/doc/changes/ |
| H A D | 314.md | 8 - Change PETSCABORT() to abort instead of MPI_Abort if run under
|
| /petsc/doc/developers/ |
| H A D | testing.md | 326 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 D | ex30.c | 1220 MPI_Abort(PETSC_COMM_SELF, 1); in PlateModel()
|