Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add remaining Comm bindings and examples
authorJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Fri, 25 Mar 2022 07:26:51 +0000 (08:26 +0100)
committerJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Fri, 25 Mar 2022 07:26:51 +0000 (08:26 +0100)
commitce07073eff21e1ee0470d9bdad1ae4a38fe4b502
tree16c3f949076b1dbcd186b90593935b44a861b79e
parent000f37a7315e92d34458fab9b3b99c40d2380e99
Add remaining Comm bindings and examples
26 files changed:
ChangeLog
MANIFEST.in
docs/source/app_s4u.rst
examples/README.rst
examples/python/CMakeLists.txt
examples/python/comm-failure/comm-failure.py [new file with mode: 0644]
examples/python/comm-failure/comm-failure.tesh [new file with mode: 0644]
examples/python/comm-host2host/comm-host2host.py [new file with mode: 0644]
examples/python/comm-host2host/comm-host2host.tesh [new file with mode: 0644]
examples/python/comm-pingpong/comm-pingpong.py [new file with mode: 0644]
examples/python/comm-pingpong/comm-pingpong.tesh [new file with mode: 0644]
examples/python/comm-ready/comm-ready.py [new file with mode: 0644]
examples/python/comm-ready/comm-ready.tesh [new file with mode: 0644]
examples/python/comm-serialize/comm-serialize.py [new file with mode: 0644]
examples/python/comm-serialize/comm-serialize.tesh [new file with mode: 0644]
examples/python/comm-suspend/comm-suspend.py [new file with mode: 0644]
examples/python/comm-suspend/comm-suspend.tesh [new file with mode: 0644]
examples/python/comm-testany/comm-testany.py [new file with mode: 0644]
examples/python/comm-testany/comm-testany.tesh [new file with mode: 0644]
examples/python/comm-throttling/comm-throttling.py [new file with mode: 0644]
examples/python/comm-throttling/comm-throttling.tesh [new file with mode: 0644]
examples/python/comm-waitallfor/comm-waitallfor.py
examples/python/comm-waituntil/comm-waituntil.py [new file with mode: 0644]
examples/python/comm-waituntil/comm-waituntil.tesh [new file with mode: 0644]
src/bindings/python/simgrid_python.cpp
src/s4u/s4u_Engine.cpp