26#ifdef ESPRESSO_CALIPER
27#include <caliper/cali.h>
38 template <
class... T>
bool operator()(T &...)
const {
return true; }
48#ifdef ESPRESSO_CALIPER
Describes a cell structure / cell system.
unsigned get_resort_particles() const
Get the currently scheduled resort level.
void non_bonded_loop(PairKernel pair_kernel)
Non-bonded pair loop.
void bond_loop(BondKernel const &bond_kernel)
Bonded pair loop.
Returns true if the particles are to be considered for short range interactions.
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
void short_range_loop(BondKernel bond_kernel, PairKernel pair_kernel, CellStructure &cell_structure, double pair_cutoff, double bond_cutoff, VerletCriterion const &verlet_criterion={})