1
1
openmpi/ompi/mca/btl/tcp
George Bosilca 6b3d02b514 Warning cleanups. On some OSes the iov_base member of the iovec structure is defined as an void * when
on others as an char*. Thus the right side of all assignment should be explicitly casted to an void* in
order to avoid any casting complaints from the compilers.

This commit was SVN r7607.
2005-10-04 12:36:07 +00:00
..
btl_tcp_addr.h - first cut at tcp btl (working but not optimal) 2005-08-02 13:20:50 +00:00
btl_tcp_component.c reductions to initial memory footprint 2005-09-21 19:10:56 +00:00
btl_tcp_endpoint.c - fixed issue w/ btl send-in-place option that was affecting tcp 2005-09-14 17:08:08 +00:00
btl_tcp_endpoint.h - first cut at tcp btl (working but not optimal) 2005-08-02 13:20:50 +00:00
btl_tcp_frag.c Warning cleanups. On some OSes the iov_base member of the iovec structure is defined as an void * when 2005-10-04 12:36:07 +00:00
btl_tcp_frag.h Warning cleanups. On some OSes the iov_base member of the iovec structure is defined as an void * when 2005-10-04 12:36:07 +00:00
btl_tcp_hdr.h added put support for zero copy operation 2005-08-09 14:10:17 +00:00
btl_tcp_proc.c Rename all the functions starting with mca_base_modex to mca_pml_base_modex. 2005-08-05 18:03:30 +00:00
btl_tcp_proc.h - first cut at tcp btl (working but not optimal) 2005-08-02 13:20:50 +00:00
btl_tcp.c Warning cleanups. On some OSes the iov_base member of the iovec structure is defined as an void * when 2005-10-04 12:36:07 +00:00
btl_tcp.h And more dependencies fixes. The big commit will follow shortly. 2005-09-12 20:22:59 +00:00
configure.m4 * don't build TCP component if we don't have IP sockets :) 2005-08-02 20:06:34 +00:00
configure.params - first cut at tcp btl (working but not optimal) 2005-08-02 13:20:50 +00:00
Makefile.am Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00