Skip to content

Commit c1b54ae

Browse files
committed
increase walltime slack in md timeouts
1 parent ce97e8b commit c1b54ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psiflow/walkers/dynamic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def molecular_dynamics_yaff(
5454
command_unbuffer,
5555
command_printenv,
5656
command_write,
57-
"timeout -s 15 {}s".format(int(walltime - 5 - 0.01 * walltime)),
57+
"timeout -s 15 {}s".format(int(walltime - 0.05 * walltime)),
5858
"psiflow-md-yaff",
5959
"--device {}".format(device),
6060
"--ncores {}".format(ncores),
@@ -157,7 +157,7 @@ def molecular_dynamics_openmm(
157157
command_unbuffer,
158158
command_printenv,
159159
command_write,
160-
"timeout -s 15 {}s".format(int(walltime - 5 - 0.01 * walltime)),
160+
"timeout -s 15 {}s".format(int(walltime - 0.05 * walltime)),
161161
"psiflow-md-openmm",
162162
"--device {}".format(device),
163163
"--ncores {}".format(ncores),

0 commit comments

Comments
 (0)