Removed mdrun -gcom
authorMark Abraham <mark.j.abraham@gmail.com>
Sat, 13 Apr 2019 14:55:39 +0000 (16:55 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 16 Apr 2019 11:27:17 +0000 (13:27 +0200)
commit786e0e87ba1f1d2d6721faaa786847b956b4a215
treecc6e38788ab0ae2019495efdfb38cede04ae9702
parent6dd0484047cdd196991f2c4e1254c3eae869f782
Removed mdrun -gcom

This was previously deprecated, and is now removed to make the
behaviour of mdrun simpler to understand and implement.

Renamed a function whose job was previously not to check a thing,
and is now clearly to compute something

Noted several TODOs to clean up behaviour related to nstcomm.

Refs #1925

Change-Id: I0b3a803fb209148e865957f796c871caef2f1fea
12 files changed:
docs/release-notes/2020/major/deprecated-functionality.rst
docs/release-notes/2020/major/removed-functionality.rst
docs/user-guide/mdrun-performance.rst
src/gromacs/domdec/domdec_internal.h
src/gromacs/domdec/partition.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/mdlib/md_support.cpp
src/gromacs/mdlib/md_support.h
src/gromacs/mdrun/legacymdrunoptions.h
src/gromacs/mdrun/md.cpp
src/gromacs/mdtypes/mdrunoptions.h
src/gromacs/timing/wallcycle.cpp