Merged
Conversation
Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit fffb451)
If we are supporting a recoverable application, then we need to recover resources from each failed proc as it fails. Otherwise, the system doesn't realize that resources have become available (due to the failure) and won't spawn into them. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit a76a5f9)
Avoid duplicating help topics by including help topic text where it is being reused. Separate help text into more logical files. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit da19937)
If a proc terminates with non-zero status, do not increment the num_terminated field - we will capture that when the waitpid and IOF events fire. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 7148f8e)
Minor adjustment to allow "unreach" return from PMIx_Init to indicate singleton operation Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 0b730e8)
Apparently, using a param in va_start no longer qualifies as it having been "used". Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit d00fe0b)
Signed-off-by: Ralph Castain <rhc@pmix.org>
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.
Silence some Coverity warnings
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit fffb451)
Recover resources from failed procs
If we are supporting a recoverable application, then we
need to recover resources from each failed proc as it
fails. Otherwise, the system doesn't realize that resources
have become available (due to the failure) and won't
spawn into them.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit a76a5f9)
Support the include directive for help entries
Avoid duplicating help topics by including help topic text where
it is being reused. Separate help text into more logical files.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit da19937)
Do not double-count error termination of procs
If a proc terminates with non-zero status, do not increment
the num_terminated field - we will capture that when the
waitpid and IOF events fire.
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 7148f8e)
Allow hello example to run as singleton
Minor adjustment to allow "unreach" return from
PMIx_Init to indicate singleton operation
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 0b730e8)
Silence warnings from gcc15
Apparently, using a param in va_start no longer qualifies as
it having been "used".
Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit d00fe0b)
Update NEWS and VERSION
Signed-off-by: Ralph Castain rhc@pmix.org
bot:notacherrypick