Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
icomms are async (and there is no peer!!)
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 24 Mar 2016 13:37:49 +0000 (14:37 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 24 Mar 2016 13:39:22 +0000 (14:39 +0100)
commit2a5be1efbd30fcf80a06645c196fcec50b19e665
treebf4282c12da03c500b2d1cdd3ed44b3ae806598b
parent90c67c5606b33791cc39883c5061e385a2a3ff33
icomms are async (and there is no peer!!)
16 files changed:
.gitignore
examples/msg/CMakeLists.txt
examples/msg/async-wait/async-wait.c [moved from examples/msg/icomms/peer.c with 93% similarity]
examples/msg/async-wait/async-wait.tesh [moved from examples/msg/icomms/peer.tesh with 74% similarity]
examples/msg/async-wait/async-wait2_d.xml [moved from examples/msg/icomms/deployment_peer02.xml with 100% similarity]
examples/msg/async-wait/async-wait3_d.xml [moved from examples/msg/icomms/deployment_peer03.xml with 100% similarity]
examples/msg/async-wait/async-wait4_d.xml [moved from examples/msg/icomms/deployment_peer04.xml with 100% similarity]
examples/msg/async-wait/async-wait_d.xml [moved from examples/msg/icomms/deployment_peer01.xml with 100% similarity]
examples/msg/async-waitall/async-waitall.c [moved from examples/msg/icomms/peer2.c with 96% similarity]
examples/msg/async-waitall/async-waitall.tesh [new file with mode: 0644]
examples/msg/async-waitall/async-waitall_d.xml [moved from examples/msg/icomms/deployment_peer.xml with 100% similarity]
examples/msg/async-waitany/async-waitany.c [moved from examples/msg/icomms/peer3.c with 94% similarity]
examples/msg/async-waitany/async-waitany.tesh [new file with mode: 0644]
examples/msg/async-waitany/async-waitany_d.xml [moved from examples/msg/icomms/deployment_peer05.xml with 100% similarity]
examples/msg/icomms/CMakeLists.txt [deleted file]
tools/cmake/DefinePackages.cmake