PPL Logo

libs/ck-libs/ampi/romio/adio/ad_testfs/ad_testfs.h File Reference

Go to the source code of this file.

Functions

void ADIOI_TESTFS_Open (ADIO_File fd, int *error_code)
void ADIOI_TESTFS_Close (ADIO_File fd, int *error_code)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
void ADIOI_TESTFS_Flush (ADIO_File fd, int *error_code)
void ADIOI_TESTFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code)
ADIO_Offset ADIOI_TESTFS_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code)
void ADIOI_TESTFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code)
void ADIOI_TESTFS_Get_shared_fp (ADIO_File fd, int size, ADIO_Offset *shared_fp, int *error_code)
void ADIOI_TESTFS_Set_shared_fp (ADIO_File fd, ADIO_Offset offset, int *error_code)
void ADIOI_TESTFS_Delete (char *filename, int *error_code)


Function Documentation

void ADIOI_TESTFS_Open ( ADIO_File  fd,
int error_code 
)

void ADIOI_TESTFS_Close ( ADIO_File  fd,
int error_code 
)

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

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().

Here is the call graph for this function:

int ADIOI_TESTFS_ReadDone ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 11 of file ad_testfs_done.c.

References MPI_Comm_rank.

int ADIOI_TESTFS_WriteDone ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 26 of file ad_testfs_done.c.

References MPI_Comm_rank.

void ADIOI_TESTFS_ReadComplete ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 11 of file ad_testfs_wait.c.

References MPI_Comm_rank.

void ADIOI_TESTFS_WriteComplete ( ADIO_Request request,
ADIO_Status *  status,
int error_code 
)

Definition at line 26 of file ad_testfs_wait.c.

References MPI_Comm_rank.

void ADIOI_TESTFS_Fcntl ( ADIO_File  fd,
int  flag,
ADIO_Fcntl_t fcntl_struct,
int error_code 
)

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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().

Here is the call graph for this function:

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 
)

void ADIOI_TESTFS_Flush ( ADIO_File  fd,
int error_code 
)

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 
)

void ADIOI_TESTFS_SetInfo ( ADIO_File  fd,
MPI_Info  users_info,
int error_code 
)

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.

Here is the call graph for this function:

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 
)

Definition at line 11 of file ad_testfs_delete.c.

References MPI_Comm_rank.


Generated on Mon Sep 21 08:04:57 2020 for Charm++ by  doxygen 1.5.5