19 #ifndef OMPI_ERRHANDLER_PREDEFINED_H
20 #define OMPI_ERRHANDLER_PREDEFINED_H
22 #include "ompi_config.h"
31 OMPI_DECLSPEC
void ompi_mpi_errors_are_fatal_comm_handler(
struct ompi_communicator_t **comm,
32 int *error_code, ...);
33 OMPI_DECLSPEC
void ompi_mpi_errors_are_fatal_file_handler(
struct ompi_file_t **file,
34 int *error_code, ...);
35 OMPI_DECLSPEC
void ompi_mpi_errors_are_fatal_win_handler(
struct ompi_win_t **win,
36 int *error_code, ...);
42 int *error_code, ...);
43 OMPI_DECLSPEC
void ompi_mpi_errors_return_file_handler(
struct ompi_file_t **file,
44 int *error_code, ...);
45 OMPI_DECLSPEC
void ompi_mpi_errors_return_win_handler(
struct ompi_win_t **win,
46 int *error_code, ...);
Back-end structure for MPI_File.
Definition: file.h:42
Definition: communicator.h:118