Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python: Add Comm.wait() and Comm.test()
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 23:07:57 +0000 (00:07 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 23:14:11 +0000 (00:14 +0100)
commit05e691779baea93c69ead01f75820b105551d03e
tree596ffbc1770aece1be70c71721f98c949427be14
parent187f2c9999fe1b98e67cf1087cec13d7375e85bf
python: Add Comm.wait() and Comm.test()

also add an example
examples/python/CMakeLists.txt
examples/python/async-wait/async-wait.py [new file with mode: 0644]
examples/python/async-wait/async-wait.tesh [new file with mode: 0644]
examples/python/async-wait/async-wait_d.xml [new file with mode: 0644]
examples/s4u/README.rst
src/bindings/python/simgrid_python.cpp