Skip to content

Commit bc094ea

Browse files
authored
Merge pull request #635 from bgoglin/nvidia-grace-cpukinds
NVIDIA Grace cpukinds
2 parents 96e1889 + e0e3c7c commit bc094ea

File tree

3 files changed

+244
-106
lines changed

3 files changed

+244
-106
lines changed

doc/hwloc.doxy

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,13 @@ following environment variables.
12061206
If set to 0, max frequencies are entirely ignored.
12071207
</dd>
12081208

1209+
<dt>HWLOC_CPUKINDS_HOMOGENEOUS=0</dt>
1210+
<dd>uniformize max frequency, base frequency and Linux capacity to
1211+
force a single homogeneous kind of CPUs.
1212+
This is enabled by default on NVIDIA Grace but may be disabled
1213+
if set to 0 (or enabled on other platforms if set to 1).
1214+
</dd>
1215+
12091216
<dt>HWLOC_PCI_LOCALITY=&lt;domain/bus&gt; &lt;cpuset&gt;;...</dt>
12101217
<dt>HWLOC_PCI_LOCALITY=/path/to/pci/locality/file</dt>
12111218
<dd>changes the locality of I/O devices behing the specified PCI buses.
@@ -2039,6 +2046,10 @@ hwloc failed to discover any package.
20392046
models and vendors, the BIOS revision, etc.,
20402047
as reported by Linux under <tt>/sys/class/dmi/id/</tt>.
20412048
</dd>
2049+
<dt>SoC0ID, SoC0Family, SoC1Revision, etc.</dt>
2050+
<dd>The ID, family and revision of the first system-on-chip
2051+
(<tt>SoC0</tt>), second (<tt>SoC1</tt>), etc.
2052+
</dd>
20422053
<dt>MemoryMode, ClusterMode</dt>
20432054
<dd>
20442055
Intel Xeon Phi processor configuration modes.

0 commit comments

Comments
 (0)