Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one cmake file less
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 25 Mar 2016 14:23:44 +0000 (15:23 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 25 Mar 2016 14:30:47 +0000 (15:30 +0100)
commit6fe803617ce4e98547bf1d8c040a9576cc8e4eac
tree97c48079271737af1ca125150c5e6b4efa37f071
parent539035c1f211b8ada30d2a5d6449524151b69a8b
one cmake file less
24 files changed:
.gitignore
examples/simdag/CMakeLists.txt
examples/simdag/dag-dotload/dag.dot [moved from examples/simdag/dot/dag.dot with 100% similarity]
examples/simdag/dag-dotload/dag_with_cycle.dot [moved from examples/simdag/dot/dag_with_cycle.dot with 100% similarity]
examples/simdag/dag-dotload/sd_dag-dotload.c [moved from examples/simdag/dot/dot_test.c with 100% similarity]
examples/simdag/dag-dotload/sd_dag-dotload.tesh [new file with mode: 0644]
examples/simdag/dax/simple_dax_with_cycle.tesh [deleted file]
examples/simdag/daxload/sd_daxload.c [moved from examples/simdag/dax/sd_dax.c with 100% similarity]
examples/simdag/daxload/sd_daxload.tesh [moved from examples/simdag/dax/sd_dax.tesh with 87% similarity]
examples/simdag/daxload/simple_dax_with_cycle.xml [moved from examples/simdag/dax/simple_dax_with_cycle.xml with 100% similarity]
examples/simdag/daxload/smalldax.xml [moved from examples/simdag/dax/smalldax.xml with 100% similarity]
examples/simdag/dot/CMakeLists.txt [deleted file]
examples/simdag/dot/test_simdag_dotload.tesh [deleted file]
examples/simdag/ptg-dotload/ptg.dot [moved from examples/simdag/dot/ptg.dot with 100% similarity]
examples/simdag/ptg-dotload/sd_ptg-dotload.c [moved from examples/simdag/dot/ptg_test.c with 100% similarity]
examples/simdag/ptg-dotload/sd_ptg-dotload.tesh [new file with mode: 0644]
examples/simdag/schedule-dotload/.gitignore [moved from examples/simdag/dot/.gitignore with 100% similarity]
examples/simdag/schedule-dotload/dag_with_bad_schedule.dot [moved from examples/simdag/dot/dag_with_bad_schedule.dot with 100% similarity]
examples/simdag/schedule-dotload/dag_with_good_schedule.dot [moved from examples/simdag/dot/dag_with_good_schedule.dot with 100% similarity]
examples/simdag/schedule-dotload/sd_schedule-dotload.c [moved from examples/simdag/dot/simulate_dot.c with 100% similarity]
examples/simdag/schedule-dotload/sd_schedule-dotload.tesh [new file with mode: 0644]
examples/simdag/throttling/sd_throttling.c [moved from examples/simdag/comm_throttling/sd_comm_throttling.c with 100% similarity]
examples/simdag/throttling/sd_throttling.tesh [moved from examples/simdag/comm_throttling/sd_comm_throttling.tesh with 88% similarity]
tools/cmake/DefinePackages.cmake