1
1
openmpi/ompi/mca/bml
George Bosilca 6310ce955c The first patch related to the Active Message stuff. So far, here is what we have:
- the registration array is now global instead of one by BTL.
- each framework have to declare the entries in the registration array reserved. Then
  it have to define the internal way of sharing (or not) these entries between all
  components. As an example, the PML will not share as there is only one active PML
  at any moment, while the BTLs will have to. The tag is 8 bits long, the first 3
  are reserved for the framework while the remaining 5 are use internally by each
  framework.
- The registration function is optional. If a BTL do not provide such function,
  nothing happens. However, in the case where such function is provided in the BTL
  structure, it will be called by the BML, when a tag is registered.

Now, it's time for the second step... Converting OB1 from a switch based PML to an
active message one.

This commit was SVN r17140.
2008-01-15 05:32:53 +00:00
..
base Introduce a new BTL parameter btl_rndv_eager_limit which determines size of a 2007-12-16 08:35:17 +00:00
r2 The first patch related to the Active Message stuff. So far, here is what we have: 2008-01-15 05:32:53 +00:00
bml.h The first patch related to the Active Message stuff. So far, here is what we have: 2008-01-15 05:32:53 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00