From dd5190009f2950390e4ae6f54588642eae402a76 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Wed, 26 Jun 2024 12:28:14 -0400 Subject: [PATCH] NEWS: mention hwloc detection, consistent wording --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 40cfdfc7..e700d5fc 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ v1.5.3rc1 enabled by default. It can be disabled with the environment variable, SHMEM_OFI_DISABLE_MULTIRAIL=1. - Added initial support for multi-NIC topology optimizations via hwloc. + Detection of hwloc is enabled by default. It can be disabled with the + configuration flag, --without-hwloc. - Moved the "tests-sos" package of unit tests and performance benchmarks to a new Git submodule hosted at https://github.com/openshmem-org/tests-sos. - Added shmemx_ibput and shmemx_ibget as extension APIs. @@ -18,8 +20,8 @@ v1.5.3rc1 --enable-ofi-inject and --enable-nonfetch-amo, which are enabled by default. - Manpage generation is now disabled by default to shorten build times. It can be re-enabled during configuration with the --enable-manpages flag. -- Multiple bugfixes, including in teams configuration, remote-virtual-addressing - checks, buffer argument overlap checks, and more. +- Included multiple bugfixes, including in teams configuration, + remote-virtual-addressing checks, buffer argument overlap checks, and more. v1.5.2 ------