Skip to content

Commit cc41001

Browse files
author
David Ozog
authored
Merge pull request #989 from wrrobin/pr/release-1.5_news_version
Version and NEWS for 1.5.0 release
2 parents 2ebecfd + e2958f3 commit cc41001

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS

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

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

5+
v1.5.0
6+
------
7+
- This full release includes the changes listed below for v1.5.0rc1 and the
8+
following additional changes.
9+
- Added a multiplier for scaling the number of trial iterations in performance
10+
test suite benchmarks, configurable by environment variable,
11+
SHMEM_PERF_SUITE_TRIALS_MULTIPLIER.
12+
- Added {SOS base}/examples directory with simple OpenSHMEM example programs
13+
and instructions on how to build and run those.
14+
- With the recent fixes in libfabric 1.11.x, RXM/Verbs provider support does
15+
not require setting the FI_MR_CACHE_MAX_COUNT environment variable to 0
16+
when threading is used.
17+
- Additional bugfixes, including profiling symbols for some team-based
18+
collectives, support for C99 compilation, and unit test failures
19+
with single PE.
20+
521
v1.5.0rc1
622
---------
723
- Support for OpenSHMEM v1.5 specification

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.0rc1], [https://github.com/Sandia-OpenSHMEM/SOS/issues], [sandia-openshmem], [https://github.com/Sandia-OpenSHMEM/SOS])
16+
AC_INIT([Sandia OpenSHMEM], [1.5.0], [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)