Refs trac:3901
Feedback from Dave's review. This commit was SVN r29664. The following Trac tickets were found above: Ticket 3901 --> https://svn.open-mpi.org/trac/ompi/ticket/3901
Этот коммит содержится в:
родитель
04b134eace
Коммит
7cb31111a6
@ -394,7 +394,7 @@ static void setup_mpit_pvars_enum(void)
|
|||||||
|
|
||||||
device = m->device;
|
device = m->device;
|
||||||
devices[i].value = i;
|
devices[i].value = i;
|
||||||
rc = asprintf(&str, "%s,%s,%u.%u.%u.%u/%d",
|
rc = asprintf(&str, "%s,%s,%hhu.%hhu.%hhu.%hhu/%" PRIu32,
|
||||||
ibv_get_device_name(device),
|
ibv_get_device_name(device),
|
||||||
m->if_name,
|
m->if_name,
|
||||||
c[0], c[1], c[2], c[3],
|
c[0], c[1], c[2], c[3],
|
||||||
@ -426,8 +426,7 @@ static void setup_mpit_pvars_enum(void)
|
|||||||
/* Free the strings (mca_base_var_enum_create() strdup()'ed them
|
/* Free the strings (mca_base_var_enum_create() strdup()'ed them
|
||||||
into private storage, so we don't need them any more) */
|
into private storage, so we don't need them any more) */
|
||||||
for (i = 0; i < mca_btl_usnic_component.num_modules; ++i) {
|
for (i = 0; i < mca_btl_usnic_component.num_modules; ++i) {
|
||||||
m = mca_btl_usnic_component.usnic_active_modules[i];
|
device = mca_btl_usnic_component.usnic_active_modules[i]->device;
|
||||||
device = m->device;
|
|
||||||
free((char*) devices[i].string);
|
free((char*) devices[i].string);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user