|
int | PIOc_iosystem_is_active (const int iosysid, bool *active) |
| Check to see if PIO has been initialized.
|
|
int | PIOc_File_is_Open (int ncid) |
| Check to see if PIO file is open.
|
|
int | PIOc_Set_File_Error_Handling (int ncid, int method) |
| Set the error handling method to be used for subsequent pio library calls, returns the previous method setting.
|
|
int | PIOc_advanceframe (int ncid, int varid) |
| Increment the unlimited dimension of the given variable.
|
|
int | PIOc_setframe (const int ncid, const int varid, const int frame) |
| Set the unlimited dimension of the given variable. More...
|
|
int | PIOc_get_numiotasks (int iosysid, int *numiotasks) |
| Get the number of IO tasks set.
|
|
int | PIOc_get_iorank (int iosysid, int *iorank) |
| Get the IO rank on the current task.
|
|
int | PIOc_get_local_array_size (int ioid) |
| Get the local size of the variable.
|
|
int | PIOc_Set_IOSystem_Error_Handling (int iosysid, int method) |
| Set the error handling method used for subsequent calls.
|
|
int | PIOc_InitDecomp (const int iosysid, const int basetype, const int ndims, const int dims[], const int maplen, const PIO_Offset *compmap, int *ioidp, const int *rearranger, const PIO_Offset *iostart, const PIO_Offset *iocount) |
| C interface to the initdecomp. More...
|
|
int | PIOc_InitDecomp_bc (const int iosysid, const int basetype, const int ndims, const int dims[], const long int start[], const long int count[], int *ioidp) |
| This is a simplified initdecomp which can be used if the memory order of the data can be expressed in terms of start and count on the file. More...
|
|
int | PIOc_Init_Intracomm (const MPI_Comm comp_comm, const int num_iotasks, const int stride, const int base, const int rearr, int *iosysidp) |
|
int | PIOc_Init_Intracomm_from_F90 (int f90_comp_comm, const int num_iotasks, const int stride, const int base, const int rearr, int *iosysidp) |
|
int | PIOc_set_hint (const int iosysid, char hint[], const char hintval[]) |
| Send a hint to the MPI-IO library. More...
|
|
int | PIOc_finalize (const int iosysid) |
| Clean up internal data structures, free MPI resources, and exit the pio library. More...
|
|
int | PIOc_iam_iotask (const int iosysid, bool *ioproc) |
| return a logical indicating whether this task is an iotask
|
|
int | PIOc_iotask_rank (const int iosysid, int *iorank) |
| return the rank of this task in the io comm or -1 if this task is not in the comm
|
|
int | PIOc_iotype_available (const int iotype) |
| return true if this iotype is supported in the build, 0 otherwise
|
|