Extend version checking/warnings for checkpoint continuation
authorRossen Apostolov <rossen@kth.se>
Thu, 19 Jun 2014 10:26:27 +0000 (12:26 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 24 Jun 2014 08:15:59 +0000 (10:15 +0200)
commit7a1e9a3bace1a882fc846cde90216343eddca66d
treeb602851254b38aed71b7cc1309560ccd9d49ae8c
parent88e3953148d396001df1154a04fa39efadb19c49
Extend version checking/warnings for checkpoint continuation

Detect if the major/minor versions differ, and write a more
explicit warning that both explains this type of continuation
is unsupported, and recommend to use the -noappend option.
In contrast, for cases where only the patch level differs,
we now only issue a note that the binary has changed, since
this is fully supported.

Fixes #1230.

Change-Id: Ifec509de0e5a05d170ada89fd000c961e311c9ca
src/gmxlib/checkpoint.c