1
1

THIS IS A TEMPORARY FIX - do not finalize opal as the parameter system has been broken and will segfault when finalized.

THIS PATCH MUST BE REMOVED WHEN THE PARAMETER SYSTEM HAS BEEN FIXED.

This commit was SVN r27720.
This commit is contained in:
Ralph Castain 2012-12-24 18:42:19 +00:00
parent b1925d35c7
commit c8e34813b6

View File

@ -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;
}