If we fail to correctly initialize the MX device, don't mark it as initialized.
This commit was SVN r23238.
Этот коммит содержится в:
родитель
e45be29f0d
Коммит
c8ee150c95
@ -91,6 +91,8 @@ ompi_common_mx_initialize(void)
|
|||||||
opal_output(0,
|
opal_output(0,
|
||||||
"Error in mx_init (error %s)\n",
|
"Error in mx_init (error %s)\n",
|
||||||
mx_strerror(mx_return));
|
mx_strerror(mx_return));
|
||||||
|
/* We did not succeed to initialize the MX device */
|
||||||
|
ompi_common_mx_initialize_ref_cnt = 0;
|
||||||
return OMPI_ERR_NOT_AVAILABLE;
|
return OMPI_ERR_NOT_AVAILABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user