Previous: Building NetCDF-4 with Parallel I/O Next: Collective and Independent Operations with Parallel I/O in NetCDF-4 Table of contents Frames 2012 Unidata NetCDF Workshop > Parallel I/O with NetCDF

35.5 Using Parallel I/O in NetCDF-4
How to actually use parallel I/O in netCDF-4.
EXTERNL int
nc_create_par(const char *path, int cmode, MPI_Comm comm,
              MPI_Info info, int *ncidp);

EXTERNL int
nc_open_par(const char *path, int mode, MPI_Comm comm,
            MPI_Info info, int *ncidp);

 


Previous: Building NetCDF-4 with Parallel I/O Next: Collective and Independent Operations with Parallel I/O in NetCDF-4 Table of contents Frames 2012 Unidata NetCDF Workshop > Parallel I/O with NetCDF