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

Multiple commits to v3.0 #1474

Merged
merged 4 commits into from
Aug 26, 2022
Merged

Multiple commits to v3.0 #1474

merged 4 commits into from
Aug 26, 2022

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Aug 25, 2022

Upgrade the cmd line option checker

Currently, you have to type the full fields of a multi-name
argument and can only abbreviate the last one. This can get
burdensome on lengthy options. Upgrade the checker to instead
treat each field of a multi-name option separately, allowing
the user to abbreviate each field.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 6ef83cf)

Enable the "show-progress" runtime option

Move the show-progress support from an MCA paramter to a per-job
runtime option. Fix the daemon counting on DVM startup, and ensure
that prte sees the runtime options on its command line.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 7dc0018)

Fix the stack trace handshake

Current code was expecting a stack trace blob per process, but
the daemons are sending a blob per daemon that contains the
traces from all local procs in the respective job.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 966bd07)

Add more debug to the node list construction procedure

Ensure we understand exactly why a node is being removed
from the list.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit e9bfd34)

Currently, you have to type the full fields of a multi-name
argument and can only abbreviate the last one. This can get
burdensome on lengthy options. Upgrade the checker to instead
treat each field of a multi-name option separately, allowing
the user to abbreviate each field.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 6ef83cf)
Move the show-progress support from an MCA paramter to a per-job
runtime option. Fix the daemon counting on DVM startup, and ensure
that `prte` sees the runtime options on its command line.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 7dc0018)
Current code was expecting a stack trace blob per process, but
the daemons are sending a blob per daemon that contains the
traces from all local procs in the respective job.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 966bd07)
Ensure we understand exactly why a node is being removed
from the list.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit e9bfd34)
@rhc54
Copy link
Contributor Author

rhc54 commented Aug 26, 2022

bot:ibm:retest

@rhc54 rhc54 merged commit 845bf9e into openpmix:v3.0 Aug 26, 2022
@rhc54 rhc54 deleted the cmr30/up branch August 26, 2022 01:37
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