Move DomdecOptions into its own header
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 13 Mar 2019 09:26:21 +0000 (10:26 +0100)
committerBerk Hess <hess@kth.se>
Thu, 28 Mar 2019 08:56:30 +0000 (09:56 +0100)
commitecf8bc2ad30eccfbd1ad784793dccf0ec16a694f
treec6982d16ad6f8420902aa563d10240d2d26c5aff
parent56067ac83e9c654be3bf330c28301397a771a87e
Move DomdecOptions into its own header

This reduces compilation coupling and prepares for implementing proper
Options support into mdrun. Moved content into gmx namespace and
replaced gmx_bool. Renamed nr enum members to Count for future
compatibility with the new enumeration helpers.

Refs #2877

Change-Id: Ib5f5889111f858579f594f4c76f3aa8c222403b2
src/gromacs/domdec/domdec.cpp
src/gromacs/domdec/domdec.h
src/gromacs/domdec/options.h [new file with mode: 0644]
src/gromacs/mdrun/legacymdrunoptions.h
src/gromacs/mdrun/runner.h
src/programs/mdrun/mdrun.cpp