Describe the configured precision correctly for mdrun
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 19 Jan 2021 10:46:01 +0000 (11:46 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 20 Jan 2021 06:41:36 +0000 (06:41 +0000)
commita664b9d749df6a58f8d34938b1e5f00c4d6511f4
tree690085edb1fa45a61de1d280f69239c4e3c1cdcc
parent49a92447ed2b8f86a54b8baab7f79b806c4b0c5a
Describe the configured precision correctly for mdrun

We adopted the build configuration naming scheme for GMX_DOUBLE
"mixed" vs "double" some years ago so that people knew we don't reduce
forces in mdrun solely in single. This change improves consistency in
this regard in the cases that are important to users, ie. log files
and messages about checkpoint restarts.

Various file-reading tools still refer to "single" in contexts where
they are reading floats, which is fine.
src/gromacs/fileio/checkpoint.cpp
src/gromacs/utility/binaryinformation.cpp