Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Versioncompilerhdf5Serial/ParallelRemarks
4.7.3gcc/4.5.81.10.5serialfortran-4.5.2, cxx-4.3.1

gcc/71.10.5serialfortran-4.5.2, cxx-4.3.1

gcc/8.3.01.10.5serialfortran-4.5.2, cxx-4.3.1

intel/18.0.61.10.5serialfortran-4.5.2, cxx-4.3.1

intel/18.0.6 , impi/2018.51.10.5 (impi)parallelfortran-4.5.2, cxx-4.3.1

gcc/9.2.0, opmi/3.1.51.10.5 (ompi)parallelfortran-4.5.2, cxx-4.3.1
4.7.4gcc/8.3.01.12.0serialfortran-4.5.2, cxx-4.3.1

intel/19.0.51.12.0serialfortran-4.5.2, cxx-4.3.1

...

Modulefiles and environmental variables

Loading a NetCDF modulefile extends PATH with the path to the NetCDF binaries. This includes nc_config and nf_config, which can be used to gain information on the path to include files and libraries in compiler scripts and makefiles. Use

   module show netcdf/<version>

to investigate details on exported environment variables.

The netcdf-modules are not needed to run programs linked to a netcdf library!

Example Jobscripts

Codeblock
languagebash
#!/bin/bash
#SBATCH -p

module load

...