Ensure debug output levels if we are debugging
This commit was SVN r26358.
Этот коммит содержится в:
родитель
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",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user