Remove the old timing parameter but using orte_timing instead. Thanks for Rainer.
This commit was SVN r22775.
Этот коммит содержится в:
родитель
4c1fc87502
Коммит
db747e4390
@ -124,15 +124,6 @@ static int plm_ccp_open(void)
|
||||
"It is set to the application name by default.",
|
||||
false, false, NULL,
|
||||
&mca_plm_ccp_component.job_name);
|
||||
|
||||
tmp = mca_base_param_reg_int_name("orte", "timing",
|
||||
"Request that critical timing loops be measured",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
mca_plm_ccp_component.timing = true;
|
||||
} else {
|
||||
mca_plm_ccp_component.timing = false;
|
||||
}
|
||||
|
||||
mca_plm_ccp_component.checked_paths = NULL;
|
||||
|
||||
|
@ -114,15 +114,6 @@ int orte_plm_process_component_open(void)
|
||||
"Force the launcher to always use process, even for local daemons",
|
||||
false, false, false, &tmp);
|
||||
mca_plm_process_component.force_process = OPAL_INT_TO_BOOL(tmp);
|
||||
|
||||
tmp = mca_base_param_reg_int_name("orte", "timing",
|
||||
"Request that critical timing loops be measured",
|
||||
false, false, 0, &value);
|
||||
if (value != 0) {
|
||||
mca_plm_process_component.timing = true;
|
||||
} else {
|
||||
mca_plm_process_component.timing = false;
|
||||
}
|
||||
|
||||
mca_base_param_reg_string(c, "orted",
|
||||
"The command name that the process plm component will invoke for the ORTE daemon",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user