..
base.h
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
help-plm-base.txt
Cleanly handle the failed start of an orted, or its unexpected failure after start. This commit will allow mpirun to exit cleanly when this occurs, and does a best-effort attempt to cleanup the mess. However, it still has two unresolved issues that need to be eventually addressed:
2008-05-29 13:38:27 +00:00
Makefile.am
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
plm_base_close.c
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
plm_base_heartbeat.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
plm_base_jobid.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
plm_base_launch_support.c
Ensure params are registered prior to parsing global cmd line options in orterun so that debugger options are properly captured and acted upon.
2008-06-19 02:58:14 +00:00
plm_base_open.c
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
2008-06-18 03:15:56 +00:00
plm_base_orted_cmds.c
Fix two Coverity complaints CID 813 (value defined and not used) and 1039 (resource leak). While doing so, found and fixed another less obvious memory leak.
2008-06-10 17:53:28 +00:00
plm_base_proxy.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
plm_base_receive.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
plm_base_select.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
plm_private.h
Fix a potential, albeit perhaps esoteric, race condition that can occur for fast HNP's, slow orteds, and fast apps. Under those conditions, it is possible for the orted to be caught in its original send of contact info back to the HNP, and thus for the progress stack never to recover back to a high level. In those circumstances, the orted can "hang" when trying to exit.
2008-06-06 19:36:27 +00:00