Skip to content

Commit

Permalink
Merge pull request #206 from grantfirl/update_20200928_release/public-v4
Browse files Browse the repository at this point in the history
fix error in Cheyenne_setup_intel scripts
  • Loading branch information
grantfirl authored Sep 28, 2020
2 parents 1276f9d + ad76824 commit fa8f9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scm/etc/Cheyenne_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setenv CXX icpc
setenv FC ifort

echo "Setting NCEPLIBS environment variables"
module use /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.5/mpt-2.19
module use /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-18.0.5/mpt-2.19
module load NCEPlibs/1.1.0

echo "Loading cmake"
Expand Down
2 changes: 1 addition & 1 deletion scm/etc/Cheyenne_setup_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export CXX=icpc
export FC=ifort

echo "Setting NCEPLIBS environment variables"
module use /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.5/mpt-2.19
module use /glade/p/ral/jntp/GMTB/tools/modulefiles/intel-18.0.5/mpt-2.19
module load NCEPlibs/1.1.0

echo "Loading cmake"
Expand Down

0 comments on commit fa8f9cb

Please sign in to comment.