Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_kernel.clh
similarity index 99%
rename from src/gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_kernel.clh
rename to src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel.clh
index 238711401a94fe3f819ad9ac944fc9b329a42271..c42b0c30e54a70fc09214432c56557e5abb75e16 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2016,2017,2018,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.
  *
  *  \author Anca Hamuraru <anca@streamcomputing.eu>
  *  \author Szilárd Páll <pall.szilard@gmail.com>
- *  \ingroup module_mdlib
+ *  \ingroup module_nbnxm
  */
 
 /* Currently we enable CJ prefetch for AMD/NVIDIA and disable it for the "nowarp" kernel
  * Note that this should precede the kernel_utils include.
  */
-#include "nbnxn_ocl_kernel_utils.clh"
+#include "nbnxm_ocl_kernel_utils.clh"
 
 /////////////////////////////////////////////////////////////////////////////////////////////////