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

PRRTE SIGHUP #404

Closed
rhc54 opened this issue Feb 22, 2020 · 2 comments
Closed

PRRTE SIGHUP #404

rhc54 opened this issue Feb 22, 2020 · 2 comments
Milestone

Comments

@rhc54
Copy link
Contributor

rhc54 commented Feb 22, 2020

When the process/tool that spawned a job goes away, PRRTE needs to terminate the job it spawned along with any descendants of that job. However, there are two conditions under which that should not be true:

  1. the PMIX_NOHUP attribute is included in the job-level directives provided in the call to PMIx_Spawn

  2. a call to PMIx_Job_control has been made by the tool that included the PMIX_NOHUP attribute prior to the tool going away. If the list of attributes does not specify the job that is to continue after disconnect, then all descendants of the caller are to continue. Otherwise, only the specified jobs and any descendants of those jobs should continue.

@rhc54 rhc54 self-assigned this Feb 22, 2020
@jjhursey jjhursey added this to the v2.0.0 milestone Mar 25, 2021
@jjhursey
Copy link
Member

Any update on this issue? or is it up for grabs?

@rhc54 rhc54 removed their assignment Mar 25, 2021
@rhc54
Copy link
Contributor Author

rhc54 commented Mar 25, 2021

anyone is welcome to grab it - not sure why I self-assigned it. probably just reflex

@jjhursey jjhursey modified the milestones: v2.0.0, v2.0.1 Mar 25, 2021
@rhc54 rhc54 closed this as completed May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants