Skip to content

Commit 82b339f

Browse files
Merge pull request #31 from thomas-robinson/2021.02_withContainer
2021.02 with container
2 parents ce0671f + 59aa51e commit 82b339f

File tree

5 files changed

+529
-483
lines changed

5 files changed

+529
-483
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

container/Singularity.intel_am4

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export F_UFMTENDIAN=big
3535
## Run AM4
3636
%runscript
3737
ulimit -s unlimited
38-
/opt/AM4/am4_xanadu_2021.01.x
38+
/opt/AM4/am4_xanadu_2021.02.x
3939

0 commit comments

Comments
 (0)