Skip to content

Commit 1d2e0e8

Browse files
committed
Allow dlb auto mode
As documented, the dlb option can accept yes, no and auto: https://manual.gromacs.org/current/user-guide/mdrun-performance.html#running-mdrun-on-more-than-one-node.
1 parent 753c5e5 commit 1d2e0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/ramble/repos/builtin/applications/gromacs/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class Gromacs(ExecutableApplication):
241241
workload_variable(
242242
"dlb",
243243
default="yes",
244-
values=["yes", "no"],
244+
values=["yes", "no", "auto"],
245245
description="Whether to use dynamic load balancing for mdrun",
246246
workload_group="all_workloads",
247247
)

0 commit comments

Comments
 (0)