spread priorities out a bit..
This commit was SVN r13487.
Этот коммит содержится в:
родитель
c2c8bdf8ac
Коммит
ec610a9e65
@ -61,7 +61,7 @@ mca_pml_base_component_1_0_0_t mca_pml_cm_component = {
|
||||
static int free_list_num = 0;
|
||||
static int free_list_max = 0;
|
||||
static int free_list_inc = 0;
|
||||
static int default_priority = 2;
|
||||
static int default_priority = 30;
|
||||
|
||||
static int
|
||||
mca_pml_cm_component_open(void)
|
||||
@ -100,7 +100,7 @@ mca_pml_cm_component_open(void)
|
||||
"CM PML selection priority",
|
||||
false,
|
||||
false,
|
||||
2,
|
||||
30,
|
||||
&default_priority);
|
||||
|
||||
return OMPI_SUCCESS;
|
||||
|
@ -86,7 +86,7 @@ int mca_pml_dr_component_open(void)
|
||||
mca_pml_dr.free_list_inc =
|
||||
mca_pml_dr_param_register_int("free_list_inc", 64);
|
||||
mca_pml_dr.priority =
|
||||
mca_pml_dr_param_register_int("priority", 1);
|
||||
mca_pml_dr_param_register_int("priority", 10);
|
||||
mca_pml_dr.eager_limit =
|
||||
mca_pml_dr_param_register_int("eager_limit", 128 * 1024);
|
||||
mca_pml_dr.send_pipeline_depth =
|
||||
|
@ -95,7 +95,7 @@ int mca_pml_ob1_component_open(void)
|
||||
mca_pml_ob1.free_list_inc =
|
||||
mca_pml_ob1_param_register_int("free_list_inc", 64);
|
||||
mca_pml_ob1.priority =
|
||||
mca_pml_ob1_param_register_int("priority", 1);
|
||||
mca_pml_ob1_param_register_int("priority", 20);
|
||||
mca_pml_ob1.eager_limit =
|
||||
mca_pml_ob1_param_register_int("eager_limit", 128 * 1024);
|
||||
mca_pml_ob1.send_pipeline_depth =
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user