родитель
2c60c18e6f
Коммит
778ba0317e
@ -388,13 +388,11 @@ static int mca_btl_tcp_create(int if_kindex, const char* if_name)
|
||||
|
||||
/* allow user to specify interface bandwidth */
|
||||
sprintf(param, "bandwidth_%s", if_name);
|
||||
mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_bandwidth,
|
||||
OPAL_INFO_LVL_5, &btl->super.btl_bandwidth);
|
||||
mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_bandwidth, OPAL_INFO_LVL_5, &btl->super.btl_bandwidth);
|
||||
|
||||
/* allow user to override/specify latency ranking */
|
||||
sprintf(param, "latency_%s", if_name);
|
||||
mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_latency,
|
||||
OPAL_INFO_LVL_5, &btl->super.btl_latency);
|
||||
mca_btl_tcp_param_register_uint(param, NULL, btl->super.btl_latency, OPAL_INFO_LVL_5, &btl->super.btl_latency);
|
||||
if( i > 0 ) {
|
||||
btl->super.btl_bandwidth >>= 1;
|
||||
btl->super.btl_latency <<= 1;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user