1
1

Correct typo spotted by Gilles

This commit was SVN r31892.
Этот коммит содержится в:
Ralph Castain 2014-05-27 17:14:01 +00:00
родитель 7b05b5c4c2
Коммит f840013b41

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

@ -231,7 +231,7 @@ int ompi_proc_set_locality(ompi_proc_t *proc)
kvn.key = strdup(OPAL_DSTORE_LOCALITY);
kvn.type = OPAL_HWLOC_LOCALITY_T;
kvn.data.uint16 = locality;
ret = opal_dstore.store(opal_dstore_internal, (opal_identifier_t*)&proc, &kvn);
ret = opal_dstore.store(opal_dstore_internal, (opal_identifier_t*)&proc->proc_name, &kvn);
OBJ_DESTRUCT(&kvn);
/* set the proc's local value as well */
proc->proc_flags = locality;