Differences between revisions 1 and 2
Revision 1 as of 2017-01-13 11:45:44
Size: 468
Editor: NicoleThomas
Comment:
Revision 2 as of 2017-03-21 08:33:48
Size: 474
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
libDir := $(baseDir)/clams_lib_2016a
modDir := $(baseDir)/clams_mod_2016a
libDir := $(baseDir)/clams_lib_2016a_cf
modDir := $(baseDir)/clams_mod_2016a_cf

Use older software stage 2016a in CLaMS

  • load older software stage
    module purge
    module use /usr/local/software/jureca/OtherStages
    module load Stages/2016a
    module load intel-para
    module load netCDF-Fortran
  • Changes is ~/clams/mkincl/config/config.Linux_ifc:
    libDir  := $(baseDir)/clams_lib_2016a_cf
    modDir  := $(baseDir)/clams_mod_2016a_cf
  • Recompile CLaMS programs
    make distclean
    make [useMPI=true] progname

Jureca/Libraries2016aUse (last edited 2017-03-21 08:33:48 by NicoleThomas)