1
1
openmpi/opal/mca/btl/ugni
Nathan Hjelm 4ccb20b097 btl: fix warning about enum type and modify btl_sendi to allow the
value NULL for the descriptor

The send inline optimization uses the btl_sendi function to achieve
lower latency and higher message rates. The problem is the btl_sendi
function was allowed to return a descriptor to the caller. This is fine
for some paths but not ok for the send inline optimization. To fix
this the btl now must be able to handle descriptor = NULL.
2014-11-19 11:33:03 -07:00
..
btl_ugni_add_procs.c Update the interface to provide a cleaner interface for RDMA operations. 2014-11-19 11:33:02 -07:00
btl_ugni_component.c Update the interface to provide a cleaner interface for RDMA operations. 2014-11-19 11:33:02 -07:00
btl_ugni_endpoint.c initial thread safety for ugni btl 2014-10-08 10:13:22 -06:00
btl_ugni_endpoint.h initial thread safety for ugni btl 2014-10-08 10:13:22 -06:00
btl_ugni_frag.c Update the interface to provide a cleaner interface for RDMA operations. 2014-11-19 11:33:02 -07:00
btl_ugni_frag.h Update the interface to provide a cleaner interface for RDMA operations. 2014-11-19 11:33:02 -07:00
btl_ugni_get.c Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
btl_ugni_module.c Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
btl_ugni_prepare.h Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
btl_ugni_put.c Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
btl_ugni_rdma.h Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
btl_ugni_send.c btl: fix warning about enum type and modify btl_sendi to allow the 2014-11-19 11:33:03 -07:00
btl_ugni_smsg.c btl: remove des_remote/des_remote_count from the mca_btl_base_descriptor_t 2014-11-19 11:33:02 -07:00
btl_ugni_smsg.h Update the interface to provide a cleaner interface for RDMA operations. 2014-11-19 11:33:02 -07:00
btl_ugni.h Update the scif and openib btls for the new btl interface 2014-11-19 11:33:02 -07:00
configure.m4 George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
Makefile.am enable ugni btl to work without disable-dlopen 2014-11-09 15:19:47 -07:00