Size: 641
Comment:
|
Size: 712
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Juropatest/Netcdf | |
Line 3: | Line 4: |
== Using NetCDF on Juropatest == | == Using NetCDF on JURECA == |
Line 7: | Line 8: |
module load intel-para netCDF-Fortran/4.4.2 or module load intel netCDF-Fortran/4.4.2 |
module load intel-para netCDF-Fortran |
Line 12: | Line 11: |
* 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 |
* NetCDF versions (23.11.2016) * netCDF/4.4.1 * netCDF-Fortran/4.4.4 * 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 |
Using NetCDF on JURECA
- Loading NetCDF Module
module load intel-para netCDF-Fortran
- NetCDF versions (23.11.2016)
- netCDF/4.4.1
- netCDF-Fortran/4.4.4
- 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