Gromacs
2018.7
|
#include <gromacs/hardware/hardwaretopology.h>
Information about each numa node in system.
Public Attributes | |
int | id |
Absolute id of numa node in hardware topology. | |
std::size_t | memory |
Total detected memory in bytes. | |
std::vector< int > | logicalProcessorId |
Vector of all the logical processors in this node. | |