Skip to content

Commit

Permalink
Merge branch 'jgfouca/aurora_fix' into master (PR E3SM-Project#6135)
Browse files Browse the repository at this point in the history
Aurora fix: SMP_PRESENT has been replaced with BUILD_THREADED

These must have snuck in during the time when the CIME update was on next.

[BFB]
  • Loading branch information
jgfouca committed Jan 2, 2024
2 parents 7c33598 + 4e3ab31 commit f427d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3177,11 +3177,11 @@
<env name="MPIR_CVAR_ENABLE_GPU">0</env>
<env name="GPU_TILE_COMPACT"> </env>
</environment_variables>
<environment_variables SMP_PRESENT="TRUE" compiler="!gnu">
<environment_variables BUILD_THREADED="TRUE" compiler="!gnu">
<env name="KMP_AFFINITY">verbose,granularity=thread,balanced</env>
<env name="OMP_STACKSIZE">128M</env>
</environment_variables>
<environment_variables SMP_PRESENT="TRUE" compiler="gnu">
<environment_variables BUILD_THREADED="TRUE" compiler="gnu">
<env name="OMP_PLACES">threads</env>
<env name="OMP_STACKSIZE">128M</env>
</environment_variables>
Expand Down

0 comments on commit f427d86

Please sign in to comment.