Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda_kernel_F_prune.cu
similarity index 85%
rename from src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_kernel_F_prune.cu
rename to src/gromacs/nbnxm/cuda/nbnxm_cuda_kernel_F_prune.cu
index d2cfd3a3e6c6cab32ef234c86c8f1357b8f4e375..dde88087ff2e34ab19a8ca7ba7519fe891f6df43 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2017,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #include "gmxpre.h"
 
 #include "gromacs/gpu_utils/cudautils.cuh"
-#include "gromacs/mdlib/nbnxn_consts.h"
-#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_kernel_utils.cuh"
+#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernel_utils.cuh"
 
-#include "nbnxn_cuda_types.h"
+#include "nbnxm_cuda_types.h"
 
 /* Top-level kernel generation: will generate through multiple
  * inclusion the following flavors for all kernel:
@@ -46,7 +45,7 @@
  */
 #define PRUNE_NBL
 #define FUNCTION_DECLARATION_ONLY
-#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_kernels.cuh"
+#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernels.cuh"
 #undef FUNCTION_DECLARATION_ONLY
-#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_kernels.cuh"
+#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernels.cuh"
 #undef PRUNE_NBL