Release the orte_default_hostfile.
This commit was SVN r20561.
Этот коммит содержится в:
родитель
a0afc9ee29
Коммит
4004cb11bc
@ -73,7 +73,10 @@ int orte_finalize(void)
|
||||
if (NULL != orte_rsh_agent) {
|
||||
free(orte_rsh_agent);
|
||||
}
|
||||
|
||||
if( NULL != orte_default_hostfile ) {
|
||||
free(orte_default_hostfile);
|
||||
}
|
||||
|
||||
/* Close the general debug stream */
|
||||
opal_output_close(orte_debug_output);
|
||||
|
||||
|
@ -87,7 +87,7 @@ int orte_startup_timeout;
|
||||
|
||||
int orte_timeout_usec_per_proc;
|
||||
float orte_max_timeout;
|
||||
char *orte_default_hostfile;
|
||||
char *orte_default_hostfile = NULL;
|
||||
|
||||
opal_buffer_t *orte_tree_launch_cmd = NULL;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user