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)
commitf59f6ec6e04f4a3732876c2c76250b8444fdcb69
treef40360d0f127db785538a7f6cef0c4b3b52da3c6
parent1332229c86376a2a34ebc28a663b071bfcd5f28a
Improve stability of ContinuationIsExact tests

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.
src/programs/mdrun/tests/exactcontinuation.cpp