Skip to content

Commit 506120a

Browse files
committed
Load cmake module on chrysalis with gnu
Otherwise, we get a shared library issue.
1 parent 0ee282d commit 506120a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mache/spack/templates/chrysalis_gnu_openmpi.csh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module load cmake
2+
13
setenv OMPI_MCA_sharedfp "^lockedfile,individual"
24
setenv UCX_TLS "^xpmem"
35
## purposefully omitting OMP variables that slow down MPAS-Ocean runs

mache/spack/templates/chrysalis_gnu_openmpi.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module load cmake
2+
13
export OMPI_MCA_sharedfp="^lockedfile,individual"
24
export UCX_TLS="^xpmem"
35
## purposefully omitting OMP variables that slow down MPAS-Ocean runs

0 commit comments

Comments
 (0)