Quiet checkpoint reading
commit7fe6325a02cb86dfbc513e93fa8ee8165deb509a
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 26 Jan 2018 16:28:01 +0000 (26 17:28 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Apr 2018 15:46:28 +0000 (4 17:46 +0200)
tree8380fd00d3e185e186209d96b09fa7d45795d014
parent8ee76066a18f868884476f3354a1a6a7846df22a
Quiet checkpoint reading

If reading succeeds, it should write anything of interest to the log
file. If it does not, it should make a fatal error.  Code here might
be run as part of mdrun (possibly in a multi-simulation), or grompp,
or compare, or dump, or eventually from an API caller, so we can't
make assumptions about what should be reported to a terminal.

Removed support for issuing a warning about restarting from very old
checkpoint formats, instead issuing a fatal error. Elsewhere, we
anyway observe that checkpoint restarts across major version
differences are not supported.

Change-Id: Id2b084bf0792a6992931609fb78d4a38a5f255fe
src/gromacs/fileio/checkpoint.cpp