| 
| int  | PIOc_openfile (int iosysid, int *ncidp, int *iotype, const char *filename, int mode) | 
|   | Open an existing file using PIO library.  More...
  | 
|   | 
| int  | PIOc_openfile2 (int iosysid, int *ncidp, int *iotype, const char *filename, int mode) | 
|   | Open an existing file using PIO library.  More...
  | 
|   | 
| int  | PIOc_open (int iosysid, const char *path, int mode, int *ncidp) | 
|   | Open an existing file using PIO library.  More...
  | 
|   | 
| int  | PIOc_createfile (int iosysid, int *ncidp, int *iotype, const char *filename, int mode) | 
|   | Create a new file using pio.  More...
  | 
|   | 
| int  | PIOc_create (int iosysid, const char *path, int cmode, int *ncidp) | 
|   | Open a new file using pio.  More...
  | 
|   | 
| int  | PIOc_closefile (int ncid) | 
|   | Close a file previously opened with PIO.  More...
  | 
|   | 
| int  | PIOc_deletefile (int iosysid, const char *filename) | 
|   | Delete a file.  More...
  | 
|   | 
| int  | PIOc_sync (int ncid) | 
|   | PIO interface to nc_sync This routine is called collectively by all tasks in the communicator ios.union_comm.  More...
  | 
|   |