Moving finish_run(...) to runner.cpp
commit08a5681c51298026bebaf61027d0e8140b88e9ec
authorPrashanth Kanduri <kanduri@cscs.ch>
Mon, 25 Feb 2019 11:59:35 +0000 (25 12:59 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 26 Feb 2019 09:59:28 +0000 (26 10:59 +0100)
treec6f8d7229bc303c8fc2b4330aead27447a6fb683
parent01288be293c1a271f7b7431e8d8ce1e0b57c19d6
Moving finish_run(...) to runner.cpp

This is another patch in the cleaning efforts of sim_util.

The idea is to only have functions relevant to the force
schedules there so that it becomes easy to move it into
its own module with minimal merging pains.

Change-Id: I92d6aef805cacf7d183a5581336affd9ee8d66a7
Related: #2574
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdlib/sim_util.h
src/gromacs/mdrun/runner.cpp