Gromacs
2016.6
|
#include <gromacs/hardware/hardwaretopology.h>
Information about a single core in a socket.
Public Attributes | |
int | id |
Absolute id of this core in hardware topology. | |
int | numaNodeId |
id of the numa node of this core | |
std::vector< HWThread > | hwThreads |
All the hardware threads in this core. | |