Improve stability of ContinuationIsExact tests
authorAndrey Alekseenko <al42and@gmail.com>
Wed, 13 Oct 2021 17:30:13 +0000 (19:30 +0200)
committerAndrey Alekseenko <al42and@gmail.com>
Thu, 14 Oct 2021 10:59:17 +0000 (10:59 +0000)
The default nstlist value in tests is set to 8. This is appropriate for
NormalIntegrators/MdrunNoAppendContinuationIsExact tests, which do the
restart after 8 steps, so the "full" trajectory and the "restarted"
trajectory update their lists at the same time. However, pairlist tuning
often increases the nstlist value, which might affect the "full" run.

Here, we force the nstlist to be half the nsteps for the "full" run by
setting it via CLI option.


No differences found