Differences between revisions 5 and 6
Revision 5 as of 2016-11-23 12:33:24
Size: 631
Editor: NicoleThomas
Comment:
Revision 6 as of 2016-11-23 12:33:43
Size: 631
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * Compilerversions loaded by intel-para (21.05.2015):  * Compilerversions loaded by intel-para (23.11.2016):

Using NetCDF on JURECA

  • Loading NetCDF Module
    module load intel-para netCDF-Fortran
  • Compilerversions loaded by intel-para (23.11.2016):
    • gcc-Version 5.4.0 (GCC)
    • icc version 17.0.0 (gcc version 5.4.0 compatibility)
    • ifort version 17.0.0
  • 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)