1
1

- no need to register/unregister process info

- cleanup event processing thread before anything else

This commit was SVN r2710.
Этот коммит содержится в:
Tim Woodall 2004-09-16 11:30:44 +00:00
родитель ed964097f5
Коммит 30195b17cb

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

@ -11,6 +11,7 @@
#include "include/constants.h"
#include "event/event.h"
#include "util/proc_info.h"
#include "util/argv.h"
#include "util/cmd_line.h"
@ -219,14 +220,6 @@ main(int argc, char *argv[])
exit(-1);
}
/*
* Register my process info with my replica.
*/
/* if (OMPI_SUCCESS != (ret = ompi_rte_register())) { */
/* ompi_output(0, "ompi_rte_init: failed in ompi_rte_register()\n"); */
/* return ret; */
/* } */
/* finalize the rte startup */
if (OMPI_SUCCESS != (ret = ompi_rte_init_finalstage(&multi_thread,
&hidden_thread))) {
@ -337,6 +330,7 @@ main(int argc, char *argv[])
unlink(filenm);
/* finalize the system */
ompi_event_fini();
ompi_rte_finalize();
mca_base_close();
ompi_finalize();