1
1

Remove the old timing parameter but using orte_timing instead. Thanks for Rainer.

This commit was SVN r22775.
Этот коммит содержится в:
Shiqing Fan 2010-03-04 15:00:03 +00:00
родитель 4c1fc87502
Коммит db747e4390
2 изменённых файлов: 0 добавлений и 18 удалений

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

@ -125,15 +125,6 @@ static int plm_ccp_open(void)
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;
return ORTE_SUCCESS;

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

@ -115,15 +115,6 @@ int orte_plm_process_component_open(void)
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",
false, false, "orted.exe",