Ensure that no-daemonize is correctly set
This commit was SVN r16079.
Этот коммит содержится в:
родитель
febdade113
Коммит
45767b038c
@ -66,7 +66,7 @@ int orte_register_params(bool infrastructure)
|
||||
|
||||
mca_base_param_reg_int_name("orte", "no_daemonize",
|
||||
"Whether to properly daemonize the ORTE daemons or not",
|
||||
false, false, (int)false, NULL);
|
||||
false, false, (int)false, &value);
|
||||
orte_no_daemonize_flag = OPAL_INT_TO_BOOL(value);
|
||||
|
||||
mca_base_param_reg_int_name("orte", "debug_daemons",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user