1
1

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.
Этот коммит содержится в:
George Bosilca 2005-07-13 21:08:09 +00:00
родитель 66777a7bc7
Коммит e67650d54f
3 изменённых файлов: 1 добавлений и 3 удалений

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

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

@ -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;
}