Differences between revisions 8 and 9
Revision 8 as of 2019-07-16 10:55:59
Size: 712
Editor: NicoleThomas
Comment:
Revision 9 as of 2022-10-27 06:41:43
Size: 699
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
module load intel-para netCDF-Fortran module load Intel
module load P
araStationMPI
module load
netCDF-Fortran
Line 11: Line 13:
 * NetCDF versions (16.07.2019)
   * netCDF/4.6.3
   * netCDF-Fortran/4.4.5
 * NetCDF versions (27.10.2022)
   * netCDF/4.8.1
   * netCDF-Fortran/4.5.3
Line 15: Line 17:
 * Compilerversions loaded by intel-para (16.07.2019):
   * gcc-Version 8.3.0 (GCC)
   * icc version 19.0.3 (gcc version 8.3.0 compatibility)

   * ifort version 19.0.3
 * Compilerversions loaded (21.10.2022):
   * gcc-Version 11.2.0
   * ifort version 21.4.0
   * ParaStationMPI 5
.5.0-1

Using NetCDF on JURECA

  • Loading NetCDF Module
    module load Intel
    module load ParaStationMPI
    module load netCDF-Fortran
  • NetCDF versions (27.10.2022)
    • netCDF/4.8.1
    • netCDF-Fortran/4.5.3
  • Compilerversions loaded (21.10.2022):
    • gcc-Version 11.2.0
    • ifort version 21.4.0
    • ParaStationMPI 5.5.0-1
  • 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)