We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0c68b commit 59aa51eCopy full SHA for 59aa51e
container/Singularity.gnu
@@ -10,12 +10,12 @@ Stage: build
10
mkdir -p /opt/AM4
11
cd /opt
12
## Build the AM4 from github
13
- git clone --recursive https://github.com/NOAA-GFDL/AM4.git -b xanadu_2021.01
+ git clone --recursive https://github.com/NOAA-GFDL/AM4.git -b 2021.02
14
cd AM4/exec
15
make -j 20 gcc=on HDF_INCLUDE=-I/opt/hdf5/include SH=sh CLUBB=off
16
- cp am4_xanadu_2021.01.x /opt/AM4
+ cp am4_xanadu_2021.02.x /opt/AM4
17
make clean_all
18
- chmod 777 /opt/AM4/am4_xanadu_2021.01.x
+ chmod 777 /opt/AM4/am4_xanadu_2021.02.x
19
20
## Add the AM4 executable to the path
21
%environment
@@ -24,5 +24,5 @@ ENV PATH=/opt/AM4/:${PATH}
24
## Run AM4
25
%runscript
26
ulimit -s unlimited
27
- /opt/AM4/am4_xanadu_2021.01.x
+ /opt/AM4/am4_xanadu_2021.02.x
28
0 commit comments