Differences between revisions 3 and 4
Revision 3 as of 2015-11-18 11:53:22
Size: 637
Editor: NicoleThomas
Comment:
Revision 4 as of 2016-05-12 11:54:33
Size: 637
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
module load intel-para netCDF-Fortran/4.4.2 module load intel-para netCDF-Fortran/4.4.3

Using NetCDF on JURECA

  • Loading NetCDF Module
    module load intel-para netCDF-Fortran/4.4.3
  • Compilerversions loaded by intel-para (21.05.2015):
    • gcc-Version 4.9.2 (GCC)
    • icc version 15.0.2 (gcc version 4.9.0 compatibility)
    • ifort version 15.0.2
  • If the netcdf module is loaded, "ncdump" and "ncgen" can be used and compilation of programs using netcdf is possible (without specifying any library or include path).
  • Compile Fortran program with NetCDF:
    ifort -o progname progname.f90 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz

Jureca/Netcdf (last edited 2022-10-27 06:41:43 by NicoleThomas)