1
1
This commit was SVN r14675.
Этот коммит содержится в:
Galen Shipman 2007-05-16 19:55:43 +00:00
родитель 22af6d38e6
Коммит 542937ee2f

Просмотреть файл

@ -69,6 +69,12 @@ int orte_pls_bproc_set_proc_pid(const orte_process_name_t *name, pid_t pid, int
return rc;
}
/* query the job segment on the registry */
if(ORTE_SUCCESS != (rc = orte_schema.get_job_segment_name(&segment, name->jobid))) {
ORTE_ERROR_LOG(rc);
return rc;
}
keys[0] = ORTE_PROC_LOCAL_PID_KEY;
keys[1] = NULL;