Activate the UNIQ PML by default and give it the priority 0. It's still less than the TEG
PML but you can increase it if you add "pml_uniq_priority = 75" in your mca-params.conf file. This commit was SVN r6463.
Этот коммит содержится в:
родитель
66777a7bc7
Коммит
e67650d54f
@ -1,2 +0,0 @@
|
||||
bosilca
|
||||
|
@ -104,7 +104,7 @@ int mca_pml_uniq_component_open(void)
|
||||
mca_pml_uniq_param_register_int("poll_iterations", 100000);
|
||||
|
||||
mca_pml_uniq.uniq_priority =
|
||||
mca_pml_uniq_param_register_int("priority", 50);
|
||||
mca_pml_uniq_param_register_int("priority", 0);
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user