allow trunk to compile on red storm
This commit was SVN r20960.
Этот коммит содержится в:
родитель
41a273276e
Коммит
7d0c6b68dc
@ -66,6 +66,7 @@ int orte_finalize(void)
|
|||||||
/* cleanup the process info */
|
/* cleanup the process info */
|
||||||
orte_proc_info_finalize();
|
orte_proc_info_finalize();
|
||||||
|
|
||||||
|
#if !ORTE_DISABLE_FULL_SUPPORT
|
||||||
/* Free some MCA param strings */
|
/* Free some MCA param strings */
|
||||||
if (NULL != orte_launch_agent) {
|
if (NULL != orte_launch_agent) {
|
||||||
free(orte_launch_agent);
|
free(orte_launch_agent);
|
||||||
@ -76,6 +77,7 @@ int orte_finalize(void)
|
|||||||
if( NULL != orte_default_hostfile ) {
|
if( NULL != orte_default_hostfile ) {
|
||||||
free(orte_default_hostfile);
|
free(orte_default_hostfile);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Close the general debug stream */
|
/* Close the general debug stream */
|
||||||
opal_output_close(orte_debug_output);
|
opal_output_close(orte_debug_output);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user