Move code for managing mdrun -cpi and -append
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 20 Jan 2015 11:05:31 +0000 (12:05 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 16 Jun 2015 20:24:36 +0000 (22:24 +0200)
commitc45295fe464ee6a08ac925deb6b79beb45d192e6
tree3fa733030e3fa214dfd6461b0598735a9533c071
parent91118c53d20435528da7d95942ef745a1363266b
Move code for managing mdrun -cpi and -append

Prepares for refactoring to simplify and fix this handling. Kept logic
peculiar to handling mdrun command-line options near other such code.
Renamed functions to better suit their roles. Renamed bAppend
variables, in particular to separate the role of "the user asked for
appending" from "whether mdrun is actually going to do appending."

Change-Id: I063138a49d210e92cebe19e290dc6a0e7b72b1cf
src/gromacs/CMakeLists.txt
src/gromacs/gmxlib/checkpoint.cpp
src/gromacs/legacyheaders/checkpoint.h
src/gromacs/mdrunutility/CMakeLists.txt [new file with mode: 0644]
src/gromacs/mdrunutility/handlerestart.cpp [new file with mode: 0644]
src/gromacs/mdrunutility/handlerestart.h [new file with mode: 0644]
src/programs/mdrun/mdrun.cpp