|
PIO
1.7.1
|
| Sets the contiguous block size read or written from each IO task. The optimal value of this parameter is filesystem specific | |
| A defined PIO system descriptor created by PIO_init (see pio_types) | |
| File descriptor returned by PIO_openfile or PIO_createfile (see pio_types) | |
| The io descriptor structure in defined in this subroutine and subsequently used in PIO_read_darray, PIO_write_darray, PIO_put_var, PIO_get_var calls (see pio_types) | |
| A variable descriptor returned from PIO_def_var (see pio_types) | |
| An integer parameter which controls the iotype | |
| The three choices to control rearrangement are: | |
| : The error return code; ierr != PIO_noerr indicates an error. (see PIO_seterrorhandling ) | |
| The base types supported by PIO are: | |
| The overloaded PIO_write_darray writes a distributed array to disk | |
| The overloaded PIO_read_darray function reads a distributed array from disk | |
| Sets the unlimited dimension for netcdf file for record number for binary files | |
| Free memory associated with a io descriptor | |
| Initializes the pio subsystem | |
| Shuts down and cleans up any memory associated with the pio library | |
| PIO_initdecomp is an overload interface the models decomposition to pio | |
| Duplicates an eisting io descriptor | |
| Sets the io type used by pio | |
| Returns the total number of words to read | |
| Returns the total number of words to write | |
| Returns the actual number of IO-tasks used. PIO will reset the total number of IO-tasks if certain conditions are meet | |
| Sets the level of debug information that pio will generate | |
| Sets the form of error handling for pio | |
| Recommend a subset of tasks in comm to use as IO tasks | |
| Set file system hints using mpi_info_set | |
| Sets the default number of Lustre Object Storage Targets (OST) | |
| Sets the default number of Lustre Object Storage Targets (OST) | |
| Writes an netcdf attribute to a file | |
| Reads an netcdf attribute from a file | |
| Reads non-decomposed data from a NetCDF file | |
| Writes netcdf metadata to a file |
1.8.3.1