1
1

Remove stale mca param. Ensure that verbosity gets properly set for event framework debug

This commit was SVN r24050.
Этот коммит содержится в:
Ralph Castain 2010-11-13 15:37:17 +00:00
родитель de4a04bd5d
Коммит b43a4509ac
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -55,7 +55,7 @@ int opal_event_base_open(void)
*/
OBJ_CONSTRUCT(&opal_event_components, opal_list_t);
if (OPAL_SUCCESS !=
mca_base_components_open("event", 0,
mca_base_components_open("event", opal_event_base_output,
mca_event_base_static_components,
&opal_event_components, true)) {
return OPAL_ERROR;

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

@ -96,9 +96,6 @@ int opal_register_params(void)
mca_base_param_reg_int_name("opal", "progress_debug",
"Set to non-zero to debug progress engine features",
false, false, 0, NULL);
mca_base_param_reg_int_name("opal", "event_debug",
"Set to non-zero to debug event library",
false, false, 0, NULL);
{
int value;