Home
last modified time | relevance | path

Searched refs:eh_comm_fn (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/ompi/errhandler/
H A Derrhandler.c97 ompi_mpi_errhandler_null.eh.eh_comm_fn = NULL; in ompi_errhandler_init()
110 ompi_mpi_errors_are_fatal.eh.eh_comm_fn = ompi_mpi_errors_are_fatal_comm_handler; in ompi_errhandler_init()
122 ompi_mpi_errors_return.eh.eh_comm_fn = ompi_mpi_errors_return_comm_handler; in ompi_errhandler_init()
138 ompi_mpi_errors_throw_exceptions.eh.eh_comm_fn = in ompi_errhandler_init()
202 new_errhandler->eh_comm_fn = (MPI_Comm_errhandler_function *)func; in ompi_errhandler_create()
274 new_errhandler->eh_comm_fn = NULL; in ompi_errhandler_construct()
H A Derrhandler_invoke.c58 errhandler->eh_comm_fn(&comm, &err_code, message, NULL); in ompi_errhandler_invoke()
63 … (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_comm_fn); in ompi_errhandler_invoke()
H A Derrhandler.h119 MPI_Comm_errhandler_function *eh_comm_fn; member
/dports/net/openmpi/openmpi-4.1.1/ompi/errhandler/
H A Derrhandler.c97 ompi_mpi_errhandler_null.eh.eh_comm_fn = NULL; in ompi_errhandler_init()
110 ompi_mpi_errors_are_fatal.eh.eh_comm_fn = ompi_mpi_errors_are_fatal_comm_handler; in ompi_errhandler_init()
122 ompi_mpi_errors_return.eh.eh_comm_fn = ompi_mpi_errors_return_comm_handler; in ompi_errhandler_init()
138 ompi_mpi_errors_throw_exceptions.eh.eh_comm_fn = in ompi_errhandler_init()
202 new_errhandler->eh_comm_fn = (MPI_Comm_errhandler_function *)func; in ompi_errhandler_create()
275 new_errhandler->eh_comm_fn = NULL; in ompi_errhandler_construct()
H A Derrhandler_invoke.c58 errhandler->eh_comm_fn(&comm, &err_code, message, NULL); in ompi_errhandler_invoke()
63 … (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_comm_fn); in ompi_errhandler_invoke()
H A Derrhandler.h119 MPI_Comm_errhandler_function *eh_comm_fn; member
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Dcxx_glue.c146 …dler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn, in ompi_cxx_errhandler_set_callbacks() argument
149 errhandler->eh_comm_fn = eh_comm_fn; in ompi_cxx_errhandler_set_callbacks()
H A Dcxx_glue.h81 …dler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Dcxx_glue.c146 …dler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn, in ompi_cxx_errhandler_set_callbacks() argument
149 errhandler->eh_comm_fn = eh_comm_fn; in ompi_cxx_errhandler_set_callbacks()
H A Dcxx_glue.h81 …dler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,