Gromacs
2025-dev-20240913-b871546
|
#include <gromacs/hardware/hardwaretopology.h>
Information about a single core in a package.
Public Attributes | |
int | id |
index of this core in hardware topology | |
int | numaNodeId |
id of the numa node of this core | |
std::vector< ProcessingUnit > | processingUnits |
PUs in this core on which we can run. | |