-
Notifications
You must be signed in to change notification settings - Fork 903
Update to latest PMIx master #2649
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ralph Castain <[email protected]> Plug a minor memory leak. Tell the PMIx server not to create a dstore memory region for the daemon job as there is nobody to share it with. Signed-off-by: Ralph Castain <[email protected]> Protect users of hwloc membind functions Signed-off-by: Ralph Castain <[email protected]> Update PMIx to include NULL string protection Signed-off-by: Ralph Castain <[email protected]> Update to PMIx master to include key overwrite protection Signed-off-by: Ralph Castain <[email protected]>
Replaces #2629 |
Will test tonight. |
+-------------+-----------------+-------------+----------+------+------+----------+------+--------------------------------------------------------------------------+
| Phase | Section | MPI Version | Duration | Pass | Fail | Time out | Skip | Detailed report |
+-------------+-----------------+-------------+----------+------+------+----------+------+--------------------------------------------------------------------------+
| MPI Install | my installation | 3.0.0a1 | 00:01 | 1 | | | | MPI_Install-my_installation-my_installation-3.0.0a1-my_installation.html |
| Test Build | trivial | 3.0.0a1 | 00:01 | 1 | | | | Test_Build-trivial-my_installation-3.0.0a1-my_installation.html |
| Test Build | ibm | 3.0.0a1 | 00:42 | 1 | | | | Test_Build-ibm-my_installation-3.0.0a1-my_installation.html |
| Test Build | intel | 3.0.0a1 | 01:34 | 1 | | | | Test_Build-intel-my_installation-3.0.0a1-my_installation.html |
| Test Build | java | 3.0.0a1 | 00:02 | 1 | | | | Test_Build-java-my_installation-3.0.0a1-my_installation.html |
| Test Build | orte | 3.0.0a1 | 00:01 | 1 | | | | Test_Build-orte-my_installation-3.0.0a1-my_installation.html |
| Test Run | trivial | 3.0.0a1 | 00:11 | 8 | | | | Test_Run-trivial-my_installation-3.0.0a1-my_installation.html |
| Test Run | ibm | 3.0.0a1 | 13:47 | 490 | | 1 | | Test_Run-ibm-my_installation-3.0.0a1-my_installation.html |
| Test Run | spawn | 3.0.0a1 | 00:25 | 7 | | | | Test_Run-spawn-my_installation-3.0.0a1-my_installation.html |
| Test Run | loopspawn | 3.0.0a1 | 04:52 | 1 | | | | Test_Run-loopspawn-my_installation-3.0.0a1-my_installation.html |
| Test Run | intel | 3.0.0a1 | 21:07 | 473 | | 1 | 4 | Test_Run-intel-my_installation-3.0.0a1-my_installation.html |
| Test Run | intel_skip | 3.0.0a1 | 17:11 | 429 | | 2 | 47 | Test_Run-intel_skip-my_installation-3.0.0a1-my_installation.html |
| Test Run | java | 3.0.0a1 | 00:01 | 1 | | | | Test_Run-java-my_installation-3.0.0a1-my_installation.html |
| Test Run | orte | 3.0.0a1 | 00:53 | 19 | | | | Test_Run-orte-my_installation-3.0.0a1-my_installation.html |
+-------------+-----------------+-------------+----------+------+------+----------+------+--------------------------------------------------------------------------+
|
I'm going to write a new memory profiler tool that uses the ORTE memory profile query to obtain memory consumptions. Will put it in the contrib/scaling area. |
Let's open an issue to track memory footprint efforts so the graphs will transition across commits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Plug a minor memory leak. Tell the PMIx server not to create a dstore memory region for the daemon job as there is nobody to share it with.
Protect users of hwloc membind functions
Update PMIx to include NULL string protection
Update to PMIx master to include key overwrite protection
Signed-off-by: Ralph Castain [email protected]