Skip to content

Commit

Permalink
Add oldnames to nTasksPerNode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbk-tp committed Oct 21, 2024
1 parent b8bf1ee commit f8eaea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armi/settings/fwSettings/globalSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ def defineSettings() -> List[setting.Setting]:
description="Number of independent processes that are allocated to each "
"cluster node. 0 means 1 process per CPU.",
schema=vol.All(vol.Coerce(int), vol.Range(min=0)),
oldNames=[("mpiTasksPerNode", None)],
),
setting.Setting(
CONF_N_CYCLES,
Expand Down

0 comments on commit f8eaea6

Please sign in to comment.