1
1

ML: Replace opal ignore with a zero priority

The priority set by default to 0. As a result component open reports
an error and the component is not loaded (no resources allocated).
Этот коммит содержится в:
Pavel Shamis (Pasha) 2015-09-02 17:33:25 -04:00
родитель 5b49dc156f
Коммит 32c69630ad
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));