1
1

Merge pull request #859 from shamisp/topic/ml_soft_disable

ML: Replace opal ignore with a zero priority
Этот коммит содержится в:
Pavel Shamis / Pasha 2015-09-04 12:37:37 -04:00
родитель 7f07ee1787 32c69630ad
Коммит c3446f363b
2 изменённых файлов: 1 добавлений и 1 удалений

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

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

@ -205,7 +205,7 @@ int mca_coll_ml_register_params(void)
/* register openib component parameters */
CHECK(reg_int("priority", NULL, "ML component priority"
"(from 0(low) to 90 (high))", 27, &mca_coll_ml_component.ml_priority, 0));
"(from 0(low) to 90 (high))", 0, &mca_coll_ml_component.ml_priority, 0));
CHECK(reg_int("verbose", NULL, "Output some verbose ML information "
"(0 = no output, nonzero = output)", 0, &mca_coll_ml_component.verbose, 0));