Skip to content

Commit

Permalink
remove variational ntasks condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooruk authored Nov 10, 2024
1 parent 7812c41 commit b4a7bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swell/utilities/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def prepare_scheduling_dict(
# Hard-coded SLURM defaults for certain tasks
# -------------------------------------------
task_defaults = {
"RunJediVariationalExecutable": {"all": {"nodes": 3, "ntasks-per-node": 36}},
"RunJediVariationalExecutable": {"all": {"nodes": 3}},
"RunJediUfoTestsExecutable": {"all": {"ntasks-per-node": 1}},
"RunJediConvertStateSoca2ciceExecutable": {"all": {"nodes": 1}}
}
Expand Down

0 comments on commit b4a7bab

Please sign in to comment.