1
1
openmpi/ompi/mca/btl/template
Rainer Keller fd28b392bf - An intrusive commit yet again (sorry): with the separation we
get bitten by header depending on having already included
   the corresponding [opal|orte|ompi]_config.h header.
   When separating, things like [OPAL|ORTE|OMPI]_DECLSPEC
   are missed.

   Script to add the corresponding header in front of all following
   (taking care of possible #ifdef HAVE_...)

 - Including some minor cleanups to
   - ompi/group/group.h -- include _after_ #ifndef OMPI_GROUP_H
   - ompi/mca/btl/btl.h -- nclude _after_ #ifndef MCA_BTL_H
   - ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.c -- still no need for
     orte/util/output.h
   - ompi/mca/pml/dr/pml_dr_recvreq.c -- no need for mpool.h
   - ompi/mca/btl/btl.h -- reorder to fit
   - ompi/mca/bml/bml.h -- reorder to fit
   - ompi/runtime/ompi_mpi_finalize.c -- reorder to fit
   - ompi/request/request.h -- additionally need ompi/constants.h

 - Tested on linux/x86-64

This commit was SVN r20720.
2009-03-04 15:35:54 +00:00
..
.ompi_ignore Rename src -> ompi 2005-07-02 13:43:57 +00:00
.ompi_unignore Rename src -> ompi 2005-07-02 13:43:57 +00:00
btl_template_component.c - Header orte/mca/errmgr/errmgr.h is not needed. 2009-02-26 04:05:30 +00:00
btl_template_endpoint.c - Header orte/mca/oob/base/base.h is probably the wrong one to include 2009-02-26 04:20:03 +00:00
btl_template_endpoint.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_template_frag.c This commit fixes trac:729. Initialize pointer to registration to NULL. Otherwise 2007-01-09 10:29:20 +00:00
btl_template_frag.h Update the template BTL to fulfill the requirements for #1713. 2008-12-17 22:15:43 +00:00
btl_template_proc.c Use a more clear name for the proc in the constructor and destructor functions. 2009-01-05 14:14:38 +00:00
btl_template_proc.h Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
btl_template.c - As discussed on RFC, move the ompi_bitmap to the 2009-03-03 22:25:13 +00:00
btl_template.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
netpipe-btl-template.txt make btl template compile again 2007-03-08 21:58:26 +00:00
sample-btl-template.conf * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00