Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename operation to task. rename execute to fire.
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Fri, 2 Jun 2023 07:50:56 +0000 (09:50 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Fri, 2 Jun 2023 07:50:56 +0000 (09:50 +0200)
commit1b211507e0c2abe5f2b7fbe56988af46d3189b51
treea30e55ed4cb3ac2e2414a89351d4ed66516b05ab
parent9f2dfd25486ba89c4adaa54d774092c0b9756361
rename operation to task. rename execute to fire.
36 files changed:
ChangeLog
MANIFEST.in
docs/source/Plugins.rst
examples/cpp/CMakeLists.txt
examples/cpp/operation-io/s4u-operation-io.cpp [deleted file]
examples/cpp/operation-io/s4u-operation-io.tesh [deleted file]
examples/cpp/operation-simple/s4u-operation-simple.cpp [deleted file]
examples/cpp/operation-simple/s4u-operation-simple.tesh [deleted file]
examples/cpp/operation-switch-host/s4u-operation-switch-host.tesh [deleted file]
examples/cpp/operation-variable-load/s4u-operation-variable-load.tesh [deleted file]
examples/cpp/task-io/s4u-task-io.cpp [new file with mode: 0644]
examples/cpp/task-io/s4u-task-io.tesh [new file with mode: 0644]
examples/cpp/task-simple/s4u-task-simple.cpp [new file with mode: 0644]
examples/cpp/task-simple/s4u-task-simple.tesh [new file with mode: 0644]
examples/cpp/task-switch-host/s4u-task-switch-host.cpp [moved from examples/cpp/operation-switch-host/s4u-operation-switch-host.cpp with 58% similarity]
examples/cpp/task-switch-host/s4u-task-switch-host.tesh [new file with mode: 0644]
examples/cpp/task-variable-load/s4u-task-variable-load.cpp [moved from examples/cpp/operation-variable-load/s4u-operation-variable-load.cpp with 51% similarity]
examples/cpp/task-variable-load/s4u-task-variable-load.tesh [new file with mode: 0644]
examples/python/CMakeLists.txt
examples/python/operation-io/operation-io.tesh [deleted file]
examples/python/operation-simple/operation-simple.tesh [deleted file]
examples/python/operation-switch-host/operation-switch-host.tesh [deleted file]
examples/python/operation-variable-load/operation-variable-load.tesh [deleted file]
examples/python/task-io/task-io.py [moved from examples/python/operation-io/operation-io.py with 56% similarity]
examples/python/task-io/task-io.tesh [new file with mode: 0644]
examples/python/task-simple/task-simple.py [moved from examples/python/operation-simple/operation-simple.py with 56% similarity]
examples/python/task-simple/task-simple.tesh [new file with mode: 0644]
examples/python/task-switch-host/task-switch-host.py [moved from examples/python/operation-switch-host/operation-switch-host.py with 69% similarity]
examples/python/task-switch-host/task-switch-host.tesh [new file with mode: 0644]
examples/python/task-variable-load/task-variable-load.py [moved from examples/python/operation-variable-load/operation-variable-load.py with 59% similarity]
examples/python/task-variable-load/task-variable-load.tesh [new file with mode: 0644]
include/simgrid/plugins/operation.hpp [deleted file]
include/simgrid/plugins/task.hpp [new file with mode: 0644]
src/bindings/python/simgrid_python.cpp
src/plugins/task.cpp [moved from src/plugins/operation.cpp with 55% similarity]
tools/cmake/DefinePackages.cmake