Home
last modified time | relevance | path

Searched refs:MPIR_ERRTEST_ERRHANDLER (Results 1 – 14 of 14) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpi/errhan/
H A Dfile_set_errhandler.c75 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_File_set_errhandler()
179 MPIR_ERRTEST_ERRHANDLER(e,mpi_errno); in MPIR_Get_file_error_routine()
H A Derrhandler_free.c67 MPIR_ERRTEST_ERRHANDLER(*errhandler, mpi_errno); in MPI_Errhandler_free()
H A Derrhandler_set.c88 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Errhandler_set()
H A Dwin_set_errhandler.c67 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Win_set_errhandler()
H A Dcomm_set_errhandler.c116 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Comm_set_errhandler()
H A Dcomm_call_errhandler.c92 MPIR_ERRTEST_ERRHANDLER(comm_ptr->errhandler->handle,mpi_errno); in MPI_Comm_call_errhandler()
/dports/net/mpich/mpich-3.4.3/src/mpi/errhan/
H A Dfile_set_errhandler.c67 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_File_set_errhandler()
167 MPIR_ERRTEST_ERRHANDLER(e, mpi_errno); in MPIR_Get_file_error_routine()
H A Derrhandler_free.c62 MPIR_ERRTEST_ERRHANDLER(*errhandler, mpi_errno); in MPI_Errhandler_free()
H A Derrhandler_set.c86 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Errhandler_set()
H A Dcomm_set_errhandler.c109 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Comm_set_errhandler()
H A Dwin_set_errhandler.c62 MPIR_ERRTEST_ERRHANDLER(errhandler, mpi_errno); in MPI_Win_set_errhandler()
H A Dcomm_call_errhandler.c90 MPIR_ERRTEST_ERRHANDLER(comm_ptr->errhandler->handle, mpi_errno); in MPI_Comm_call_errhandler()
/dports/net/mpich2/mpich2-1.5/src/include/
H A Dmpierrs.h397 #define MPIR_ERRTEST_ERRHANDLER(errhandler_,err_) \ macro
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_err.h609 #define MPIR_ERRTEST_ERRHANDLER(errhandler_,err_) \ macro