diff --git a/orte/runtime/orte_finalize.c b/orte/runtime/orte_finalize.c index b9a39ff98e..107e15a48b 100644 --- a/orte/runtime/orte_finalize.c +++ b/orte/runtime/orte_finalize.c @@ -103,8 +103,10 @@ int orte_finalize(void) /* Close the general debug stream */ opal_output_close(orte_debug_output); +#if 0 /* finalize the opal utilities */ opal_finalize(); +#endif return ORTE_SUCCESS; }