1
1

Ensure debug output levels if we are debugging

This commit was SVN r26358.
Этот коммит содержится в:
Ralph Castain 2012-04-29 00:03:28 +00:00
родитель a712fc4649
Коммит 47a5e30095

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

@ -188,6 +188,11 @@ int orte_register_params(void)
false, false, (int)false, &value);
orte_leave_session_attached = OPAL_INT_TO_BOOL(value);
/* if any debug level is set, ensure we output debug level dumps */
if (orte_debug_flag || orte_debug_daemons_flag || orte_leave_session_attached) {
orte_devel_level_output = true;
}
/* See comment in orte/tools/orterun/orterun.c about this MCA
param (this param is internal) */
mca_base_param_reg_int_name("orte",