1
1

Properly determine btl's rank among all btls withing the same subnet.

This commit was SVN r15038.
Этот коммит содержится в:
Gleb Natapov 2007-06-13 11:15:58 +00:00
родитель 7e0b400f3f
Коммит 5c3f511451

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

@ -145,9 +145,9 @@ int mca_btl_openib_add_procs(
if(mca_btl_openib_component.openib_btls[j]->port_info.subnet_id
== openib_btl->port_info.subnet_id) {
lcl_subnet_id_port_cnt++;
if(openib_btl == mca_btl_openib_component.openib_btls[j]) {
btl_rank = lcl_subnet_id_port_cnt;
}
if(openib_btl == mca_btl_openib_component.openib_btls[j]) {
btl_rank = j;
}
}
for(i = 0; i < (int) nprocs; i++) {