Skip to content

Commit 59aa51e

Browse files
Fixes typo in a different Singularity def file
1 parent 8b0c68b commit 59aa51e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

container/Singularity.gnu

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Stage: build
1010
mkdir -p /opt/AM4
1111
cd /opt
1212
## Build the AM4 from github
13-
git clone --recursive https://github.com/NOAA-GFDL/AM4.git -b xanadu_2021.01
13+
git clone --recursive https://github.com/NOAA-GFDL/AM4.git -b 2021.02
1414
cd AM4/exec
1515
make -j 20 gcc=on HDF_INCLUDE=-I/opt/hdf5/include SH=sh CLUBB=off
16-
cp am4_xanadu_2021.01.x /opt/AM4
16+
cp am4_xanadu_2021.02.x /opt/AM4
1717
make clean_all
18-
chmod 777 /opt/AM4/am4_xanadu_2021.01.x
18+
chmod 777 /opt/AM4/am4_xanadu_2021.02.x
1919

2020
## Add the AM4 executable to the path
2121
%environment
@@ -24,5 +24,5 @@ ENV PATH=/opt/AM4/:${PATH}
2424
## Run AM4
2525
%runscript
2626
ulimit -s unlimited
27-
/opt/AM4/am4_xanadu_2021.01.x
27+
/opt/AM4/am4_xanadu_2021.02.x
2828

0 commit comments

Comments
 (0)