Skip to content

Commit

Permalink
Update config_batch.xml for pm-gpu
Browse files Browse the repository at this point in the history
- Update config_batch.xml for nvidiagpu on pm-gpu to use all GPUs per node
  • Loading branch information
hyungyukang committed Dec 10, 2023
1 parent 6302486 commit b88b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
</directives>
<directives compiler="nvidiagpu">
<directive> --gpus-per-task=1</directive>
<directive> --gpu-bind=none</directive>
<directive> --gpu-bind=map_gpu:0,1,2,3</directive>
</directives>
<directives compiler="gnu">
<directive> -G 0</directive>
Expand Down

0 comments on commit b88b0d2

Please sign in to comment.