
Go to the source code of this file.
Functions | |
| void | ADIOI_NFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_NFS_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void ADIOI_NFS_WriteContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_nfs_write.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), and write().
Referenced by ADIOI_NFS_IwriteContig().
| void ADIOI_NFS_WriteStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 136 of file ad_nfs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, ADIOI_FileD::info, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_Info_get(), MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, size, ADIOI_Fl_node::type, value, and write().
Referenced by ADIOI_NFS_IwriteStrided().
1.5.5