1
1

Protect the header files. Remove the directory using the OPAL

function.

This commit was SVN r10716.
Этот коммит содержится в:
George Bosilca 2006-07-11 05:25:41 +00:00
родитель 94f6cb3765
Коммит 523b6dcbe8
2 изменённых файлов: 5 добавлений и 9 удалений

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

@ -25,8 +25,9 @@
#include <stdio.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <libgen.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
@ -46,7 +47,6 @@
#include <string.h>
#endif /* HAVE_STRING_H */
#include <sys/types.h>
#include <dirent.h>
#include "orte/orte_constants.h"
@ -331,11 +331,7 @@ static int orte_clean_universe(orte_universe_t *universe) {
goto cleanup;
}
/*
* JJH XXX Temporary solution, will never make it into the trunk like this.
*/
asprintf(&command, "rm -rf %s", fulldirpath);
system(command);
opal_os_dirpath_destroy( fulldirpath, true, NULL );
/********************
* If the session directory is empty, then remove that too

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

@ -25,8 +25,9 @@
#include <stdio.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <libgen.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
@ -46,7 +47,6 @@
#include <string.h>
#endif /* HAVE_STRING_H */
#include <sys/types.h>
#include <dirent.h>
#include "orte/orte_constants.h"