1
1

If we fail to correctly initialize the MX device, don't mark it as initialized.

This commit was SVN r23238.
Этот коммит содержится в:
George Bosilca 2010-06-02 15:00:42 +00:00
родитель e45be29f0d
Коммит c8ee150c95

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

@ -91,6 +91,8 @@ ompi_common_mx_initialize(void)
opal_output(0,
"Error in mx_init (error %s)\n",
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;
}