1
1

Remote daemons should -always- whack any lingering session directories when exiting

This commit was SVN r22749.
Этот коммит содержится в:
Ralph Castain 2010-03-02 05:28:53 +00:00
родитель 69fe5ca69b
Коммит b692645772

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

@ -903,6 +903,9 @@ static void shutdown_callback(int fd, short flags, void *arg)
#endif /* __WINDOWS__ */ #endif /* __WINDOWS__ */
} }
/* whack any lingering session directory files from our jobs */
orte_session_dir_cleanup(ORTE_JOBID_WILDCARD);
/* Finalize and clean up ourselves */ /* Finalize and clean up ourselves */
ret = orte_finalize(); ret = orte_finalize();
exit(orte_exit_status); exit(orte_exit_status);