Size: 712
Comment:
|
Size: 712
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* NetCDF versions (23.11.2016) * netCDF/4.4.1 * netCDF-Fortran/4.4.4 |
* NetCDF versions (16.07.2019) * netCDF/4.6.3 * netCDF-Fortran/4.4.5 |
Line 15: | Line 15: |
* 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 |
* 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 |
Using NetCDF on JURECA
- Loading NetCDF Module
module load intel-para netCDF-Fortran
- NetCDF versions (16.07.2019)
- netCDF/4.6.3
- netCDF-Fortran/4.4.5
- 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
- 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