Go to the source code of this file.
Functions | |
int | MPIR_ROMIO_Get_file_errhand (MPI_File, MPI_Errhandler *) |
int | MPIR_ROMIO_Set_file_errhand (MPI_File, MPI_Errhandler) |
void | MPIR_Get_file_error_routine (MPI_Errhandler, void(**)(MPI_File *, int *,...), int *) |
int MPIR_ROMIO_Get_file_errhand | ( | MPI_File | file_ptr, | |
MPI_Errhandler * | e | |||
) |
Definition at line 37 of file mpich2_fileutil.c.
int MPIR_ROMIO_Set_file_errhand | ( | MPI_File | file_ptr, | |
MPI_Errhandler | e | |||
) |
Definition at line 25 of file mpich2_fileutil.c.
void MPIR_Get_file_error_routine | ( | MPI_Errhandler | , | |
void(**)(MPI_File *, int *,...) | , | |||
int * | ||||
) |