Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update headers for rc2 #1700

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Most files in this release are marked with the copyrights of the
organizations who have edited them. The copyrights below are in no
particular order and generally reflect members of the PMIx and
Open MPI core teams who have contributed code to this release.
PRRTE core teams who have contributed code to this release.
The copyrights for code used under license from other parties are
included in the corresponding files.

Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
University Research and Technology
Corporation. All rights reserved.
Copyright (c) 2004-2017 The University of Tennessee and The University
Copyright (c) 2004-2023 The University of Tennessee and The University
of Tennessee Research Foundation. All rights
reserved.
Copyright (c) 2004-2010 High Performance Computing Center Stuttgart,
Expand Down Expand Up @@ -53,9 +53,11 @@ Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All
rights reserved.
Copyright (c) 2013-2017 Research Organization for Information Science (RIST).
All rights reserved.
Copyright (c) 2017-2018 Amazon.com, Inc. or its affiliates. All Rights
Copyright (c) 2017-2023 Amazon.com, Inc. or its affiliates. All Rights
reserved.
Copyright (c) 2018 DataDirect Networks. All rights reserved.
Copyright (c) 2020-2023 Nanook Consulting. All rights reserved.
Copyright (c) 2022-2023 Triad National Security, LLC. All rights reserved

$COPYRIGHT$

Expand Down
61 changes: 59 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
Copyright (c) 2012 University of Houston. All rights reserved.
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
# Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
Copyright (c) 2018-2001 Amazon.com, Inc. or its affiliates. All Rights
reserved.
Copyright (c) 2021-2022 Nanook Consulting. All rights reserved.
Copyright (c) 2021-2023 Nanook Consulting. All rights reserved.
$COPYRIGHT$

Additional copyrights may follow
Expand All @@ -38,6 +38,63 @@ version 1.0.

3.0.1 -- TBD
------------------------------------
PR #1696: Always set waitpid-fired flag when proc exits
PR #1694: Fix passing of envars for spawn
PR #1692: Multiple commits
- Plug small memory leaks
- Adhere to project's variable declaration convention
- Cleanup initial implementation of allocate and session control
- Protect one more place for session_control
- Fix the routing for non-tree-spawn launch
- Cleanup prte_info output
- Ensure we exit cleanly when a daemon fails to start
- Store prted URI under correct name
- Remove duplicate computation of routing tree
- Minor cleanup of verbose output
- Send direct to HNP if we don't know a route
- Cleanup some mangled formatting
- Cleanup some debug output
- Update the pmix server integration
PR #1686: Update config/oac submodule
PR #1682: Multiple commits
- Remove wrapper definitions
- Extend example to check for sessionID and jobID
PR #1678: Multiple commits
- Add --debug-daemon to prted options
- Add the rml and routed types to prte_info array
PR #1674: Ensure cmd line errors provide error messages
PR #1672: Multiple commits
- Correct default binding for map-by node/slot
- Provide better error message for cross-package binding
- Add missing command line directives
- Fix minor issues found in tests
- Silence compiler warning in test/connect
- Silence compiler warnings in examples
- Use exit macros in example dmodex
- Remove antiquated code that can cause problems
- Update sphinx requirements
- Remove the PMIX_SIZE_ESTIMATE support
PR #1660: Correct function name when using older hwloc versions
PR #1658: Multiple commits
- Properly handle overload-allowed
- Define MIN for environments that lack it
- Fix a typo in the README
- Fix Sphinx parsing error
PR #1644: Multiple commits
- Add a spawn_multiple test
- Provide an estimate of the size of registration data
- Provide size estimates for collective operations that return data
- Add an option to display the available CPUs
- Fix generate_dist type
- Protect against missing attribute definition
- Set distances array type
- Add "parseable" display qualifier
- Generate distances by default
- Show help message when mapping too low
- Fix round-robin by obj with multiple cpus/rank
- Fix map-by slot and node for multiple cpus/rank
PR #1633: First cut of Sphinx/ReadTheDocs docs
PR #1626: Remove unused variable
PR #1622: Multiple commits
- Don't error out on binding if not required
- Check for and track scheduler attachment
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ flex_min_version=2.5.4
# requirement is that it must be entirely printable ASCII characters
# and have no white space.

greek=rc1
greek=rc2

# If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always"
Expand Down
3 changes: 1 addition & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Release Notes

- Systems that have been tested are:

- Linux (various flavors/distros), 32 bit, with gcc
- Linux (various flavors/distros), 64 bit (x86), with gcc, Intel,
and Portland (*)
- OS X (10.7 and above), 32 and 64 bit (x86_64), with gcc (*)
- OS X (10.7 and above), 64 bit (x86_64), with gcc and clang (*)

- PRRTE has taken some steps towards Reproducible Builds
(https://reproducible-builds.org/). Specifically, PRRTE's
Expand Down