Change default node and core requests for policy runs
- Jan 15, 2025
-
-
Matthew K Defenderfer authored
Implement changes to accepted node and core values. Also remove the type check as that is done implicitly by argparse. That type check was incorrectly causing the value validation to be skipped
bf1db278 -
Matthew K Defenderfer authored
Changed the default nodes and cores to make the job more parallel. Specifically increasing node count greatly reduces the runtime of mmpol, but that may also be due to the increase in the number of tasks (1 task per node is created by default)
88905ec9
-