orte_std_cntr_t vs. size_t round 3. I back up this one as it
wasn't suppose to be committed (and because it's wrong). This commit was SVN r11318.
Этот коммит содержится в:
родитель
0417d27f46
Коммит
6fc16516cc
@ -339,7 +339,7 @@ static void mca_pml_base_modex_registry_callback(
|
|||||||
}
|
}
|
||||||
cnt = 1;
|
cnt = 1;
|
||||||
if (ORTE_SUCCESS != (rc = orte_dss.unpack(&buffer,
|
if (ORTE_SUCCESS != (rc = orte_dss.unpack(&buffer,
|
||||||
&num_bytes, &cnt, ORTE_STD_CNTR))) {
|
&num_bytes, &cnt, ORTE_SIZE))) {
|
||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user