Skip to content

Commit fc65632

Browse files
bgoglinndenoyelle
authored andcommitted
NEWS: cleanup for 2.1
Signed-off-by: Brice Goglin <[email protected]>
1 parent 57a4c80 commit fc65632

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

NEWS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Version 2.1.0
3636
+ Improve the API for dealing with disallowed resources
3737
- HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM is replaced with FLAG_INCLUDE_DISALLOWED
3838
and --whole-system command-line options with --disallowed.
39-
Former names are still accepted for backward compatibility.
39+
. Former names are still accepted for backward compatibility.
4040
- Add hwloc_topology_allow() for changing allowed sets after load().
4141
- Add the HWLOC_ALLOW=all environment variable to totally ignore
4242
administrative restrictions such as Linux Cgroups.
@@ -57,11 +57,11 @@ Version 2.1.0
5757
+ Add support for Intel v2 Extended Topology Enumeration in the x86 backend.
5858
+ Improve memory locality on Linux by using HMAT initiators (exposed
5959
since Linux 5.2+), and NUMA distances for CPU-less NUMA nodes.
60-
+ The x86 now properly handles offline CPUs.
60+
+ The x86 backend now properly handles offline CPUs.
6161
+ Detect the locality of NVIDIA GPU OpenCL devices.
6262
+ Ignore NUMA nodes that correspond to NVIDIA GPU by default.
63-
- They may be kept if HWLOC_KEEP_NVIDIA_GPU_NUMA_NODES=1 in the environment.
64-
Fix their CPU locality and add info attributes to identify them.
63+
- They may be unignored if HWLOC_KEEP_NVIDIA_GPU_NUMA_NODES=1 in the environment.
64+
- Fix their CPU locality and add info attributes to identify them.
6565
Thanks to Max Katz and Edgar Leon for the help.
6666
+ Add support for IBM S/390 drawers.
6767
+ Rework the heuristics for discovering KNL Cluster and Memory modes
@@ -72,15 +72,17 @@ Version 2.1.0
7272
+ Expose Linux DAX devices as hwloc Block OS devices.
7373
+ Remove support for /proc/cpuinfo-only topology discovery in Linux
7474
kernel prior to 2.6.16.
75+
+ Disable POWER device-tree-based topology on Linux by default.
76+
- It may be reenabled by setting HWLOC_USE_DT=1 in the environment.
7577
+ Discovery components are now divided in phases that may be individually
7678
blacklisted.
7779
- The linuxio component has been merged back into the linux component.
7880
* Tools
7981
+ lstopo
8082
- lstopo factorizes objects by default in the graphical output when
8183
there are more than 4 identical children.
82-
New options --no-factorize and --factorize may be used to configure this.
83-
Also hit the 'f' key to disable factorizing in interactive outputs.
84+
. New options --no-factorize and --factorize may be used to configure this.
85+
. Hit the 'f' key to disable factorizing in interactive outputs.
8486
- Both logical and OS/physical indexes are now displayed by default
8587
for PU and NUMA nodes.
8688
- The X11 and Windows interactive outputs support many keyboard

0 commit comments

Comments
 (0)