Previous: Example of Simple Parallel I/O Access (part 2) Next: Jumpshot Graph of Independent Parallel Data Writes Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > Parallel I/O with NetCDF

21.10 Using NetCDF Parallel I/O in Fortran 90
Using netCDF-4 parallel I/O in Fortran 90 is easy.

 

  ! Create the netCDF file. 
  mode_flag = IOR(nf90_netcdf4, nf90_classic_model) 
  call handle_err(nf90_create(FILE_NAME, mode_flag, ncid, comm = MPI_COMM_WORLD, &
       info = MPI_INFO_NULL))

 


Previous: Example of Simple Parallel I/O Access (part 2) Next: Jumpshot Graph of Independent Parallel Data Writes Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > Parallel I/O with NetCDF