Skip to content

Commit

Permalink
Revert "Revert the change to edison as this is now in E3SM-Project/E3…
Browse files Browse the repository at this point in the history
…SM#1888"

This reverts commit 79b45b0.
  • Loading branch information
ndkeen committed Nov 7, 2017
1 parent 7cfa694 commit 1e6b456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/acme/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<arguments>
<arg name="label"> --label</arg>
<arg name="num_tasks" > -n $TOTALPES</arg>
<arg name="thread_count"> -c $SHELL{echo 48/`./xmlquery --value MAX_TASKS_PER_NODE`*$ENV{OMP_NUM_THREADS} | bc }</arg>
<arg name="binding"> $SHELL{if [ 24 -ge `./xmlquery --value MAX_TASKS_PER_NODE` ]; then echo "--cpu_bind=cores"; else echo "--cpu_bind=threads"; fi} </arg>
<arg name="thread_count"> -c $SHELL{echo 48/`./xmlquery --value MAX_MPITASKS_PER_NODE`|bc}</arg>
<arg name="binding"> $SHELL{if [ 24 -ge `./xmlquery --value MAX_MPITASKS_PER_NODE` ]; then echo "--cpu_bind=cores"; else echo "--cpu_bind=threads";fi;} </arg>
</arguments>
</mpirun>
<module_system type="module">
Expand Down

0 comments on commit 1e6b456

Please sign in to comment.