Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
oob
/
usock
История
Ralph Castain
92ca647d3d
Fix copy error in file name
...
This commit was SVN r31344.
2014-04-08 15:31:55 +00:00
..
.ompi_ignore
Seeing some errors coming out of MTT on this component, so turn it off for now and will debug later
2014-02-21 16:31:52 +00: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
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_component.c
Remove unused file and minimize the usock uri contribution (add explanation as to why)
2014-02-16 22:37:30 +00: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
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_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
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_listener.c
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_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
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_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
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_sendrecv.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.c
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.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