You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
the PMIX_NOHUP attribute is included in the job-level directives provided in the call to PMIx_Spawn
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.
The text was updated successfully, but these errors were encountered:
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:
the
PMIX_NOHUP
attribute is included in the job-level directives provided in the call toPMIx_Spawn
a call to
PMIx_Job_control
has been made by the tool that included thePMIX_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.The text was updated successfully, but these errors were encountered: