1
1
openmpi/orte/mca/oob/tcp
2014-02-12 19:44:01 +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 Provide better messages when we don't find any included interfaces, and/or don't find any interfaces for use by OOB. 2014-02-11 19:29:03 +00:00
Makefile.am Provide better messages when we don't find any included interfaces, and/or don't find any interfaces for use by OOB. 2014-02-11 19:29:03 +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 an orted exits with non-zero status if it is unable to send a message. Add more diagnostic messages to the OOB set_addr code 2014-02-12 19:44:01 +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 Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
oob_tcp_connection.h Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +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 Cleanup role of aggregator relative to daemons 2014-01-30 00:53:30 +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 Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
oob_tcp_sendrecv.h Track the origin of a message so it can be passed across transports 2014-01-26 21:09:26 +00:00
oob_tcp.c Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
oob_tcp.h Revert r30327 - turns out it isn't quite right just yet. :-( 2014-01-18 23:38:39 +00:00