1
1

Oops -- meant to remove that "if" block yesterday.

This commit was SVN r5026.
Этот коммит содержится в:
Jeff Squyres 2005-03-25 18:40:37 +00:00
родитель b8f88e8c1c
Коммит b5082f09c2

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

@ -84,9 +84,6 @@ int orte_errmgr_base_open(void)
return ORTE_ERROR;
}
if (0 > orte_errmgr_base_output)
orte_errmgr_base_output = ompi_output_open(NULL);
orte_errmgr_initialized = true;
}