Skip to content

Commit

Permalink
Merge pull request #184 from xylar/comment-out-omp-in-chrys-gnu
Browse files Browse the repository at this point in the history
Omit OMP* environment variables with gnu on chrysalis
  • Loading branch information
altheaden authored Jul 23, 2024
2 parents 82466ae + ee072e6 commit 91065b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions mache/spack/chrysalis_gnu_openmpi.csh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
setenv OMPI_MCA_sharedfp "^lockedfile,individual"
setenv UCX_TLS "^xpmem"
setenv OMP_STACKSIZE 128M
setenv OMP_PLACES cores
## purposefully omitting OMP variables that slow down MPAS-Ocean runs
#setenv OMP_STACKSIZE 128M
#setenv OMP_PLACES cores
5 changes: 3 additions & 2 deletions mache/spack/chrysalis_gnu_openmpi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export OMPI_MCA_sharedfp="^lockedfile,individual"
export UCX_TLS="^xpmem"
export OMP_STACKSIZE=128M
export OMP_PLACES=cores
## purposefully omitting OMP variables that slow down MPAS-Ocean runs
#export OMP_STACKSIZE=128M
#export OMP_PLACES=cores

0 comments on commit 91065b4

Please sign in to comment.