Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a dot loader to have a connection with the random dag generator ggen.
authorquintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Jul 2010 13:28:33 +0000 (13:28 +0000)
committerquintin <quintin@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Jul 2010 13:28:33 +0000 (13:28 +0000)
commit00b8b9a6c24efa391b997f26d5ff6d2dfd0b0dd1
tree9aa6e36df3f6f4befb2bd7ccce51fa30132e64d6
parent5017a96d2e904e414c63e86137f7ab814724b362
Add a dot loader to have a connection with the random dag generator ggen.
I will add a small documentation to explain how to use this loader.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7956 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExeLib.cmake
examples/simdag/dot/CMakeLists.txt [new file with mode: 0644]
examples/simdag/dot/dag.dot [new file with mode: 0644]
examples/simdag/dot/dot_test.c [new file with mode: 0644]
include/simdag/simdag.h
src/msg/gos.c
src/simdag/sd_dotloader.c [new file with mode: 0644]