Gromacs
2016.6
|
Functions | |
void | parseCpuInfo (HardwareTopology::Machine *machine, HardwareTopology::SupportLevel *supportLevel) |
Initialize machine data from basic information in cpuinfo. More... | |
int | detectLogicalProcessorCount () |
Try to detect the number of logical processors. More... | |
int gmx::anonymous_namespace{hardwaretopology.cpp}::detectLogicalProcessorCount | ( | ) |
Try to detect the number of logical processors.
void gmx::anonymous_namespace{hardwaretopology.cpp}::parseCpuInfo | ( | HardwareTopology::Machine * | machine, |
HardwareTopology::SupportLevel * | supportLevel | ||
) |
Initialize machine data from basic information in cpuinfo.
machine | Machine tree structure where information will be assigned if the cpuinfo object contains topology information. |
supportLevel | If topology information is available in CpuInfo, this will be updated to reflect the amount of information written to the machine structure. |