1
1

Release the orte_default_hostfile.

This commit was SVN r20561.
Этот коммит содержится в:
George Bosilca 2009-02-14 21:49:56 +00:00
родитель a0afc9ee29
Коммит 4004cb11bc
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

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