Fix copy/paste error
Этот коммит содержится в:
родитель
1da558407c
Коммит
b748afceb1
4
orte/orted/pmix/pmix_server_register_fns.c
Обычный файл → Исполняемый файл
4
orte/orted/pmix/pmix_server_register_fns.c
Обычный файл → Исполняемый файл
@ -382,14 +382,12 @@ int orte_pmix_server_register_nspace(orte_job_t *jdata)
|
||||
opal_list_append(pmap, &kv->super);
|
||||
|
||||
/* node ID */
|
||||
if (NULL != node) {
|
||||
kv = OBJ_NEW(opal_value_t);
|
||||
kv->key = strdup(OPAL_PMIX_NODEID);
|
||||
kv->type = OPAL_UINT32;
|
||||
kv->data.uint32 = node->index;
|
||||
kv->data.uint32 = pptr->node->index;
|
||||
opal_list_append(pmap, &kv->super);
|
||||
}
|
||||
}
|
||||
|
||||
/* mark the job as registered */
|
||||
orte_set_attribute(&jdata->attributes, ORTE_JOB_NSPACE_REGISTERED, ORTE_ATTR_LOCAL, NULL, OPAL_BOOL);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user