1
1
openmpi/ompi/mca/rcache/vma
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
..
configure.params * Move Gleb's rcache work from the gleb-rcache branch to the trunk 2006-08-15 18:40:08 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
rcache_vma_component.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
rcache_vma_tree.c Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
rcache_vma_tree.h - In rb/rcache_rb.c, the reg->flags should only be operated under the 2009-01-27 19:00:03 +00:00
rcache_vma.c - In rb/rcache_rb.c, the reg->flags should only be operated under the 2009-01-27 19:00:03 +00:00
rcache_vma.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00