We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64b7728 + 77f800b commit 1df4457Copy full SHA for 1df4457
orte/runtime/orte_globals.c
@@ -717,7 +717,7 @@ static void orte_job_destruct(orte_job_t* job)
717
/* release the attributes */
718
OPAL_LIST_DESTRUCT(&job->attributes);
719
720
- if (ORTE_JOBID_INVALID != job->jobid) {
+ if (NULL != orte_job_data && ORTE_JOBID_INVALID != job->jobid) {
721
/* remove the job from the global array */
722
opal_hash_table_remove_value_uint32(orte_job_data, job->jobid);
723
}
0 commit comments