Skip to content

Commit 87ff423

Browse files
committed
Fix environment variable declarations for Cheyenne GNU bash
1 parent 84aab4a commit 87ff423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scm/etc/Cheyenne_setup_gnu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ module use /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefi
2424
module load hpc/1.2.0
2525
module load hpc-gnu/10.1.0
2626
module load hpc-mpt/2.22
27-
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
28-
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
29-
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
27+
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
28+
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
29+
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
3030

3131
echo "Setting CC/CXX/FC environment variables"
3232
export CC=gcc

0 commit comments

Comments
 (0)