1
1

Ensure to return an error rather than continue

This commit was SVN r18445.
Этот коммит содержится в:
Jeff Squyres 2008-05-16 03:36:11 +00:00
родитель 6546898f09
Коммит 9f1b5237fe

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

@ -1586,6 +1586,7 @@ btl_openib_component_init(int *num_btl_modules,
if (OMPI_SUCCESS != ret) {
orte_show_help("help-mpi-btl-openib.txt",
"error in hca init", true, orte_process_info.nodename);
return NULL;
}
free(dev_sorted);