
Go to the source code of this file.
Functions | |
| void | mpi_file_open_ (MPI_Fint *comm, char *filename, int *amode, MPI_Fint *info, MPI_Fint *fh, int *ierr, int str_len) |
| void | mpi_file_open_ (MPI_Comm *comm, _fcd filename_fcd, int *amode, MPI_Fint *info, MPI_Fint *fh, int *ierr) |
| void mpi_file_open_ | ( | MPI_Fint * | comm, | |
| char * | filename, | |||
| int * | amode, | |||
| MPI_Fint * | info, | |||
| MPI_Fint * | fh, | |||
| int * | ierr, | |||
| int | str_len | |||
| ) |
Definition at line 97 of file openf.c.
References MPI_Abort(), MPI_COMM_WORLD, MPI_File_c2f(), MPI_File_open(), and MPI_Info_f2c().
Referenced by mpi_file_open_().
| void mpi_file_open_ | ( | MPI_Comm * | comm, | |
| _fcd | filename_fcd, | |||
| int * | amode, | |||
| MPI_Fint * | info, | |||
| MPI_Fint * | fh, | |||
| int * | ierr | |||
| ) |
Definition at line 134 of file openf.c.
References MPI_Abort(), MPI_COMM_WORLD, MPI_File_c2f(), MPI_File_open(), mpi_file_open_(), and MPI_Info_f2c().
1.5.5