Replace misnamed nbnxn_gpu_acceleration_supported
commit9cfe710a94f97795dfe9c38fc4f14373d9e42ad3
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 22 Jun 2017 00:12:03 +0000 (22 02:12 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 22 Jun 2017 18:28:48 +0000 (22 20:28 +0200)
treed1445b73457fae047e3561d32a168e10f8e35ae8
parentb9a8c49d8f63a5b6130c944b1bfa5d4dedfd354e
Replace misnamed nbnxn_gpu_acceleration_supported

Historically, there were paths that could not run on GPUs, but the
only remaining condition here relates to a path that merely is not
useful to run on a GPU. Thus, I renamed the function, and relocated it
to the single point of use, preparing for future clean up there.

Removed a TODO that is no longer applicable.

Change-Id: I7ace37af14b01b8f6bc7944073951f79aecb8e65
src/gromacs/mdlib/force.h
src/gromacs/mdlib/forcerec.cpp
src/programs/mdrun/runner.cpp