Skip to content

Commit

Permalink
Aurora fix: SMP_PRESENT has been replaced with BUILD_THREADED
Browse files Browse the repository at this point in the history
[BFB]
  • Loading branch information
jgfouca committed Jan 2, 2024
1 parent 7c33598 commit 4e3ab31
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 4e3ab31

Please sign in to comment.