1
1
openmpi/ompi/mca/pml/base
Rainer Keller d81443cc5a - On the way to get the BTLs split out and lessen dependency on orte:
Often, orte/util/show_help.h is included, although no functionality
   is required -- instead, most often opal_output.h, or               
   orte/mca/rml/rml_types.h                                           
   Please see orte_show_help_replacement.sh commited next.            

 - Local compilation (Linux/x86_64) w/ -Wimplicit-function-declaration
   actually showed two *missing* #include "orte/util/show_help.h"     
   in orte/mca/odls/base/odls_base_default_fns.c and                  
   in orte/tools/orte-top/orte-top.c                                  
   Manually added these.                                              

   Let's have MTT the last word.

This commit was SVN r20557.
2009-02-14 02:26:12 +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 - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +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 Fix typo. 2008-07-17 04:55:23 +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 - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +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