Skip to content

Commit

Permalink
Turn off xpmem in OpenMPI
Browse files Browse the repository at this point in the history
Add env var to turn of xpmem when using OpenMPI.
Avoids leaving nodes in unkillable state.
  • Loading branch information
rljacob committed Apr 18, 2024
1 parent d8d7d3f commit b757987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2622,6 +2622,7 @@
<env name="NETCDF_FORTRAN_PATH">$SHELL{dirname $(dirname $(which nf-config))}</env>
<env name="PNETCDF_PATH">$SHELL{dirname $(dirname $(which pnetcdf_version))}</env>
<env name="OMPI_MCA_sharedfp">^lockedfile,individual</env>
<env name="UCS_TLS">^xpmem</env>
</environment_variables>
<environment_variables BUILD_THREADED="TRUE">
<env name="OMP_STACKSIZE">128M</env>
Expand Down

0 comments on commit b757987

Please sign in to comment.