Sandia OpenSHMEM v1.5.0
The Sandia OpenSHMEM development team is pleased to announce SOS v1.5.0. Below are some of the changes included in this release:
- Support for the OpenSHMEM 1.5 specification.
- This full release includes the changes listed below for v1.5.0rc1 and the following additional changes.
- Added a multiplier for scaling the number of trial iterations in performance test suite benchmarks, configurable by environment variable,
SHMEM_PERF_SUITE_TRIALS_MULTIPLIER
. - Added an {SOS base}/examples directory with simple OpenSHMEM example programs and instructions on how to build and run those.
- With the recent fixes in libfabric v1.11.x, the RXM/Verbs provider support does not require setting the
FI_MR_CACHE_MAX_COUNT
environment variable to 0 when threading is used. - Additional bugfixes, including profiling symbols for some team-based collectives, support for C99 compilation, and unit test failures with single PE.