1
1
openmpi/ompi/mca
Brian Barrett 2b4b754925 Some much needed cleanup of the point-to-point one-sided component...
* Combine polling of the long requests and buffer requests into
    one type, and in one place
  * Associate the list of requests to poll with the component, not
    the individual modules
  * add progress thread that sits on the OMPI request structure
    and wakes up at the appropriate time to poll the message
    list.  Not the best, but without some asynch notification
    from the PML that a given set of requests has completed, there
    isn't much better
  * Instead of calling opal_progress() all over the place, move
    to using the condition variables like the rest of the project.
    Has the advantage of moving it slightly futher along in the
    becoming thread safe thing
  * Fix a problem with the passive side of unlock where it could
    go recursive and cause all kinds of problems, especially
    when progress threads are used.  Instead, have two parts of
    passive unlock -- one to start the unlock, and another to
    complete the lock and send the ack back.  The data moving
    code trips the second at the right time.

This commit was SVN r14703.
2007-05-21 02:21:25 +00:00
..
allocator Add some comments on the internals of the bucket structure. Alter the cleanup 2007-04-17 20:43:30 +00:00
bml Implement new BTL parameters: 2007-05-17 07:54:27 +00:00
btl remove an assignment which is not required 2007-05-18 01:33:02 +00:00
coll - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
common This fixes the initialization of the usable size of the shared memory. 2007-03-07 13:28:06 +00:00
crcp Use more of the datatype engine supplied functions 2007-04-26 00:06:22 +00:00
io Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00
mpool - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
mtl Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
osc Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
pml Implement new BTL parameters: 2007-05-17 07:54:27 +00:00
rcache Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
topo - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00