1
1
openmpi/ompi/mca/pml/base
Ralph Castain 9613b3176c 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.
After much work by Jeff and myself, and quite a lot of discussion, it has become clear that we simply cannot resolve the infinite loops caused by RML-involved subsystems calling orte_output. The original rationale for the change to orte_output has also been reduced by shifting the output of XML-formatted vs human readable messages to an alternative approach.

I have globally replaced the orte_output/ORTE_OUTPUT calls in the code base, as well as the corresponding .h file name. I have test compiled and run this on the various environments within my reach, so hopefully this will prove minimally disruptive.

This commit was SVN r18619.
2008-06-09 14:53:58 +00:00
..
base.h Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
Makefile.am Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
pml_base_bsend.c Unexpected ... Removing unistd.h from datatype.h break the compilation 2008-02-10 21:49:19 +00:00
pml_base_bsend.h - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
pml_base_close.c Don't require a progress function from the PML. If there is one then the 2007-10-09 23:28:53 +00:00
pml_base_ft.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
pml_base_open.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
pml_base_recvreq.c This patch bring full support for message queues in Open MPI. Now the send and 2007-07-10 22:16:38 +00:00
pml_base_recvreq.h Use BEGIN_C_DECLS and END_C_DECLS instead of the ugly #if/#endif. 2007-12-21 06:19:46 +00:00
pml_base_request.c This patch bring full support for message queues in Open MPI. Now the send and 2007-07-10 22:16:38 +00:00
pml_base_request.h Remove the memchecker macro in pml base request, used in req_wait.c, which actually is in the wrong place. Instead, one simple call from send_request_free and recv_request_free(already done) will do all the work, fast and clean. 2008-04-07 17:46:50 +00:00
pml_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
pml_base_sendreq.c This patch bring full support for message queues in Open MPI. Now the send and 2007-07-10 22:16:38 +00:00
pml_base_sendreq.h Use BEGIN_C_DECLS and END_C_DECLS instead of the ugly #if/#endif. 2007-12-21 06:19:46 +00:00