Skip to content

Fix the dpm to fwd IO to the spawning parent #10695

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 1 commit into from
Aug 22, 2022
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Aug 19, 2022

When doing a comm_spawn as a singleton, you need to instruct
the "prte" DVM to forward any IO from the child job to the
singleton "parent" so it can be properly output. Otherwise,
the IO from the child job will simply be lost.

Requires update of PMIx submodule pointer to fix #10691
Signed-off-by: Ralph Castain [email protected]

When doing a comm_spawn as a singleton, you need to instruct
the "prte" DVM to forward any IO from the child job to the
singleton "parent" so it can be properly output. Otherwise,
the IO from the child job will simply be lost.

Signed-off-by: Ralph Castain <[email protected]>
@ompiteam-bot
Copy link

Can one of the admins verify this patch?

@jsquyres
Copy link
Member

ok to test

@jsquyres
Copy link
Member

Thanks @rhc54!

@hppritcha hppritcha self-requested a review August 22, 2022 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Singleton spawn missing child IO
4 participants