Clarify checkpoint mismatch error, and enable in release
authorPascal Merz <pascal.merz@me.com>
Sat, 5 Dec 2020 01:07:13 +0000 (18:07 -0700)
committerPascal Merz <pascal.merz@me.com>
Sat, 5 Dec 2020 01:07:13 +0000 (18:07 -0700)
commit7a8d20412f352d81d0ecb148495503a6d690d3a6
tree333bb4d7c7a59c6283b0abdeef62b2640cf4e48c
parentad0ca701dace0afdb8ba1373576da6f3900a2902
Clarify checkpoint mismatch error, and enable in release

As of GROMACS 2021, checkpoint files written with the modular and the
legacy codepath need to be continued with the same code path. The
respective check was not executed in release mode, which would lead
to less descriptive errors.

Also reworded the error to guide users how they can solve the problem.
src/gromacs/fileio/checkpoint.cpp