1
1
openmpi/orte/mca/iof/base
2013-02-13 01:53:12 +00:00
..
base.h Begin cleanup of the thread_lock calls in ORTE. We'll ignore the ones in the rml/oob for now as that code block is being rewritten anyway. 2013-02-13 01:53:12 +00:00
iof_base_close.c Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1. 2012-11-06 19:09:26 +00:00
iof_base_open.c Begin cleanup of the thread_lock calls in ORTE. We'll ignore the ones in the rml/oob for now as that code block is being rewritten anyway. 2013-02-13 01:53:12 +00:00
iof_base_output.c Add the ability to set a backlog limit on forwarded output waiting at mpirun - helps to avoid crashing systems during debug. Note that we default to "unlimited" to maintain current behavior. 2012-10-24 23:21:40 +00:00
iof_base_select.c Remove unused include files 2011-02-16 00:32:47 +00:00
iof_base_setup.c Extend the iof by adding two new components to support map-reduce IO chaining. Add a mapreduce tool for running such applications. 2012-05-02 21:00:22 +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