Move code to prepare for GPU interface rework
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 11 Dec 2014 16:31:25 +0000 (17:31 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 16 Dec 2014 17:29:01 +0000 (18:29 +0100)
commit5615e315439770925beb2fbff3e967d7709cc5ea
treebb5960d0ea09a587a18f37e33a2b330187dd7ea8
parente93234dbc4d10e800d7767f78244af5ab53921e3
Move code to prepare for GPU interface rework

This is pure renaming, so hopefully rebases work better. Two of the
header files were being explicitly removed from the set installed, but
now that these headers are no longer in legacyheaders, this issue is
resolved.

Change-Id: I5bbc89c2e52e0d92704896c48eeed5d9c00fd61a
src/gromacs/domdec/domdec.cpp
src/gromacs/gmxlib/cuda_tools/pmalloc_cuda.cu
src/gromacs/gmxlib/cuda_tools/pmalloc_cuda.h [moved from src/gromacs/legacyheaders/pmalloc_cuda.h with 100% similarity]
src/gromacs/gmxlib/gmx_detect_hardware.cpp
src/gromacs/gmxlib/gpu_utils/gpu_utils.cu
src/gromacs/gmxlib/gpu_utils/gpu_utils.h [moved from src/gromacs/legacyheaders/gpu_utils.h with 100% similarity]
src/gromacs/legacyheaders/CMakeLists.txt
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu
src/programs/mdrun/runner.cpp