Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix all Task examples to support the new Task format with dispatcher and collector
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 2 Oct 2023 14:03:23 +0000 (16:03 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 2 Oct 2023 14:03:23 +0000 (16:03 +0200)
commite98ff738e16a6e5a18426c8686407511f4c0c8a4
tree67c081ae4baf24ce50dad0855ef9af467130ca34
parentbfd4a01db7f2f21e67c9ce03d32eb47a9601f759
fix all Task examples to support the new Task format with dispatcher and collector
12 files changed:
examples/cpp/task-parallelism/s4u-task-parallelism.tesh
examples/cpp/task-storm/s4u-task-storm.cpp
examples/cpp/task-storm/s4u-task-storm.tesh
examples/cpp/task-switch-host/s4u-task-switch-host.cpp
examples/python/task-io/task-io.py
examples/python/task-simple/task-simple.py
examples/python/task-simple/task-simple.tesh
examples/python/task-switch-host/task-switch-host.py
examples/python/task-variable-load/task-variable-load.py
include/simgrid/s4u/Task.hpp
src/bindings/python/simgrid_python.cpp
src/s4u/s4u_Task.cpp