#%Module###################################################################### ## ## NEMS FV3 Prerequisites: Surge and Luna (WCOSS Cray) proc ModulesHelp {} { puts stderr "\tcit - loads modules required for building and running FV3 under NEMS on the Cray side of WCOSS" } module-whatis "loads NEMS FV3 prerequisites on Surge and Luna" # NOTE: the "module purge" and loading of the module command are # handled by the module-setup.sh (or .csh) script. ## ## load programming environment ## this typically includes compiler, MPI and job scheduler ## module load PrgEnv-intel module rm intel module load intel/18.1.163 module rm NetCDF-intel-sandybridge/4.2 module load xt-lsfhpc/9.1.3 module load craype-haswell module load python/2.7.14 module load cmake/3.16.2 module load gcc/5.3.0 module load NetCDF-intel-sandybridge/4.7.4 module load HDF5-parallel-intel-sandybridge/1.10.6 module load ESMF-intel-sandybridge/8.0.1 ## ## NCEP libraries ## module load bacio-intel/2.0.3 module load g2-intel/3.2.0 module load g2tmpl-intel/1.6.0 module load ip-intel/3.0.2 module load nemsio-intel/2.2.4 module load sp-intel/2.0.3 module load w3emc-intel/2.4.0 module load w3nco-intel/2.2.0 ## WCOSS Cray execution prereqs: module load rca module load alps module load xpmem module load gni-headers module load udreg module load ugni module swap pmi pmi/5.0.11