We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce97e8b commit c1b54aeCopy full SHA for c1b54ae
psiflow/walkers/dynamic.py
@@ -54,7 +54,7 @@ def molecular_dynamics_yaff(
54
command_unbuffer,
55
command_printenv,
56
command_write,
57
- "timeout -s 15 {}s".format(int(walltime - 5 - 0.01 * walltime)),
+ "timeout -s 15 {}s".format(int(walltime - 0.05 * walltime)),
58
"psiflow-md-yaff",
59
"--device {}".format(device),
60
"--ncores {}".format(ncores),
@@ -157,7 +157,7 @@ def molecular_dynamics_openmm(
157
158
159
160
161
"psiflow-md-openmm",
162
163
0 commit comments