Go to the source code of this file.
Definition at line 11 of file ad_testfs_open.c.
References ADIOI_FileD::comm, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, and MPI_Comm_rank.
Definition at line 11 of file ad_testfs_close.c.
References ADIOI_FileD::comm, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_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 10 of file ad_testfs_read.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_Comm_rank, MPI_Type_size, and MPIR_Status_set_bytes().
Referenced by ADIOI_TESTFS_IreadContig().
void ADIOI_TESTFS_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 10 of file ad_testfs_write.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_Comm_rank, MPI_Type_size, and MPIR_Status_set_bytes().
Referenced by ADIOI_TESTFS_IwriteContig().
void ADIOI_TESTFS_IwriteContig | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Request * | request, | |||
int * | error_code | |||
) |
Definition at line 18 of file ad_testfs_iwrite.c.
References ADIOI_TESTFS_WriteContig(), ADIOI_FileD::comm, ADIOI_FileD::filename, len, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().
void ADIOI_TESTFS_IreadContig | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Request * | request, | |||
int * | error_code | |||
) |
Definition at line 15 of file ad_testfs_iread.c.
References ADIOI_TESTFS_ReadContig(), ADIOI_FileD::comm, ADIOI_FileD::filename, len, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().
int ADIOI_TESTFS_ReadDone | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
int ADIOI_TESTFS_WriteDone | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
void ADIOI_TESTFS_ReadComplete | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
void ADIOI_TESTFS_WriteComplete | ( | ADIO_Request * | request, | |
ADIO_Status * | status, | |||
int * | error_code | |||
) |
void ADIOI_TESTFS_Fcntl | ( | ADIO_File | fd, | |
int | flag, | |||
ADIO_Fcntl_t * | fcntl_struct, | |||
int * | error_code | |||
) |
Definition at line 12 of file ad_testfs_fcntl.c.
References ADIO_Fcntl_t::atomicity, ADIOI_FileD::atomicity, ADIOI_FileD::comm, ADIOI_FileD::filename, ADIO_Fcntl_t::fsize, MPI_Comm_rank, MPIO_Err_create_code(), and myname.
void ADIOI_TESTFS_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 44 of file ad_testfs_write.c.
References ADIOI_GEN_WriteStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
Referenced by ADIOI_TESTFS_IwriteStrided().
void ADIOI_TESTFS_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 43 of file ad_testfs_read.c.
References ADIOI_GEN_ReadStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
Referenced by ADIOI_TESTFS_IreadStrided().
void ADIOI_TESTFS_WriteStridedColl | ( | 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 11 of file ad_testfs_wrcoll.c.
References ADIOI_GEN_WriteStridedColl(), ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_ReadStridedColl | ( | 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 11 of file ad_testfs_rdcoll.c.
References ADIOI_GEN_ReadStridedColl(), ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_IreadStrided | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Request * | request, | |||
int * | error_code | |||
) |
Definition at line 40 of file ad_testfs_iread.c.
References ADIOI_TESTFS_ReadStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().
void ADIOI_TESTFS_IwriteStrided | ( | ADIO_File | fd, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
int | file_ptr_type, | |||
ADIO_Offset | offset, | |||
ADIO_Request * | request, | |||
int * | error_code | |||
) |
Definition at line 43 of file ad_testfs_iwrite.c.
References ADIOI_TESTFS_WriteStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().
Definition at line 11 of file ad_testfs_flush.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 11 of file ad_testfs_resize.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
ADIO_Offset ADIOI_TESTFS_SeekIndividual | ( | ADIO_File | fd, | |
ADIO_Offset | offset, | |||
int | whence, | |||
int * | error_code | |||
) |
Definition at line 21 of file ad_testfs_seek.c.
References ADIOI_Datatype_iscontig(), ADIOI_Fl_node::blocklens, ADIOI_FileD::comm, ADIOI_Fl_node::count, ADIOI_FileD::disp, ADIOI_FileD::etype_size, ADIOI_FileD::filename, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_Fl_node::indices, int, MPI_Comm_rank, MPI_Type_size, ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Definition at line 13 of file ad_testfs_hints.c.
References ADIOI_BGL_SetInfo(), ADIOI_GEN_SetInfo(), ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_Get_shared_fp | ( | ADIO_File | fd, | |
int | size, | |||
ADIO_Offset * | shared_fp, | |||
int * | error_code | |||
) |
Definition at line 11 of file ad_testfs_getsh.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_Set_shared_fp | ( | ADIO_File | fd, | |
ADIO_Offset | offset, | |||
int * | error_code | |||
) |
Definition at line 11 of file ad_testfs_setsh.c.
References ADIOI_FileD::comm, ADIOI_FileD::filename, and MPI_Comm_rank.
void ADIOI_TESTFS_Delete | ( | char * | filename, | |
int * | error_code | |||
) |