Differences between revisions 1 and 2
Revision 1 as of 2019-08-06 08:02:35
Size: 735
Editor: NicoleThomas
Comment:
Revision 2 as of 2019-08-06 08:03:05
Size: 729
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
<<BR>><<BR>> <<BR>>

Use gfortran compiler on JURECA

  • Load following modules:
    module purge
    module load GCC
    module load ParaStationMPI
    module load netCDF-Fortran
  • For compilation of all CLaMS program, go to the clams directory and simply type
    make useComp=gfortran new
  • For compilation of a specific program progname in package package-name:

    cd clams-directory
    make distclean
    make useComp=gfortran libs
    cd package-name
    make useComp=gfortran progname



  • NetCDF include path must be specified for compilation
    => use $EBROOTNETCDFMINFORTRAN !!!

    in config.Linux_gfortran:

    netcdf_include = $EBROOTNETCDFMINFORTRAN/include 

Jureca/UseGfortran (last edited 2019-08-06 08:03:05 by NicoleThomas)