Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add wfformat json DAG loader and DAG doc
authorAdrien <adrien.gougeon@ens-rennes.fr>
Mon, 13 Mar 2023 21:12:47 +0000 (21:12 +0000)
committerFred Suter <frederic.suter@cc.in2p3.fr>
Mon, 13 Mar 2023 21:12:47 +0000 (21:12 +0000)
commit319324b9226c85a78ccc2faea87be6de86cf6056
tree95aae4c676e1f838e29c5cc429bbaa84e9e3aa0f
parent1163f0b8b8ef5eda1d032297ffbb8b277b16c6b6
Add wfformat json DAG loader and DAG doc
16 files changed:
docs/source/Tutorial_DAG.rst [new file with mode: 0644]
docs/source/index.rst
docs/source/tuto_dag/dag_lab1.cpp [new file with mode: 0644]
docs/source/tuto_dag/dag_lab2-1.cpp [new file with mode: 0644]
docs/source/tuto_dag/dag_lab2-2.cpp [new file with mode: 0644]
docs/source/tuto_dag/dag_lab2-3.cpp [new file with mode: 0644]
docs/source/tuto_dag/img/dag.svg [new file with mode: 0644]
docs/source/tuto_dag/img/dag1.svg [new file with mode: 0644]
docs/source/tuto_dag/img/dag2.svg [new file with mode: 0644]
docs/source/tuto_dag/simple_dax.xml [new file with mode: 0644]
docs/source/tuto_dag/simple_dot.dot [new file with mode: 0644]
docs/source/tuto_dag/simple_json.json [new file with mode: 0644]
docs/source/tuto_dag/small_platform.xml [new file with mode: 0644]
include/simgrid/s4u/Activity.hpp
include/simgrid/s4u/Engine.hpp
src/dag/loaders.cpp