Unify and clarify a couple of macro definitions in NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda_types.h
index 1cd1606de36903a28a3f76921ed5336870f7c66e..65a247ad08408a498790eca6d971d8f1fd361df5 100644 (file)
 #include "gromacs/timing/gpu_timing.h"
 #include "gromacs/utility/enumerationhelpers.h"
 
-/*! \brief Macro definining default for the prune kernel's j4 processing concurrency.
- *
- *  The GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY macro allows compile-time override.
- */
-#ifndef GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY
-#    define GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY 4
-#endif
-/*! \brief Default for the prune kernel's j4 processing concurrency.
- *
- *  Initialized using the #GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY macro which allows compile-time override.
- */
-const int c_cudaPruneKernelJ4Concurrency = GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY;
-
 /* TODO: consider moving this to kernel_utils */
 /* Convenience defines */
 /*! \brief cluster size = number of atoms per cluster. */