PPL Logo

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

Go to the source code of this file.

Functions

void ADIOI_PVFS2_Open (ADIO_File fd, int *error_code)
void ADIOI_PVFS2_Close (ADIO_File fd, int *error_code)
void ADIOI_PVFS2_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_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)
void ADIOI_PVFS2_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, 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_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_PVFS2_Flush (ADIO_File fd, int *error_code)
void ADIOI_PVFS2_Delete (char *filename, int *error_code)
void ADIOI_PVFS2_Resize (ADIO_File fd, ADIO_Offset size, int *error_code)
void ADIOI_PVFS2_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code)
int ADIOI_PVFS2_Feature (ADIO_File fd, int flag)
void ADIOI_PVFS2_IReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, MPI_Request *request, int *error_code)
void ADIOI_PVFS2_IWriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, MPI_Request *request, int *error_code)
void ADIOI_PVFS2_AIO_contig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, MPI_Request *request, int flag, int *error_code)
void ADIOI_PVFS2_OldWriteStrided (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_OldReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)


Function Documentation

void ADIOI_PVFS2_Open ( ADIO_File  fd,
int error_code 
)

void ADIOI_PVFS2_Close ( ADIO_File  fd,
int error_code 
)

Definition at line 10 of file ad_pvfs2_close.c.

References ADIOI_FileD::fs_ptr.

void ADIOI_PVFS2_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_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 
)

void ADIOI_PVFS2_Fcntl ( ADIO_File  fd,
int  flag,
ADIO_Fcntl_t fcntl_struct,
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_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_PVFS2_Flush ( ADIO_File  fd,
int error_code 
)

void ADIOI_PVFS2_Delete ( char *  filename,
int error_code 
)

Definition at line 13 of file ad_pvfs2_delete.c.

References ADIOI_PVFS2_error_convert(), ADIOI_PVFS2_Init(), ADIOI_PVFS2_makecredentials(), ADIOI_PVFS2_fs_s::credentials, MPIO_Err_create_code(), and myname.

Here is the call graph for this function:

void ADIOI_PVFS2_Resize ( ADIO_File  fd,
ADIO_Offset  size,
int error_code 
)

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

int ADIOI_PVFS2_Feature ( ADIO_File  fd,
int  flag 
)

Definition at line 4 of file ad_pvfs2_features.c.

void ADIOI_PVFS2_IReadContig ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
MPI_Request request,
int error_code 
)

Definition at line 26 of file ad_pvfs2_aio.c.

References ADIOI_PVFS2_AIO_contig().

Here is the call graph for this function:

void ADIOI_PVFS2_IWriteContig ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
MPI_Request request,
int error_code 
)

Definition at line 35 of file ad_pvfs2_aio.c.

References ADIOI_PVFS2_AIO_contig().

Here is the call graph for this function:

void ADIOI_PVFS2_AIO_contig ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
MPI_Request request,
int  flag,
int error_code 
)

void ADIOI_PVFS2_OldWriteStrided ( 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_OldReadStrided ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)


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