1
1
openmpi/orte/mca/oob/tcp
Brian Barrett 8b778903d8 Fix longstanding issue with our multi-project support. Rather than using
pkg{data,lib,includedir}, use our own ompi{data,lib,includedir}, which is
always set to {datadir,libdir,includedir}/openmpi.  This will keep us from
having help files in prefix/share/open-rte when building without Open MPI,
but in prefix/share/openmpi when building with Open MPI.

This commit was SVN r30140.
2014-01-07 22:11:15 +00:00
..
configure.m4 Remove the old configure option for disabling full rte support - we now use the OMPI rte framework for such purposes 2013-02-28 01:35:55 +00:00
help-oob-tcp.txt (Re-)Add oob_tcp_if_(in|ex)clude functionality to allow CIDR notation, 2012-02-17 15:38:42 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
oob_tcp_common.c Per this email thread: 2013-12-18 17:57:37 +00:00
oob_tcp_common.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_component.c Ensure the ipv6 lists get initialized and finalized 2013-12-24 17:24:39 +00:00
oob_tcp_component.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_connection.c Ensure the recv handler has been initialized 2013-12-24 06:09:45 +00:00
oob_tcp_connection.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_hdr.h Don't use "size_t" for the nbytes field in the header - use uint32_t to ensure that ntohl/htonl correctly match it 2013-12-23 21:39:49 +00:00
oob_tcp_listener.c Silence compiler warning 2013-10-23 04:13:36 +00:00
oob_tcp_listener.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_peer.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_ping.h As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
oob_tcp_sendrecv.c Remove debug - problem has been identified 2013-12-24 15:22:18 +00:00
oob_tcp_sendrecv.h Fix a race condition created when two processes attempt to send to each other at the same time. This causes both processes to start connection procedures, resulting in a c 2013-09-06 05:15:25 +00:00
oob_tcp.c Attempt to debug hang that is hitting some environments. Posting to 1.7.4 as a placeholder for the eventual solution 2013-12-23 19:57:05 +00:00
oob_tcp.h Fix a race condition created when two processes attempt to send to each other at the same time. This causes both processes to start connection procedures, resulting in a c 2013-09-06 05:15:25 +00:00