1
1
openmpi/orte/runtime
Josh Hursey 78da530fd2 Fix a bug that Tim highlighted in which orted coredumps when an orterun is
CTRL-C'd. 
We were calling orte_finalize recursively which caused a segv when it tried to 
use a freed framework (orte_rmgr in this case).

I added a status flag to orte_universe_info to indicate where we are in the code.
This was needed to determine if we should call orte_abort or not when shutting
down in the tcp oob.

This commit was SVN r7160.
2005-09-02 21:07:21 +00:00
..
Makefile.am Some param changes: 2005-08-26 20:13:35 +00:00
orte_abort.c orte_abort was supposed to accept a variable number of arguments. But internally it didn't honor them. The second problem is that the opal_output does not accept a va_list as argument. So we have to create the string in the orte_abort and then print it out using opal_output. 2005-07-12 19:33:37 +00:00
orte_finalize.c Fix a bug that Tim highlighted in which orted coredumps when an orterun is 2005-09-02 21:07:21 +00:00
orte_init_stage1.c Clean up a few memory leaks - more to go... 2005-09-01 17:38:04 +00:00
orte_init_stage2.c Add a job_info segment to the system that holds a container for each job. Within each container is a keyval indicating the job state (i.e., all procs at stage1, finalized, etc.). This provides a rough state-of-health for the job. 2005-07-29 14:11:19 +00:00
orte_init.c Fix a bug that Tim highlighted in which orted coredumps when an orterun is 2005-09-02 21:07:21 +00:00
orte_monitor.c Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +00:00
orte_params.c Some param changes: 2005-08-26 20:13:35 +00:00
orte_restart.c close/re-init soh 2005-08-31 21:51:10 +00:00
orte_setup_hnp.c Some param changes: 2005-08-26 20:13:35 +00:00
orte_setup_hnp.h A bit of cleanup and a couple of bug fixes for remote orted launching 2005-08-10 20:01:25 +00:00
orte_system_finalize.c * bunch more memory leak / block in use fixes 2005-08-29 21:35:01 +00:00
orte_system_init.c Some param changes: 2005-08-26 20:13:35 +00:00
orte_universe_exists.c * bunch more memory leak / block in use fixes 2005-08-29 21:35:01 +00:00
orte_wait.c - change a bunch of OMPI_* constants or ORTE_* equivalents 2005-08-15 18:25:35 +00:00
orte_wait.h Initial population of orte tree 2005-07-02 13:42:54 +00:00
runtime_internal.h * rename ompi_object and ompi_class to opal_object and opal_class 2005-07-03 16:06:07 +00:00
runtime_types.h Initial population of orte tree 2005-07-02 13:42:54 +00:00
runtime.h Some param changes: 2005-08-26 20:13:35 +00:00