Difference between revisions of "NetCDF"
From HPC users
Jump to navigationJump to search
Albensoeder (talk | contribs) (Created page with "The [http://www.unidata.ucar.edu/software/netcdf/ NetCDF] package is a software and library to write machine independently large data sets. Different versions compiled with di...") |
Albensoeder (talk | contribs) |
||
Line 3: | Line 3: | ||
module avail netcdf | module avail netcdf | ||
Within the modules the interfaces, header files and libraries for Fortran, C and C++ are available. The ''intel'' and ''gcc'' versions are compiled with the Intel or the GNU compilers. This distiction is needed for Fortran because the ''.mod'' files are incompatible between ''gfortran' and 'ifort'. | Within the modules the interfaces, header files and libraries for Fortran, C and C++ are available. The libraries compiled with NetCDF 4 and HDF5 support, but without parallel support. | ||
The ''intel'' and ''gcc'' versions are compiled with the Intel or the GNU compilers. This distiction is needed for Fortran because the ''.mod'' files are incompatible between ''gfortran' and ''ifort''. |
Revision as of 16:07, 6 February 2015
The NetCDF package is a software and library to write machine independently large data sets. Different versions compiled with different compilers are available. A list is given by typing
module avail netcdf
Within the modules the interfaces, header files and libraries for Fortran, C and C++ are available. The libraries compiled with NetCDF 4 and HDF5 support, but without parallel support.
The intel and gcc versions are compiled with the Intel or the GNU compilers. This distiction is needed for Fortran because the .mod files are incompatible between gfortran' and ifort.