Go to the source code of this file.
Functions | |
void | globus_err_handler (const char *routine, const char *caller, globus_result_t result) |
Variables | |
int | num_gridftp_handles = 0 |
globus_ftp_client_handle_t | gridftp_fh [ADIO_GRIDFTP_HANDLES_MAX] |
globus_ftp_client_operationattr_t | oattr [ADIO_GRIDFTP_HANDLES_MAX] |
void globus_err_handler | ( | const char * | routine, | |
const char * | caller, | |||
globus_result_t | result | |||
) |
Definition at line 25 of file globus_routines.c.
References MPI_Comm_rank.
Referenced by ADIOI_GRIDFTP_Close(), ADIOI_GRIDFTP_Delete(), ADIOI_GRIDFTP_Fcntl(), ADIOI_GRIDFTP_Open(), ADIOI_GRIDFTP_ReadContig(), ADIOI_GRIDFTP_ReadDiscontig(), ADIOI_GRIDFTP_Resize(), ADIOI_GRIDFTP_WriteContig(), and ADIOI_GRIDFTP_WriteDiscontig().
Definition at line 17 of file globus_routines.c.
Referenced by ADIOI_GRIDFTP_Close(), and ADIOI_GRIDFTP_Open().
globus_ftp_client_handle_t gridftp_fh[ADIO_GRIDFTP_HANDLES_MAX] |
Definition at line 22 of file globus_routines.c.
Referenced by ADIOI_GRIDFTP_Close(), ADIOI_GRIDFTP_Fcntl(), ADIOI_GRIDFTP_Open(), ADIOI_GRIDFTP_ReadContig(), ADIOI_GRIDFTP_ReadDiscontig(), ADIOI_GRIDFTP_Resize(), ADIOI_GRIDFTP_WriteContig(), and ADIOI_GRIDFTP_WriteDiscontig().
globus_ftp_client_operationattr_t oattr[ADIO_GRIDFTP_HANDLES_MAX] |
Definition at line 23 of file globus_routines.c.
Referenced by ADIOI_GRIDFTP_Close(), ADIOI_GRIDFTP_Fcntl(), ADIOI_GRIDFTP_Open(), ADIOI_GRIDFTP_ReadContig(), ADIOI_GRIDFTP_ReadDiscontig(), ADIOI_GRIDFTP_Resize(), ADIOI_GRIDFTP_WriteContig(), and ADIOI_GRIDFTP_WriteDiscontig().