Skip to content

Multiple commits#2408

Merged
rhc54 merged 7 commits intoopenpmix:v4.1from
rhc54:cmr41/up
Feb 19, 2026
Merged

Multiple commits#2408
rhc54 merged 7 commits intoopenpmix:v4.1from
rhc54:cmr41/up

Conversation

@rhc54
Copy link
Contributor

@rhc54 rhc54 commented Feb 19, 2026

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

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>
@rhc54 rhc54 merged commit ebea00f into openpmix:v4.1 Feb 19, 2026
17 checks passed
@rhc54 rhc54 deleted the cmr41/up branch February 19, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant