1
1
openmpi/ompi/mca
Andrew Friedley 365c81d6e9 Fix a few issues reported by Terry Dontje:
1. ompi/mca/btl/udapl/btl_udapl_proc.c should be including
btl_udapl_endpoint.h for mca_btl_udapl_proc_insert function.

2. btl_udapl_endpoint.c it looks like you are using
&endpoint->endpoint_lock when you should use &ep->endpoint_lock in a
OPAL_THREAD_LOCK call.

3. btl_udapl_frag.h has a couple opal_list_item_t's that should be
ompi_free_list_item_t in the _FRAG_ALLOC_{EAGER,MAX} macros.

This commit was SVN r10442.
2006-06-20 17:13:44 +00:00
..
allocator make ompi_free_list_item_t a class.. 2006-06-12 16:44:00 +00:00
bml Temporary solution for in-bound computation of the next BTL. 2006-05-22 23:28:40 +00:00
btl Fix a few issues reported by Terry Dontje: 2006-06-20 17:13:44 +00:00
coll Thanks to Gleb now we are able to call the schduler on Windows. Instead of using 2006-04-20 19:56:50 +00:00
common - update function name inside debug statement 2006-05-16 14:33:41 +00:00
io finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
mpool Fix for bug #140. If we're leaving things pinned, certain assumptions about 2006-06-17 18:34:41 +00:00
osc The return value is random. Let's return something that make sense. 2006-05-03 18:17:00 +00:00
pml Remove all useless assignment (now they are done inside the macro). Protect one 2006-06-20 14:16:52 +00:00
rcache finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
topo Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00