Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add python bindings for operations
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Tue, 30 May 2023 10:57:58 +0000 (12:57 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Tue, 30 May 2023 10:57:58 +0000 (12:57 +0200)
commit54ccc949168525ddd88da629da90acd32b178cc0
tree0edd50f008e06836925def2890744b487f393cbd
parente5597052ce7ec4027dc2e32067338bfe5217395e
add python bindings for operations
12 files changed:
MANIFEST.in
examples/python/CMakeLists.txt
examples/python/operation-io/operation-io.py [new file with mode: 0644]
examples/python/operation-io/operation-io.tesh [new file with mode: 0644]
examples/python/operation-simple/operation-simple.py [new file with mode: 0644]
examples/python/operation-simple/operation-simple.tesh [new file with mode: 0644]
examples/python/operation-switch-host/operation-switch-host.py [new file with mode: 0644]
examples/python/operation-switch-host/operation-switch-host.tesh [new file with mode: 0644]
examples/python/operation-variable-load/operation-variable-load.py [new file with mode: 0644]
examples/python/operation-variable-load/operation-variable-load.tesh [new file with mode: 0644]
include/simgrid/plugins/operation.hpp
src/bindings/python/simgrid_python.cpp