Skip to content

Commit

Permalink
Merge pull request NCAR#124 from grantfirl/update_cheyenne_setup_scripts
Browse files Browse the repository at this point in the history
updated NCEPLIBS_DIR in Cheyenne setup scripts for GNU and Intel
  • Loading branch information
grantfirl authored Jul 26, 2019
2 parents 49c5d3c + a5bc829 commit 9459ad4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scm/etc/Cheyenne_setup_gnu.csh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setenv CXX g++
setenv FC gfortran

echo "Setting NCEPLIBS_DIR environment variable"
set NCEPLIBS_DIR = "/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190307/gnu-8.1.0/mpt-2.19"
set NCEPLIBS_DIR = "/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19"
setenv NCEPLIBS_DIR $NCEPLIBS_DIR

#install f90nml for the local user
Expand Down
2 changes: 1 addition & 1 deletion scm/etc/Cheyenne_setup_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CXX=g++
export FC=gfortran

echo "Setting NCEPLIBS_DIR environment variable"
NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190307/gnu-8.1.0/mpt-2.19
NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19
export NCEPLIBS_DIR=$NCEPLIBS_DIR


Expand Down
2 changes: 1 addition & 1 deletion scm/etc/Cheyenne_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setenv CXX icpc
setenv FC ifort

echo "Setting NCEPLIBS_DIR environment variable"
set NCEPLIBS_DIR = "/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190307/intel-19.0.2/mpt-2.19"
set NCEPLIBS_DIR = "/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19"
setenv NCEPLIBS_DIR $NCEPLIBS_DIR

#install f90nml for the local user
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 @@ -18,7 +18,7 @@ export CXX=icpc
export FC=ifort

echo "Setting NCEPLIBS_DIR environment variable"
NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190307/intel-19.0.2/mpt-2.19
NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19
export NCEPLIBS_DIR=$NCEPLIBS_DIR

#install f90nml for the local user
Expand Down

0 comments on commit 9459ad4

Please sign in to comment.