1
1
openmpi/ompi/mca/pml/yalla
Nathan Hjelm ed78553512 Update opal_free_list_t usage to reflect new class interface.
Please verify your components have been updated correctly. Keep in
mind that in terms of threading:

OPAL_FREE_LIST_GET -> opal_free_list_get_st
OPAL_FREE_LIST_RETURN -> opal_free_list_return_st

I used the opal_using_threads() variant anytime it appeared multiple
threads could be operating on the free list. If this is not the case
update to _st. If multiple threads are always in use change to _mt.
2015-02-24 10:05:44 -07:00
..
configure.m4 yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
Makefile.am Add new PML yalla, which uses mxm directly to reduce overhead. 2014-10-21 16:08:24 +03:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
pml_yalla_component.c yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
pml_yalla_datatype.c yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
pml_yalla_datatype.h yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
pml_yalla_freelist.h Update opal_free_list_t usage to reflect new class interface. 2015-02-24 10:05:44 -07:00
pml_yalla_request.c yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
pml_yalla_request.h yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00
pml_yalla.c yalla: fix coverity errors 2015-02-22 13:57:45 +02:00
pml_yalla.h yalla: address comments on #246 by @jsquires 2014-10-22 10:42:56 +03:00