Merge pull request #859 from shamisp/topic/ml_soft_disable
ML: Replace opal ignore with a zero priority
Этот коммит содержится в:
Коммит
c3446f363b
@ -205,7 +205,7 @@ int mca_coll_ml_register_params(void)
|
|||||||
/* register openib component parameters */
|
/* register openib component parameters */
|
||||||
|
|
||||||
CHECK(reg_int("priority", NULL, "ML component priority"
|
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 "
|
CHECK(reg_int("verbose", NULL, "Output some verbose ML information "
|
||||||
"(0 = no output, nonzero = output)", 0, &mca_coll_ml_component.verbose, 0));
|
"(0 = no output, nonzero = output)", 0, &mca_coll_ml_component.verbose, 0));
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user