Go to the source code of this file.
Typedefs | |
typedef struct adiocb | adiocb_t |
Functions | |
void | ADIOI_PANFS_Open (ADIO_File fd, int *error_code) |
void | ADIOI_PANFS_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
void | ADIOI_PANFS_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_PANFS_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
void | ADIOI_PANFS_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
typedef struct adiocb adiocb_t |
Definition at line 23 of file ad_panfs.h.
Definition at line 14 of file ad_panfs_open.c.
References ADIOI_FileD::access_mode, ADIOI_Snprintf(), ADIOI_Strdup(), ADIOI_Strncpy(), Ck::IO::close(), ADIOI_FileD::comm, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, ADIOI_FileD::filename, flag, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_FileD::info, MPI_Abort, MPI_Comm_rank, MPIO_Err_create_code(), myname, Ck::IO::open(), ADIOI_FileD::perm, perm, and value.
Definition at line 12 of file ad_panfs_hints.c.
References ADIOI_GEN_SetInfo(), ADIOI_FileD::comm, flag, ADIOI_FileD::info, MPI_Abort, MPI_Bcast, MPI_Info_create(), myname, and value.
void ADIOI_PANFS_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 14 of file ad_panfs_read.c.
References 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_PANFS_Resize | ( | ADIO_File | fd, | |
ADIO_Offset | size, | |||
int * | error_code | |||
) |
Definition at line 14 of file ad_panfs_resize.c.
References ADIOI_FileD::comm, ADIOI_FileD::fd_sys, ftruncate(), MPI_Abort, MPI_Barrier, MPI_Comm_rank, MPIO_Err_create_code(), and myname.
void ADIOI_PANFS_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 14 of file ad_panfs_write.c.
References 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(), myname, and Ck::IO::write().