Minor cleanups.
Этот коммит содержится в:
родитель
15be948d79
Коммит
3b4da0bda4
@ -388,11 +388,13 @@ 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