Fix erroneous PME GPU "step" namings
authorAleksei Iupinov <a.yupinov@gmail.com>
Tue, 31 Oct 2017 16:15:51 +0000 (17:15 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 1 Nov 2017 12:56:05 +0000 (13:56 +0100)
commit313352939f9f85ffc5771b3132803141b39345e7
tree3fe8f210acf5d0c2de163826b773150ddf63e03c
parentc263ab1de72196c4c7a43a6447cd0acac10ba568
Fix erroneous PME GPU "step" namings

Previous PME GPU code/documentation assumed single PME computation
per MD step, while there can actually be several. This change
replaces erroneous "step" names in the PME GPU module with
"(PME) computation" and similar.

Change-Id: Id230e848e0db0648a429bfc35a59106d1db1f7c9
src/gromacs/ewald/pme-gather.cu
src/gromacs/ewald/pme-gpu-internal.cpp
src/gromacs/ewald/pme-gpu-internal.h
src/gromacs/ewald/pme-gpu-types.h
src/gromacs/ewald/pme-gpu.cpp
src/gromacs/ewald/pme-only.cpp
src/gromacs/ewald/pme-solve.cu
src/gromacs/ewald/pme-spread.cu
src/gromacs/ewald/pme-timings.cuh
src/gromacs/ewald/pme.h
src/gromacs/mdlib/sim_util.cpp