Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_reference / kernel_gpu_ref.cpp
similarity index 98%
rename from src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.cpp
rename to src/gromacs/nbnxm/kernels_reference/kernel_gpu_ref.cpp
index 43313db602f0667ab7229619de8adc5cf469c268..c68b7b2facbe0f5df29cef07d60ca9b20d3ba721 100644 (file)
@@ -34,9 +34,7 @@
  */
 #include "gmxpre.h"
 
-#include "nbnxn_kernel_gpu_ref.h"
-
-#include "config.h"
+#include "kernel_gpu_ref.h"
 
 #include <cmath>
 
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/mdlib/force_flags.h"
-#include "gromacs/mdlib/nb_verlet.h"
-#include "gromacs/mdlib/nbnxn_consts.h"
 #include "gromacs/mdtypes/md_enums.h"
+#include "gromacs/nbnxm/kernel_common.h"
+#include "gromacs/nbnxm/nbnxm.h"
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/utility/fatalerror.h"
 
-#include "nbnxn_kernel_common.h"
-
 static const int c_numClPerSupercl = c_nbnxnGpuNumClusterPerSupercluster;
 static const int c_clSize          = c_nbnxnGpuClusterSize;