1
1
openmpi/ompi/request
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
..
grequest.c Added padding to predefined handle structures to maintain library version to 2009-02-24 17:17:33 +00:00
grequest.h Fixes trac:580 2006-11-06 18:42:00 +00:00
Makefile.am Add the request_default.h file to the list of headers. This will force 2007-12-07 02:22:33 +00:00
req_test.c - As shown in ticket #1349, the status is not copied 2008-09-02 15:36:10 +00:00
req_wait.c - As shown in ticket #1349, the status is not copied 2008-09-02 15:36:10 +00:00
request_default.h This patch introduces customisable wait/test for requests as discussed at the face-to-face ompi meeting in Paris. 2007-12-06 09:23:44 +00:00
request.c Added padding to predefined handle structures to maintain library version to 2009-02-24 17:17:33 +00:00
request.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00