1
1

Fix a fix so we see the correct MCA param

This commit was SVN r12282.
Этот коммит содержится в:
Ralph Castain 2006-10-24 17:24:09 +00:00
родитель ed3caa9fc7
Коммит a7acd22e47

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

@ -141,7 +141,7 @@ int orte_pls_rsh_component_open(void)
mca_pls_rsh_component.debug = OPAL_INT_TO_BOOL(tmp);
}
mca_base_param_reg_int(c, "debug_daemons",
mca_base_param_reg_int_name("orte", "debug_daemons",
"Whether or not to enable debugging daemons (0 or 1)",
false, false, false, &tmp);
mca_pls_rsh_component.debug_daemons = OPAL_INT_TO_BOOL(tmp);