Gromacs
2019.3
|
#include <gromacs/hardware/cpuinfo.h>
Entry with basic information for a single logical processor.
Public Attributes | |
int | socketRankInMachine |
Relative rank of the current socket in the system. | |
int | coreRankInSocket |
Relative rank of the current core in its socket. | |
int | hwThreadRankInCore |
Relative rank of logical processor in its core. | |