pnetcdf

Parallel NetCDF library for distributed scientific data I/O

brewmacoslinux
Try with needOr install directly
Source

About

Parallel netCDF library for scientific data using the OpenMPI library

Commands

pnetcdf_testncmpidumpncmpicheckpnetcdf-config

Examples

dump contents of a parallel netcdf file$ ncmpidump data.nc
check if a file is valid parallel netcdf format$ ncmpicheck data.nc
get compiler flags and library paths for pnetcdf$ pnetcdf-config --cflags --libs
write parallel netcdf data from multiple processes with mpi$ mpirun -np 4 ./my_pnetcdf_program
dump specific variables from a parallel netcdf file$ ncmpidump -v temperature,pressure data.nc