Go to the source code of this file.
Typedefs | |
typedef long long int | int64_t |
Functions | |
void | ADIOI_PVFS_Open (ADIO_File fd, int *error_code) |
void | ADIOI_PVFS_Close (ADIO_File fd, int *error_code) |
void | ADIOI_PVFS_ReadContig (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_PVFS_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_PVFS_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
void | ADIOI_PVFS_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_PVFS_ReadStrided (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_PVFS_Flush (ADIO_File fd, int *error_code) |
void | ADIOI_PVFS_Delete (char *filename, int *error_code) |
void | ADIOI_PVFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
void | ADIOI_PVFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
Definition at line 10 of file ad_pvfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_MPE_lseek_a, ADIOI_MPE_open_a, ADIOI_MPE_open_b, ADIOI_Snprintf(), ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, flag, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::info, MPIO_Err_create_code(), myname, ADIOI_FileD::perm, perm, and value.
Definition at line 10 of file ad_pvfs_close.c.
References ADIOI_MPE_close_a, ADIOI_MPE_close_b, ADIOI_FileD::fd_sys, MPIO_Err_create_code(), and myname.
void ADIOI_PVFS_ReadContig | ( | 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 19 of file ad_pvfs_read.c.
References ADIOI_MPE_lseek_a, ADIOI_MPE_lseek_b, ADIOI_MPE_read_a, ADIOI_MPE_read_b, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), and myname.
void ADIOI_PVFS_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 18 of file ad_pvfs_write.c.
References ADIOI_MPE_lseek_a, ADIOI_MPE_lseek_b, ADIOI_MPE_write_a, ADIOI_MPE_write_b, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, len, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), and myname.
void ADIOI_PVFS_Fcntl | ( | ADIO_File | fd, | |
int | flag, | |||
ADIO_Fcntl_t * | fcntl_struct, | |||
int * | error_code | |||
) |
Definition at line 11 of file ad_pvfs_fcntl.c.
References ADIOI_GEN_Prealloc(), ADIOI_MPE_lseek_a, ADIOI_MPE_lseek_b, ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIO_Fcntl_t::diskspace, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_sys_posn, ADIO_Fcntl_t::fsize, MPIO_Err_create_code(), and myname.
void ADIOI_PVFS_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 87 of file ad_pvfs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Flatten_datatype(), ADIOI_HINT_ENABLE, ADIOI_MPE_lseek_a, ADIOI_MPE_lseek_b, ADIOI_MPE_write_a, ADIOI_MPE_write_b, ADIOI_PVFS_WriteStridedListIO(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, disp, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, flag, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, ADIOI_Hints_struct::ind_wr_buffer_size, ADIOI_Fl_node::indices, int, MPI_Type_size, MPIO_Err_create_code(), MPIR_Status_set_bytes(), myname, ADIOI_Fl_node::next, ADIOI_Hints_struct::pvfs, size, and ADIOI_Fl_node::type.
void ADIOI_PVFS_ReadStrided | ( | 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 86 of file ad_pvfs_read.c.
References ADIOI_GEN_ReadStrided(), ADIOI_HINT_ENABLE, ADIOI_PVFS_ReadStridedListIO(), ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, and ADIOI_Hints_struct::pvfs.
Definition at line 10 of file ad_pvfs_flush.c.
References ADIOI_FileD::comm, ADIOI_FileD::fd_sys, ADIOI_FileD::hints, MPI_Bcast, MPI_Comm_rank, MPI_Reduce, MPIO_Err_create_code(), myname, rank, and ADIOI_Hints_struct::ranklist.
void ADIOI_PVFS_Delete | ( | char * | filename, | |
int * | error_code | |||
) |
Definition at line 11 of file ad_pvfs_delete.c.
References MPIO_Err_create_code(), and myname.
void ADIOI_PVFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 10 of file ad_pvfs_resize.c.
References ADIOI_FileD::comm, ADIOI_FileD::fd_sys, ADIOI_FileD::hints, MPI_Bcast, MPI_Comm_rank, MPIO_Err_create_code(), myname, rank, and ADIOI_Hints_struct::ranklist.
Definition at line 10 of file ad_pvfs_hints.c.
References ADIOI_GEN_SetInfo(), ADIOI_HINT_AUTO, ADIOI_HINT_DISABLE, ADIOI_HINT_ENABLE, ADIOI_FileD::comm, flag, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, ADIOI_FileD::info, MPI_Bcast, MPI_Info_create(), myname, ADIOI_Hints_struct::pvfs, and value.