Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first attempt to a DAG loader for s4u. To be improved and polished before release
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Thu, 23 Dec 2021 12:50:56 +0000 (13:50 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Thu, 23 Dec 2021 12:50:56 +0000 (13:50 +0100)
commitdb66286ed61be507f467174663aa19a9dfa8612b
treeda354f5d96764eb7555abe4a2bd93428b23a21a5
parentc7c6bf70446b285980ff36d803324789d7bb354e
first attempt to a DAG loader for s4u. To be improved and polished before release
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/dag-from-dot/dag.dot [new file with mode: 0644]
examples/cpp/dag-from-dot/s4u_dag-from-dot.cpp [new file with mode: 0644]
examples/cpp/dag-from-dot/s4u_dag-from-dot.tesh [new file with mode: 0644]
include/simgrid/s4u/Engine.hpp
src/simdag/sd_dotloader.cpp