1
1

This might explain the current difficulties with the mapping...

This commit was SVN r30047.
Этот коммит содержится в:
George Bosilca 2013-12-21 23:26:13 +00:00
родитель 5aa0837250
Коммит b324884375

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

@ -175,7 +175,7 @@ static int ompi_proc_set_locality(ompi_proc_t *proc)
char *cpu_bitmap;
/* retrieve the binding for the other proc */
if (OMPI_SUCCESS != opal_db.fetch((opal_identifier_t*)&proc, OPAL_DB_CPUSET,
if (OMPI_SUCCESS != opal_db.fetch((opal_identifier_t*)&proc->proc_name, OPAL_DB_CPUSET,
(void**)&cpu_bitmap, OPAL_STRING)) {
/* we don't know their cpuset, so nothing more we can say */
locality = OPAL_PROC_ON_NODE;