Skip to content

Commit 1584b4e

Browse files
author
David Ozog
authored
Merge pull request #1142 from davidozog/pr/v1.5.3rc1-NEWS
NEWS: Summarize v1.5.3 release candidate 1 updates
2 parents 95d18e4 + dd51900 commit 1584b4e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
Sandia OpenSHMEM NEWS -- history of user-visible changes.
44

5+
v1.5.3rc1
6+
---------
7+
- Added several enhancements to better support SOS as a backend for Intel® SHMEM.
8+
- Added extension support for GPU RDMA and external heap creation.
9+
- Added support for multi-NIC configurations via libfabric. The feature is
10+
enabled by default. It can be disabled with the environment variable,
11+
SHMEM_OFI_DISABLE_MULTIRAIL=1.
12+
- Added initial support for multi-NIC topology optimizations via hwloc.
13+
Detection of hwloc is enabled by default. It can be disabled with the
14+
configuration flag, --without-hwloc.
15+
- Moved the "tests-sos" package of unit tests and performance benchmarks to a
16+
new Git submodule hosted at https://github.com/openshmem-org/tests-sos.
17+
- Added shmemx_ibput and shmemx_ibget as extension APIs.
18+
- Added shmemx_signal_add and shmemx_signal_set as extension APIs.
19+
- Added several configuration flags to optimize for the CXI libfabric provider:
20+
--enable-ofi-inject and --enable-nonfetch-amo, which are enabled by default.
21+
- Manpage generation is now disabled by default to shorten build times. It can
22+
be re-enabled during configuration with the --enable-manpages flag.
23+
- Included multiple bugfixes, including in teams configuration,
24+
remote-virtual-addressing checks, buffer argument overlap checks, and more.
25+
526
v1.5.2
627
------
728
- This full release includes the changes listed below for v1.5.2rc1 and the

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
dnl Init Autoconf/Automake/Libtool
1515

16-
AC_INIT([Sandia OpenSHMEM], [1.5.2], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
16+
AC_INIT([Sandia OpenSHMEM], [1.5.3rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
1717
AC_PREREQ([2.60])
1818
AC_CONFIG_AUX_DIR([config])
1919
AC_CONFIG_MACRO_DIR([config])

0 commit comments

Comments
 (0)