Move hardware info structs to hardware/
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 10:04:23 +0000 (12:04 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 10:04:23 +0000 (12:04 +0200)
commit7d9c32c7ff879143cc8397b23a444061119daace
treec720e2827d8aa0f12a0b0c65b3da68149f3aaad0
parent1f02b70e1ffccbd12ea47d12900c1d520c7010f4
Move hardware info structs to hardware/

Move hw_info.h and gpu_hw_info.h to hardware/, removing more code from
legacyheaders/types/.

Change-Id: Id324f8b517beb9cfd4e9d517f9e704efc55a4096
15 files changed:
src/gromacs/domdec/domdec.cpp
src/gromacs/domdec/domdec.h
src/gromacs/gmxlib/gmx_detect_hardware.cpp
src/gromacs/gmxlib/gpu_utils/gpu_utils.cu
src/gromacs/gmxlib/gpu_utils/gpu_utils_ocl.cpp
src/gromacs/gmxlib/gpu_utils/ocl_compiler.h
src/gromacs/gmxlib/thread_affinity.cpp
src/gromacs/gmxlib/thread_affinity.h
src/gromacs/hardware/gpu_hw_info.h [moved from src/gromacs/legacyheaders/types/gpu_hw_info.h with 97% similarity]
src/gromacs/hardware/hw_info.h [moved from src/gromacs/legacyheaders/types/hw_info.h with 97% similarity]
src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu
src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl.cpp
src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_data_mgmt.cpp
src/programs/mdrun/resource-division.cpp
src/programs/mdrun/runner.h