File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1048,6 +1048,7 @@ int mca_btl_openib_add_procs(
1048
1048
opal_show_help ("help-mpi-btl-openib.txt" , "ib port not selected" ,
1049
1049
true, opal_process_info .nodename ,
1050
1050
ibv_get_device_name (openib_btl -> device -> ib_dev ), openib_btl -> port_num );
1051
+ return OPAL_SUCCESS ;
1051
1052
}
1052
1053
1053
1054
btl_rank = get_openib_btl_params (openib_btl , & lcl_subnet_id_port_cnt );
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ mca_btl_openib_proc_t* mca_btl_openib_proc_get_locked(opal_proc_t* proc)
277
277
278
278
if (0 == ib_proc -> proc_port_count ) {
279
279
ib_proc -> proc_endpoints = NULL ;
280
- goto no_err_exit ;
281
280
} else {
282
281
ib_proc -> proc_endpoints = (volatile mca_btl_base_endpoint_t * * )
283
282
malloc (ib_proc -> proc_port_count *
You can’t perform that action at this time.
0 commit comments