Rename GpuBonded into ListedForcesGpu
authorArtem Zhmurov <zhmurov@gmail.com>
Wed, 26 May 2021 09:05:03 +0000 (12:05 +0300)
committerArtem Zhmurov <zhmurov@gmail.com>
Thu, 27 May 2021 08:13:52 +0000 (08:13 +0000)
commitf8b4e7ccb98648371fd782d8b6aa7e94238e7f97
tree361edc3872cd5f85907c9322acafa3b9bc704491
parente7f8e9b81a6da80a70e5bfc3e1048afd20b5a629
Rename GpuBonded into ListedForcesGpu

The listed forces name describes better what the class is
doing and also follows the naming for other modules.
21 files changed:
src/gromacs/domdec/mdsetup.cpp
src/gromacs/listed_forces/CMakeLists.txt
src/gromacs/listed_forces/listed_forces.cpp
src/gromacs/listed_forces/listed_forces_gpu.h [moved from src/gromacs/listed_forces/gpubonded.h with 92% similarity]
src/gromacs/listed_forces/listed_forces_gpu_impl.cpp [moved from src/gromacs/listed_forces/gpubonded_impl.cpp with 73% similarity]
src/gromacs/listed_forces/listed_forces_gpu_impl.cu [moved from src/gromacs/listed_forces/gpubonded_impl.cu with 84% similarity]
src/gromacs/listed_forces/listed_forces_gpu_impl.h [moved from src/gromacs/listed_forces/gpubonded_impl.h with 97% similarity]
src/gromacs/listed_forces/listed_forces_gpu_internal.cu [moved from src/gromacs/listed_forces/gpubondedkernels.cu with 99% similarity]
src/gromacs/listed_forces/manage_threading.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdrun/runner.cpp
src/gromacs/mdtypes/forcerec.h
src/gromacs/nbnxm/gpu_common.h
src/gromacs/nbnxm/gpu_common_utils.h
src/gromacs/nbnxm/nbnxm.cpp
src/gromacs/nbnxm/nbnxm.h
src/gromacs/nbnxm/nbnxm_gpu.h
src/gromacs/nbnxm/nbnxm_gpu_data_mgmt.cpp
src/gromacs/pbcutil/pbc_aiuc_cuda.cuh
src/gromacs/taskassignment/decidegpuusage.cpp