Commit 43ae91a
committed
[submit_gmx_analyses_lintf2_ether.py]: Change Default of
Change the default value of the `--every` option from 0 to 1.
The value of the `--every` option is passed to the `-dt` option of the
submitted Gromacs tools that support this option. The default value was
set to 0 in PR #74
(#74),
because `gmx trjconv` did not process all frames when `-dt` was set to 1
and the spacing between trajectory frames was less than 1 ps.
However, it now turned out that the other Gromacs tools only process the
first frame when `-dt` is set to 0. Therefore, we reset the default
value for `--every` (i.e. `-dt`) to 1.
In a following commit, we will replace the `-dt` option for `gmx
trjconv` with `-skip`, which should be more robust (see
https://www.mail-archive.com/gmx-users@gromacs.org/msg35903.html and
https://www.mail-archive.com/gmx-users@gromacs.org/msg06868.html).--every
1 parent a1ef263 commit 43ae91a
File tree
1 file changed
+9
-6
lines changed- analysis/lintf2_ether/gmx
1 file changed
+9
-6
lines changedLines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
455 | 459 | | |
456 | 460 | | |
457 | 461 | | |
458 | | - | |
| 462 | + | |
459 | 463 | | |
460 | | - | |
| 464 | + | |
461 | 465 | | |
462 | | - | |
463 | | - | |
| 466 | + | |
464 | 467 | | |
465 | 468 | | |
466 | 469 | | |
| |||
0 commit comments