Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add possibility to dispatch tasks (work in progress)
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 25 Sep 2023 10:04:10 +0000 (12:04 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 25 Sep 2023 10:04:10 +0000 (12:04 +0200)
commitbfd4a01db7f2f21e67c9ce03d32eb47a9601f759
tree3b115032bfab3c055d2607b04a1ff1a552b5973d
parentab4e3460d8430c1554e79c6b17672218cd349f93
add possibility to dispatch tasks (work in progress)
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/task-dispatch/s4u-task-dispatch.cpp [new file with mode: 0644]
examples/cpp/task-dispatch/s4u-task-dispatch.tesh [new file with mode: 0644]
include/simgrid/s4u/Task.hpp
src/s4u/s4u_Task.cpp