Skip to content

Commit

Permalink
Apply default cpu binding (will make controllable option later)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Uram committed Oct 5, 2022
1 parent 569c9c8 commit 8745c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions balsam/platform/app_run/polaris.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def _build_cmdline(self) -> str:
self._ranks_per_node,
"--hosts",
nid_str,
"--cpu-bind",
"none",
# "--map-by",
# f"ppr:{self._ranks_per_node}:node",
# "-envlist", env_args,
Expand Down

0 comments on commit 8745c78

Please sign in to comment.