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:
parent
b1925d35c7
commit
c8e34813b6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user