1
1
openmpi/ompi/mca/btl/udapl
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
..
.ompi_ignore Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
.ompi_unignore uDAPL has an expects memory for enumerating interface adapters in a really 2006-05-10 19:50:30 +00:00
btl_udapl_component.c A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_endpoint.c Fix a few issues reported by Terry Dontje: 2006-06-20 17:13:44 +00:00
btl_udapl_endpoint.h A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_frag.c I can commit! *happy dance* 2006-05-25 15:47:59 +00:00
btl_udapl_frag.h Fix a few issues reported by Terry Dontje: 2006-06-20 17:13:44 +00:00
btl_udapl_proc.c Fix a few issues reported by Terry Dontje: 2006-06-20 17:13:44 +00:00
btl_udapl_proc.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_udapl.c A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl.h A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
configure.m4 Checkpoint for switch to mpool work: 2006-01-25 02:21:34 +00:00
configure.params Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
Makefile.am Many different things, the big ones: 2006-02-10 21:49:15 +00:00