Skip to content

Commit

Permalink
Revert Intel compiler back from 19.x.y to 18.m.n on Cheyenne and Gaea
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Sep 19, 2020
1 parent f100f7e commit d35721e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modulefiles/cheyenne.intel/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ module-whatis "loads NEMS FV3 prerequisites for Cheyenne/Intel"
## this typically includes compiler, MPI and job scheduler
##
module load ncarenv/1.3
module load intel/19.0.5
module load intel/18.0.5
module load mpt/2.19
module load ncarcompilers/0.5.0
module load netcdf/4.7.3

##
## use pre-compiled EMSF library and NCEP libraries for above compiler / MPI combination
##
module use -a /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.5/mpt-2.19
module use -a /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-18.0.5/mpt-2.19
module load NCEPlibs/1.1.0

##
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/gaea.intel/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module-whatis "loads NEMS FV3 prerequisites for Gaea/Intel"
##
module load PrgEnv-intel/6.0.5
module unload intel
module load intel/19.0.5.281
module load intel/18.0.6.288
module unload cray-mpich
module load cray-mpich/7.7.11
module unload cray-netcdf
Expand All @@ -26,7 +26,7 @@ module load cmake/3.17.0
##
## use pre-compiled EMSF library and NCEP libraries for above compiler / MPI combination
##
module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-19.0.5.281/cray-mpich-7.7.11
module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-18.0.6.288/cray-mpich-7.7.11
module load NCEPlibs/1.1.0

## Needed at runtime:
Expand Down

0 comments on commit d35721e

Please sign in to comment.