You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/issue_template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,8 @@
27
27
If your issue consists in a wrong topology detection, we also need the following for debugging remotely:
28
28
29
29
* On Linux, run `hwloc-gather-topology myhost` and post the `myhost.*` files that it will generate. Note that this tool may be slow on large nodes or when I/O is enabled.
30
-
* On MacOS, `sysctl hw` and `sysctl machdep.cpu`
31
-
* On Solaris, `kstat cpu_info` and `lgrp_info -a`
32
-
* On BSD, `sysctl hw`
30
+
* On Solaris, `kstat -C cpu_info`, `lgrpinfo -a` and `psrinfo`
31
+
* On MacOS and BSD, `sysctl hw` and `sysctl machdep`
33
32
* On BSD x86 platforms, if using hwloc >= 2.0, also run `hwloc-gather-cpuid` and post an archive of the `cpuid` that was generated.
34
33
* On Windows, `coreinfo -cgnlsm`
35
34
@@ -38,3 +37,4 @@ If your issue consists in a wrong topology detection, we also need the following
38
37
You may need to archive the output from the above commands into a `.zip` or `.tar.gz` (not `.bz2`!) file before Github will allow you to drag-n-drop the file into the issue to attach it.
39
38
40
39
Note that upgrading your operating system (e.g., Linux kernel) and platform firmwares (e.g., BIOS) might help solving issues about wrong topology detection.
40
+
Some known issues are listed at https://github.com/open-mpi/hwloc/wiki/Linux-kernel-bugs
0 commit comments