1
1
openmpi/ompi/mca/btl/tcp
Brad Benton ccda5c9c74 Modified the MCA_BTL_TCP_CONNECTED case in mca_btl_tcp_endpoint_send_handler()
to always first check for a NULL frag pointer before trying to send the
fragment.  This avoids an issue in multi-threaded execution in which 
multiple threads working on the same endpoint can result in a thread 
finding itself here with nothing to send.

This commit was SVN r15963.
2007-08-26 23:40:02 +00:00
..
btl_tcp_addr.h Update the TCP BTL in order to bring back some of the functionalities lost 2007-04-28 19:13:47 +00:00
btl_tcp_component.c Add MCA parameter to enable/disable Nagle's algorithm on the TCP BTL. 2007-07-25 12:21:00 +00:00
btl_tcp_endpoint.c Modified the MCA_BTL_TCP_CONNECTED case in mca_btl_tcp_endpoint_send_handler() 2007-08-26 23:40:02 +00:00
btl_tcp_endpoint.h Update the TCP BTL in order to bring back some of the functionalities lost 2007-04-28 19:13:47 +00:00
btl_tcp_frag.c Fix a bunch of issues exposed by Ken Cain in getting Open MPI to work with 2007-07-10 03:46:57 +00:00
btl_tcp_frag.h Fix a bunch of issues exposed by Ken Cain in getting Open MPI to work with 2007-07-10 03:46:57 +00:00
btl_tcp_ft.c Closes trac:977 2007-04-14 02:06:05 +00:00
btl_tcp_ft.h Closes trac:977 2007-04-14 02:06:05 +00:00
btl_tcp_hdr.h This is the complete commit for the TCP header issue. Jeff commit a partial 2007-05-24 16:40:49 +00:00
btl_tcp_proc.c Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
btl_tcp_proc.h Update the TCP BTL in order to bring back some of the functionalities lost 2007-04-28 19:13:47 +00:00
btl_tcp.c Rename btl_rdma_offset to btl_pipeline_send_length. 2007-06-21 07:12:40 +00:00
btl_tcp.h Add MCA parameter to enable/disable Nagle's algorithm on the TCP BTL. 2007-07-25 12:21:00 +00:00
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Closes trac:977 2007-04-14 02:06:05 +00:00