Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[src/simdag,examples/simdag] add the simulator inside the dot loader if the user...
authorquintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 08:17:02 +0000 (08:17 +0000)
committerquintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 08:17:02 +0000 (08:17 +0000)
commit1519c5f2b2fd984d6a96f5901f8cc7effe784188
treeadca0e1c03fd73191c01d9e2d849def0f9935273
parent732368596eaac3214a1ef2b20f257d3ec4f09cf7
[src/simdag,examples/simdag] add the simulator inside the dot loader if the user provides one
and a test to detect the cycle on the task graph

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8861 48e7efb5-ca39-0410-a469-dd3cf9ba447f
examples/simdag/dot/CMakeLists.txt
examples/simdag/dot/dag_with_bad_schedule.dot [new file with mode: 0644]
examples/simdag/dot/dag_with_cycle.dot [new file with mode: 0644]
examples/simdag/dot/dag_with_good_schedule.dot [new file with mode: 0644]
examples/simdag/dot/simulate_dot.c [new file with mode: 0644]
include/xbt/dynar.h
src/simdag/private.h
src/simdag/sd_daxloader.c
src/simdag/sd_dotloader.c