Skip to content

Commit fb1d8ad

Browse files
committed
Add shell scripts for compy with Gnu and OpenMPI
This is not a configuration supported by E3SM so we need to provide the appropriate modules.
1 parent 3b0f000 commit fb1d8ad

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module load \
2+
gcc/10.2.0 \
3+
openmpi/4.0.1
4+
5+
{%- if e3sm_hdf5_netcdf %}
6+
module load \
7+
hdf5/1.10.5 \
8+
netcdf/4.6.3 \
9+
pnetcdf/1.9.0
10+
{%- endif %}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module load \
2+
gcc/10.2.0 \
3+
openmpi/4.0.1
4+
5+
{%- if e3sm_hdf5_netcdf %}
6+
module load \
7+
hdf5/1.10.5 \
8+
netcdf/4.6.3 \
9+
pnetcdf/1.9.0
10+
{%- endif %}

0 commit comments

Comments
 (0)