1
1
openmpi/orte/mca/oob/usock
2015-05-08 11:15:21 -07:00
..
configure.m4 Add unix socket component to OOB - no longer require active network for local operations. Demonstrate inter-transport crossover. 2014-02-16 20:54:12 +00:00
help-oob-usock.txt Fix copy error in file name 2014-04-08 15:31:55 +00:00
Makefile.am The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
oob_usock_component.c Rework the OOB selection logic to allow a component (e.g., usock) to direct that it be the sole active component. Remove prior disqualifying code in the oob/tcp component as it was too restrictive - if usock wasn't able to run, it left apps with no way to communicate to their daemon. Have the local daemon check the global modex for the RML URI info of the local procs so it can route messages between them when tcp is the primary channel. 2015-05-08 11:15:21 -07:00
oob_usock_component.h Add unix socket component to OOB - no longer require active network for local operations. Demonstrate inter-transport crossover. 2014-02-16 20:54:12 +00:00
oob_usock_connection.c Consolidate all the QOS changes into one clean commit 2015-05-06 19:48:42 -07:00
oob_usock_connection.h We do have to track the origin of messages sent over usock as the daemon does route them back down, and we need to get the "sender" info correct. Also do a better job of dealing with simultaneous connections to avoid binding to a used socket. 2014-02-20 17:27:05 +00:00
oob_usock_hdr.h Consolidate all the QOS changes into one clean commit 2015-05-06 19:48:42 -07:00
oob_usock_listener.c orte/oob: fix misc memory leaks 2015-03-02 15:31:11 +09:00
oob_usock_listener.h Add unix socket component to OOB - no longer require active network for local operations. Demonstrate inter-transport crossover. 2014-02-16 20:54:12 +00:00
oob_usock_peer.h Allow for different security domains. Let the initiator of the connection determine the method to be used - if the receiver cannot support it, then that's an error that will cause the connection attempt to fail. 2015-03-25 13:22:01 -07:00
oob_usock_ping.h Add unix socket component to OOB - no longer require active network for local operations. Demonstrate inter-transport crossover. 2014-02-16 20:54:12 +00:00
oob_usock_sendrecv.c Consolidate all the QOS changes into one clean commit 2015-05-06 19:48:42 -07:00
oob_usock_sendrecv.h Consolidate all the QOS changes into one clean commit 2015-05-06 19:48:42 -07:00
oob_usock.c oob_usock: don't try to close the socket if it didn't open 2015-02-24 15:24:09 -05:00
oob_usock.h Add unix socket component to OOB - no longer require active network for local operations. Demonstrate inter-transport crossover. 2014-02-16 20:54:12 +00:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00