Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python: add Comm.waitall
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 17 Mar 2019 10:03:43 +0000 (11:03 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 17 Mar 2019 18:50:52 +0000 (19:50 +0100)
commitcbc2112805562213866f62f194adb0a443d9cc99
tree4284dd2d7387602216d950191a5649a8ddeb75db
parentc8f4cd32fa6bfe50360ed8c9f61aa43b33d4e005
python: add Comm.waitall
examples/python/CMakeLists.txt
examples/python/async-wait/async-wait.py
examples/python/async-waitall/async-waitall.py [new file with mode: 0644]
examples/python/async-waitall/async-waitall.tesh [new file with mode: 0644]
examples/python/async-waitall/async-waitall_d.xml [new file with mode: 0644]
src/bindings/python/simgrid_python.cpp