Go to the source code of this file.
Functions | |
void | ADIOI_PVFS2_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
int | ADIOI_PVFS2_WriteStridedListIO (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
int | ADIOI_PVFS2_WriteStridedDtypeIO (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_PVFS2_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_PVFS2_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 13 of file ad_pvfs2_write.c.
References ADIOI_MPE_write_a, ADIOI_MPE_write_b, ADIOI_PVFS2_error_convert(), ADIOI_PVFS2_fs_s::credentials, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::fs_ptr, int, len, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), myname, and ADIOI_PVFS2_fs_s::object_ref.
int ADIOI_PVFS2_WriteStridedListIO | ( | 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 107 of file ad_pvfs2_write.c.
References ADIOI_PVFS2_StridedListIO().
Referenced by ADIOI_PVFS2_WriteStrided().
int ADIOI_PVFS2_WriteStridedDtypeIO | ( | 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 118 of file ad_pvfs2_write.c.
References ADIOI_PVFS2_StridedDtypeIO().
Referenced by ADIOI_PVFS2_WriteStrided().
void ADIOI_PVFS2_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 130 of file ad_pvfs2_write.c.
References ADIOI_GEN_WriteStrided_naive(), ADIOI_HINT_ENABLE, ADIOI_PVFS2_OldWriteStrided(), ADIOI_PVFS2_WriteStridedDtypeIO(), ADIOI_PVFS2_WriteStridedListIO(), ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, and ADIOI_Hints_struct::pvfs2.