Gromacs
2025.0-dev-20241009-5c23d5f
|
#include <gromacs/nbnxm/pairsearch.h>
Thread-local work struct, contains working data for Grid.
Public Attributes | |
gmx_cache_protect_t | cp0 |
Buffer to avoid cache pollution. | |
std::vector< int > | sortBuffer |
Temporary buffer for sorting atoms within a grid column. | |
std::vector< gmx_bitmask_t > | buffer_flags |
Flags for force buffer access. | |
int | ndistc |
Number of distance checks for flop counting. | |
std::unique_ptr< t_nblist > | nbl_fep |
Temporary FEP list for load balancing. | |
nbnxn_cycle_t | cycleCounter |
Counter for thread-local cycles. | |
gmx_cache_protect_t | cp1 |
Buffer to avoid cache pollution. | |