
Go to the source code of this file.
Functions | |
| void | mpi_file_write_at_all_ (MPI_Fint *fh, MPI_Offset *offset, void *buf, int *count, MPI_Fint *datatype, MPI_Status *status, int *ierr) |
| FORTRAN_API void FORT_CALL | mpi_file_write_at_all_ (MPI_Fint *fh, MPI_Offset *offset, void *buf, int *count, MPI_Datatype *datatype, MPI_Status *status, int *ierr) |
| void mpi_file_write_at_all_ | ( | MPI_Fint * | fh, | |
| MPI_Offset * | offset, | |||
| void * | buf, | |||
| int * | count, | |||
| MPI_Fint * | datatype, | |||
| MPI_Status * | status, | |||
| int * | ierr | |||
| ) |
Definition at line 95 of file write_atallf.c.
References MPI_File_f2c(), and MPI_File_write_at_all().
| FORTRAN_API void FORT_CALL mpi_file_write_at_all_ | ( | MPI_Fint * | fh, | |
| MPI_Offset * | offset, | |||
| void * | buf, | |||
| int * | count, | |||
| MPI_Datatype * | datatype, | |||
| MPI_Status * | status, | |||
| int * | ierr | |||
| ) |
Definition at line 113 of file write_atallf.c.
References MPI_File_f2c(), and MPI_File_write_at_all().
1.5.5