Skip to content

Commit 222f03f

Browse files
committed
Update VERSION and NEWS for release
Signed-off-by: Ralph Castain <[email protected]>
1 parent b949597 commit 222f03f

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
major=3
1919
minor=0
20-
release=10
20+
release=11
2121

2222
# PRRTE required dependency versions.
2323
# List in x.y.z format.
@@ -89,7 +89,7 @@ date="Nov 24, 2018"
8989
# Version numbers are described in the Libtool current:revision:age
9090
# format.
9191

92-
libprrte_so_version=3:10:0
92+
libprrte_so_version=3:11:0
9393

9494
# "Common" components install standalone libraries that are run-time
9595
# linked by one or more components. So they need to be versioned as

docs/news/news-v3.x.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ PRRTE v3.x series
44
This file contains all the NEWS updates for the PRRTE v3.x
55
series, in reverse chronological order.
66

7+
3.0.11 -- 18 May 2025
8+
---------------------
9+
.. note:: This is a minor bug fix release to resolve
10+
a problem when running with schedulers that
11+
allocate at the individual CPU (vs the node)
12+
level. Users operating in such an environment
13+
need to add the ``--hetero-nodes`` option to
14+
their ``prte`` or ``prterun`` cmd lines, or
15+
set the ``prte_hetero_nodes`` MCA param to
16+
a value of 1, `t`, `T`, "true", or "True".
17+
Administrators of such systems can set the
18+
MCA param for their users by adding it to
19+
the default MCA param file for the 3.0.11
20+
installation.
21+
22+
- PR #2203: Update VERSION and NEWS for release
23+
- PR #2201: Add missing OMPI cmd line option
24+
- PR #2199: Properly handle hetero node configurations
25+
26+
727
3.0.10 -- 10 May 2025
828
---------------------
929
- PR #2195: Update NEWS for release

0 commit comments

Comments
 (0)