Oops -- we want the priority to be low, not high (for now). :-)
This commit was SVN r27208.
Этот коммит содержится в:
родитель
36dc0d40a6
Коммит
da00d281e6
@ -62,10 +62,10 @@ static int orte_rmaps_lama_register(void)
|
|||||||
mca_base_component_t *c = &mca_rmaps_lama_component.base_version;
|
mca_base_component_t *c = &mca_rmaps_lama_component.base_version;
|
||||||
int val;
|
int val;
|
||||||
|
|
||||||
/* JJH: Note the inflated priority, fix before release */
|
/* JMS Artifically low for now */
|
||||||
mca_base_param_reg_int(c, "priority",
|
mca_base_param_reg_int(c, "priority",
|
||||||
"Priority of the LAMA rmaps component",
|
"Priority of the LAMA rmaps component",
|
||||||
false, false, 5000,
|
false, false, 0,
|
||||||
&module_priority);
|
&module_priority);
|
||||||
|
|
||||||
mca_base_param_reg_int(c, "timing",
|
mca_base_param_reg_int(c, "timing",
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user