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 9f073d7 + 9f7e209 commit 4018409Copy full SHA for 4018409
orte/orted/pmix/pmix_server_register_fns.c
@@ -74,11 +74,6 @@ int orte_pmix_server_register_nspace(orte_job_t *jdata)
74
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
75
ORTE_JOBID_PRINT(jdata->jobid));
76
77
- /* if this job has no local procs, then no need to register them */
78
- if (0 == jdata->num_local_procs) {
79
- return ORTE_SUCCESS;
80
- }
81
-
82
/* setup the info list */
83
info = OBJ_NEW(opal_list_t);
84
uid = geteuid();
0 commit comments