Gromacs
2020-beta1
|
#include <gromacs/hardware/hardwaretopology.h>
Information about socket, core and hwthread for a logical processor.
Public Attributes | |
int | socketRankInMachine |
Index of socket in machine. | |
int | coreRankInSocket |
Index of core in socket. | |
int | hwThreadRankInCore |
Index of hardware thread in core. | |
int | numaNodeId |
Index of numa node. | |