Remove param fillLocal, which was always false, from nbnxm call stack
authorJoe Jordan <ejjordan12@gmail.com>
Wed, 10 Mar 2021 12:37:49 +0000 (12:37 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 10 Mar 2021 12:37:49 +0000 (12:37 +0000)
commit556f83fe2b7d246ab8dcce41a06323a7a203da14
tree23ea4742f83dd49f892ca68ff81b476a7b40c197
parentbe6f9095461de16c09a14805c28512a1025af127
Remove param fillLocal, which was always false, from nbnxm call stack

Several functions in nbnxm took a bool to determine whether to fill
local atoms with zeros, but the parameter was always set to false.
This is now removed from the function signatures, and some code is
slightly simplified.
api/nblib/gmxcalculator.cpp
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdrun/tpi.cpp
src/gromacs/nbnxm/atomdata.cpp
src/gromacs/nbnxm/atomdata.h
src/gromacs/nbnxm/cuda/nbnxm_buffer_ops_kernels.cuh
src/gromacs/nbnxm/cuda/nbnxm_cuda.cu
src/gromacs/nbnxm/nbnxm.cpp
src/gromacs/nbnxm/nbnxm.h
src/gromacs/nbnxm/nbnxm_gpu.h