Skip to content

Commit

Permalink
Merge pull request #331 from mkavulich/fix_cheyenne_gnu
Browse files Browse the repository at this point in the history
Fix environment variable declarations for Cheyenne GNU bash
  • Loading branch information
ligiabernardet authored Jun 25, 2022
2 parents 84aab4a + 87ff423 commit e814cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scm/etc/Cheyenne_setup_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ module use /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefi
module load hpc/1.2.0
module load hpc-gnu/10.1.0
module load hpc-mpt/2.22
export bacio_ROOT= /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/bacio/2.4.1
export sp_ROOT= /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/sp/2.3.3
export w3nco_ROOT= /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/w3nco/2.4.1
export bacio_ROOT=/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/bacio/2.4.1
export sp_ROOT=/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/sp/2.3.3
export w3nco_ROOT=/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/gnu-10.1.0/w3nco/2.4.1

echo "Setting CC/CXX/FC environment variables"
export CC=gcc
Expand Down

0 comments on commit e814cf8

Please sign in to comment.