Remove hybrid gpu+cpu nonbonded mode
commite22ea9d7b6efabad7bd0d46ae883bf438baabab4
authorBerk Hess <hess@kth.se>
Wed, 9 Aug 2017 12:06:01 +0000 (9 14:06 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 2 Oct 2017 14:56:05 +0000 (2 16:56 +0200)
tree8a0f285c78630713665dd17669fef3a679fb53a0
parent3623153a2518fed5a284bec5a531e651d3b74c7d
Remove hybrid gpu+cpu nonbonded mode

This mode was not very useful, since it ran the non-local non-bonded
interactions on the CPU. The fraction of non-local interaction is set
by the domain decomposition, so this is not flexible.
Also this mode is not being tested.

Amended docs to remove ambiguous reference to hybrid mode

Change-Id: I8cdd31f228e2c0104527f66265fd06a5e971b9da
docs/manual/algorithms.tex
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/forcerec.h
src/gromacs/mdlib/nbnxn_grid.cpp
src/gromacs/mdlib/nbnxn_grid.h
src/gromacs/mdlib/nbnxn_internal.h
src/gromacs/mdlib/nbnxn_search.cpp
src/gromacs/mdlib/sim_util.cpp
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/runner.cpp
src/programs/mdrun/runner.h