1
1
openmpi/orte/mca/iof/base
Wesley Bland 84be81df95 Standardize the initialization of the EPOCH's.
Everyone will be starting at MIN anyway (until we implement restart of course)
so there's no reason to set the epoch to INVALID and then immediately reset them
to MIN. This way there's less room to make mistakes later.

This commit was SVN r24829.
2011-06-28 14:20:33 +00:00
..
base.h Add a resilience to ORTE. Allows the runtime to continue after a process (or 2011-06-23 20:38:02 +00:00
iof_base_close.c IOF components should not assume they will be selected when queried - thus, they should not perform init functions until after selection. Create init/finalize entry points for that purpose, and have select init the module after it has been selected. 2010-04-16 18:51:27 +00:00
iof_base_open.c Standardize the initialization of the EPOCH's. 2011-06-28 14:20:33 +00:00
iof_base_output.c Remove unused include files 2011-02-16 00:32:47 +00:00
iof_base_select.c Remove unused include files 2011-02-16 00:32:47 +00:00
iof_base_setup.c Remove unused include files 2011-02-16 00:32:47 +00:00
iof_base_setup.h 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
Makefile.am Roll in the revamped IOF subsystem. Per the devel mailing list email, this is a complete rewrite of the iof framework designed to simplify the code for maintainability, and to support features we had planned to do, but were too difficult to implement in the old code. Specifically, the new code: 2008-10-18 00:00:49 +00:00