Merged
Conversation
We no longer support the solaris environment. PR filed for OAC to remove its checks as well. Refs: open-mpi/oac#20 Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 1286296)
Cite the correct proc rank Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit bb637b3)
The client_connected2 upcall provides a callback function, but the current code passed a NULL for it, thereby disabling that feature. Implement and provide a callback function for it. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 611567a)
Show the build time of the docs. Ported from open-mpi/ompi#13236 Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 866a113)
Device IDs no longer match what is in the PCI database. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit d52ebb7)
If we see an error when processing the request, then output the error to stderr. Otherwise, output all other help requests to stdout. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 8dd8f35)
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
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.
Remove stale solaris components
We no longer support the solaris environment. PR filed for
OAC to remove its checks as well.
Refs: open-mpi/oac#20
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 1286296)
Correct client4 error output
Cite the correct proc rank
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit bb637b3)
Provide callback function for client_connected2
The client_connected2 upcall provides a callback function, but
the current code passed a NULL for it, thereby disabling that
feature. Implement and provide a callback function for it.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 611567a)
docs: Add a "Last updated on:" HTML footer
Show the build time of the docs. Ported from
open-mpi/ompi#13236
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 866a113)
Eliminate stale pnet/opa component
Device IDs no longer match what is in the PCI
database.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit d52ebb7)
Use stdout instead of stderr for help output
If we see an error when processing the request, then output
the error to stderr. Otherwise, output all other help
requests to stdout.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 8dd8f35)