Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 15 Jan 2019 11:58:06 +0000 (12:58 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 15 Jan 2019 12:14:33 +0000 (13:14 +0100)
commit1ff90bc7103df77877d6860f1f117425afe1a516
tree5af9518dd81ba8dd76dd56222103e4a2312c7c45
parent1b4dc02411d79e4c367d331b85c1b295ec41edff
Move MSG and SimDag examples out of the sight of users
257 files changed:
.gitignore
doc/Doxyfile.in
doc/doxygen/FAQ.doc
doc/doxygen/inside_cmake.doc
doc/doxygen/inside_tests.doc
doc/doxygen/ns3.doc
docs/source/Start_Your_Own_Project.rst
docs/source/app_java.rst
examples/deprecated/java/.classpath [moved from examples/java/.classpath with 100% similarity]
examples/deprecated/java/.project [moved from examples/java/.project with 100% similarity]
examples/deprecated/java/CMakeLists.txt [moved from examples/java/CMakeLists.txt with 100% similarity]
examples/deprecated/java/app/bittorrent/Common.java [moved from examples/java/app/bittorrent/Common.java with 100% similarity]
examples/deprecated/java/app/bittorrent/Connection.java [moved from examples/java/app/bittorrent/Connection.java with 100% similarity]
examples/deprecated/java/app/bittorrent/Main.java [moved from examples/java/app/bittorrent/Main.java with 100% similarity]
examples/deprecated/java/app/bittorrent/MessageTask.java [moved from examples/java/app/bittorrent/MessageTask.java with 100% similarity]
examples/deprecated/java/app/bittorrent/Peer.java [moved from examples/java/app/bittorrent/Peer.java with 100% similarity]
examples/deprecated/java/app/bittorrent/Tracker.java [moved from examples/java/app/bittorrent/Tracker.java with 100% similarity]
examples/deprecated/java/app/bittorrent/TrackerTask.java [moved from examples/java/app/bittorrent/TrackerTask.java with 100% similarity]
examples/deprecated/java/app/bittorrent/app-bittorrent.tesh [moved from examples/java/app/bittorrent/app-bittorrent.tesh with 100% similarity]
examples/deprecated/java/app/bittorrent/bittorrent.xml [moved from examples/java/app/bittorrent/bittorrent.xml with 100% similarity]
examples/deprecated/java/app/bittorrent/generate.py [moved from examples/java/app/bittorrent/generate.py with 100% similarity]
examples/deprecated/java/app/centralizedmutex/Coordinator.java [moved from examples/java/app/centralizedmutex/Coordinator.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/GrantTask.java [moved from examples/java/app/centralizedmutex/GrantTask.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/Main.java [moved from examples/java/app/centralizedmutex/Main.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/Node.java [moved from examples/java/app/centralizedmutex/Node.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/ReleaseTask.java [moved from examples/java/app/centralizedmutex/ReleaseTask.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/RequestTask.java [moved from examples/java/app/centralizedmutex/RequestTask.java with 100% similarity]
examples/deprecated/java/app/centralizedmutex/app-centralizedmutex.tesh [moved from examples/java/app/centralizedmutex/app-centralizedmutex.tesh with 100% similarity]
examples/deprecated/java/app/centralizedmutex/centralizedmutex.xml [moved from examples/java/app/centralizedmutex/centralizedmutex.xml with 100% similarity]
examples/deprecated/java/app/masterworker/Main.java [moved from examples/java/app/masterworker/Main.java with 100% similarity]
examples/deprecated/java/app/masterworker/Master.java [moved from examples/java/app/masterworker/Master.java with 100% similarity]
examples/deprecated/java/app/masterworker/README [moved from examples/java/app/masterworker/README with 100% similarity]
examples/deprecated/java/app/masterworker/Worker.java [moved from examples/java/app/masterworker/Worker.java with 100% similarity]
examples/deprecated/java/app/masterworker/app-masterworker.tesh [moved from examples/java/app/masterworker/app-masterworker.tesh with 100% similarity]
examples/deprecated/java/app/masterworker/masterworker.xml [moved from examples/java/app/masterworker/masterworker.xml with 100% similarity]
examples/deprecated/java/app/pingpong/Main.java [moved from examples/java/app/pingpong/Main.java with 100% similarity]
examples/deprecated/java/app/pingpong/PingPongTask.java [moved from examples/java/app/pingpong/PingPongTask.java with 100% similarity]
examples/deprecated/java/app/pingpong/Receiver.java [moved from examples/java/app/pingpong/Receiver.java with 100% similarity]
examples/deprecated/java/app/pingpong/Sender.java [moved from examples/java/app/pingpong/Sender.java with 100% similarity]
examples/deprecated/java/app/pingpong/app-pingpong.tesh [moved from examples/java/app/pingpong/app-pingpong.tesh with 100% similarity]
examples/deprecated/java/app/tokenring/Main.java [moved from examples/java/app/tokenring/Main.java with 100% similarity]
examples/deprecated/java/app/tokenring/RelayRunner.java [moved from examples/java/app/tokenring/RelayRunner.java with 100% similarity]
examples/deprecated/java/app/tokenring/app-tokenring.tesh [moved from examples/java/app/tokenring/app-tokenring.tesh with 100% similarity]
examples/deprecated/java/async/dsend/Main.java [moved from examples/java/async/dsend/Main.java with 100% similarity]
examples/deprecated/java/async/dsend/Receiver.java [moved from examples/java/async/dsend/Receiver.java with 100% similarity]
examples/deprecated/java/async/dsend/Sender.java [moved from examples/java/async/dsend/Sender.java with 100% similarity]
examples/deprecated/java/async/dsend/async-dsend.tesh [moved from examples/java/async/dsend/async-dsend.tesh with 100% similarity]
examples/deprecated/java/async/waitall/Main.java [moved from examples/java/async/waitall/Main.java with 100% similarity]
examples/deprecated/java/async/waitall/Receiver.java [moved from examples/java/async/waitall/Receiver.java with 100% similarity]
examples/deprecated/java/async/waitall/Sender.java [moved from examples/java/async/waitall/Sender.java with 100% similarity]
examples/deprecated/java/async/waitall/async-waitall.tesh [moved from examples/java/async/waitall/async-waitall.tesh with 100% similarity]
examples/deprecated/java/async/yield/Main.java [moved from examples/java/async/yield/Main.java with 100% similarity]
examples/deprecated/java/async/yield/Yielder.java [moved from examples/java/async/yield/Yielder.java with 100% similarity]
examples/deprecated/java/async/yield/async-yield.tesh [moved from examples/java/async/yield/async-yield.tesh with 100% similarity]
examples/deprecated/java/cloud/masterworker/Main.java [moved from examples/java/cloud/masterworker/Main.java with 100% similarity]
examples/deprecated/java/cloud/masterworker/Master.java [moved from examples/java/cloud/masterworker/Master.java with 100% similarity]
examples/deprecated/java/cloud/masterworker/Worker.java [moved from examples/java/cloud/masterworker/Worker.java with 100% similarity]
examples/deprecated/java/cloud/masterworker/cloud-masterworker.tesh [moved from examples/java/cloud/masterworker/cloud-masterworker.tesh with 100% similarity]
examples/deprecated/java/cloud/migration/Daemon.java [moved from examples/java/cloud/migration/Daemon.java with 100% similarity]
examples/deprecated/java/cloud/migration/Main.java [moved from examples/java/cloud/migration/Main.java with 100% similarity]
examples/deprecated/java/cloud/migration/README [moved from examples/java/cloud/migration/README with 100% similarity]
examples/deprecated/java/cloud/migration/Test.java [moved from examples/java/cloud/migration/Test.java with 100% similarity]
examples/deprecated/java/cloud/migration/TestHostOnOff.java [moved from examples/java/cloud/migration/TestHostOnOff.java with 100% similarity]
examples/deprecated/java/cloud/migration/XVM.java [moved from examples/java/cloud/migration/XVM.java with 100% similarity]
examples/deprecated/java/cloud/migration/cloud-migration.tesh [moved from examples/java/cloud/migration/cloud-migration.tesh with 100% similarity]
examples/deprecated/java/dht/chord/ChordTask.java [moved from examples/java/dht/chord/ChordTask.java with 100% similarity]
examples/deprecated/java/dht/chord/Common.java [moved from examples/java/dht/chord/Common.java with 100% similarity]
examples/deprecated/java/dht/chord/FindSuccessorAnswerTask.java [moved from examples/java/dht/chord/FindSuccessorAnswerTask.java with 100% similarity]
examples/deprecated/java/dht/chord/FindSuccessorTask.java [moved from examples/java/dht/chord/FindSuccessorTask.java with 100% similarity]
examples/deprecated/java/dht/chord/GetPredecessorAnswerTask.java [moved from examples/java/dht/chord/GetPredecessorAnswerTask.java with 100% similarity]
examples/deprecated/java/dht/chord/GetPredecessorTask.java [moved from examples/java/dht/chord/GetPredecessorTask.java with 100% similarity]
examples/deprecated/java/dht/chord/Main.java [moved from examples/java/dht/chord/Main.java with 100% similarity]
examples/deprecated/java/dht/chord/Node.java [moved from examples/java/dht/chord/Node.java with 100% similarity]
examples/deprecated/java/dht/chord/NotifyTask.java [moved from examples/java/dht/chord/NotifyTask.java with 100% similarity]
examples/deprecated/java/dht/chord/chord.xml [moved from examples/java/dht/chord/chord.xml with 100% similarity]
examples/deprecated/java/dht/chord/dht-chord.tesh [moved from examples/java/dht/chord/dht-chord.tesh with 100% similarity]
examples/deprecated/java/dht/kademlia/Answer.java [moved from examples/java/dht/kademlia/Answer.java with 100% similarity]
examples/deprecated/java/dht/kademlia/Bucket.java [moved from examples/java/dht/kademlia/Bucket.java with 100% similarity]
examples/deprecated/java/dht/kademlia/Common.java [moved from examples/java/dht/kademlia/Common.java with 100% similarity]
examples/deprecated/java/dht/kademlia/Contact.java [moved from examples/java/dht/kademlia/Contact.java with 100% similarity]
examples/deprecated/java/dht/kademlia/FindNodeAnswerTask.java [moved from examples/java/dht/kademlia/FindNodeAnswerTask.java with 100% similarity]
examples/deprecated/java/dht/kademlia/FindNodeTask.java [moved from examples/java/dht/kademlia/FindNodeTask.java with 100% similarity]
examples/deprecated/java/dht/kademlia/KademliaTask.java [moved from examples/java/dht/kademlia/KademliaTask.java with 100% similarity]
examples/deprecated/java/dht/kademlia/Main.java [moved from examples/java/dht/kademlia/Main.java with 100% similarity]
examples/deprecated/java/dht/kademlia/Node.java [moved from examples/java/dht/kademlia/Node.java with 100% similarity]
examples/deprecated/java/dht/kademlia/PingAnswerTask.java [moved from examples/java/dht/kademlia/PingAnswerTask.java with 100% similarity]
examples/deprecated/java/dht/kademlia/PingTask.java [moved from examples/java/dht/kademlia/PingTask.java with 100% similarity]
examples/deprecated/java/dht/kademlia/RoutingTable.java [moved from examples/java/dht/kademlia/RoutingTable.java with 100% similarity]
examples/deprecated/java/dht/kademlia/dht-kademlia.tesh [moved from examples/java/dht/kademlia/dht-kademlia.tesh with 100% similarity]
examples/deprecated/java/dht/kademlia/kademlia.xml [moved from examples/java/dht/kademlia/kademlia.xml with 100% similarity]
examples/deprecated/java/energy/consumption/EnergyConsumer.java [moved from examples/java/energy/consumption/EnergyConsumer.java with 100% similarity]
examples/deprecated/java/energy/consumption/Main.java [moved from examples/java/energy/consumption/Main.java with 100% similarity]
examples/deprecated/java/energy/consumption/energy-consumption.tesh [moved from examples/java/energy/consumption/energy-consumption.tesh with 100% similarity]
examples/deprecated/java/energy/pstate/Main.java [moved from examples/java/energy/pstate/Main.java with 100% similarity]
examples/deprecated/java/energy/pstate/PstateRunner.java [moved from examples/java/energy/pstate/PstateRunner.java with 100% similarity]
examples/deprecated/java/energy/pstate/energy-pstate.tesh [moved from examples/java/energy/pstate/energy-pstate.tesh with 100% similarity]
examples/deprecated/java/energy/vm/EnergyVMRunner.java [moved from examples/java/energy/vm/EnergyVMRunner.java with 100% similarity]
examples/deprecated/java/energy/vm/Main.java [moved from examples/java/energy/vm/Main.java with 100% similarity]
examples/deprecated/java/energy/vm/energy-vm.tesh [moved from examples/java/energy/vm/energy-vm.tesh with 100% similarity]
examples/deprecated/java/hostload/LoadRunner.java [moved from examples/java/hostload/LoadRunner.java with 100% similarity]
examples/deprecated/java/hostload/Main.java [moved from examples/java/hostload/Main.java with 100% similarity]
examples/deprecated/java/hostload/hostload.tesh [moved from examples/java/hostload/hostload.tesh with 100% similarity]
examples/deprecated/java/io/file/Main.java [moved from examples/java/io/file/Main.java with 100% similarity]
examples/deprecated/java/io/file/Node.java [moved from examples/java/io/file/Node.java with 100% similarity]
examples/deprecated/java/io/file/io-file.tesh [moved from examples/java/io/file/io-file.tesh with 100% similarity]
examples/deprecated/java/io/storage/Client.java [moved from examples/java/io/storage/Client.java with 100% similarity]
examples/deprecated/java/io/storage/Main.java [moved from examples/java/io/storage/Main.java with 100% similarity]
examples/deprecated/java/io/storage/io-storage.tesh [moved from examples/java/io/storage/io-storage.tesh with 100% similarity]
examples/deprecated/java/process/kill/Killer.java [moved from examples/java/process/kill/Killer.java with 100% similarity]
examples/deprecated/java/process/kill/Main.java [moved from examples/java/process/kill/Main.java with 100% similarity]
examples/deprecated/java/process/kill/Victim.java [moved from examples/java/process/kill/Victim.java with 100% similarity]
examples/deprecated/java/process/kill/process-kill.tesh [moved from examples/java/process/kill/process-kill.tesh with 100% similarity]
examples/deprecated/java/process/migration/Emigrant.java [moved from examples/java/process/migration/Emigrant.java with 100% similarity]
examples/deprecated/java/process/migration/Main.java [moved from examples/java/process/migration/Main.java with 100% similarity]
examples/deprecated/java/process/migration/Policeman.java [moved from examples/java/process/migration/Policeman.java with 100% similarity]
examples/deprecated/java/process/migration/process-migration.tesh [moved from examples/java/process/migration/process-migration.tesh with 100% similarity]
examples/deprecated/java/process/startkilltime/Main.java [moved from examples/java/process/startkilltime/Main.java with 100% similarity]
examples/deprecated/java/process/startkilltime/Sleeper.java [moved from examples/java/process/startkilltime/Sleeper.java with 100% similarity]
examples/deprecated/java/process/startkilltime/process-startkilltime.tesh [moved from examples/java/process/startkilltime/process-startkilltime.tesh with 100% similarity]
examples/deprecated/java/process/startkilltime/startkilltime.xml [moved from examples/java/process/startkilltime/startkilltime.xml with 100% similarity]
examples/deprecated/java/process/suspend/DreamMaster.java [moved from examples/java/process/suspend/DreamMaster.java with 100% similarity]
examples/deprecated/java/process/suspend/LazyGuy.java [moved from examples/java/process/suspend/LazyGuy.java with 100% similarity]
examples/deprecated/java/process/suspend/Main.java [moved from examples/java/process/suspend/Main.java with 100% similarity]
examples/deprecated/java/process/suspend/process-suspend.tesh [moved from examples/java/process/suspend/process-suspend.tesh with 100% similarity]
examples/deprecated/java/task/priority/Main.java [moved from examples/java/task/priority/Main.java with 100% similarity]
examples/deprecated/java/task/priority/Test.java [moved from examples/java/task/priority/Test.java with 100% similarity]
examples/deprecated/java/task/priority/priority.xml [moved from examples/java/task/priority/priority.xml with 100% similarity]
examples/deprecated/java/task/priority/task-priority.tesh [moved from examples/java/task/priority/task-priority.tesh with 100% similarity]
examples/deprecated/java/trace/pingpong/Main.java [moved from examples/java/trace/pingpong/Main.java with 100% similarity]
examples/deprecated/java/trace/pingpong/PingPongTask.java [moved from examples/java/trace/pingpong/PingPongTask.java with 100% similarity]
examples/deprecated/java/trace/pingpong/Receiver.java [moved from examples/java/trace/pingpong/Receiver.java with 100% similarity]
examples/deprecated/java/trace/pingpong/Sender.java [moved from examples/java/trace/pingpong/Sender.java with 100% similarity]
examples/deprecated/java/trace/pingpong/trace-pingpong.tesh [moved from examples/java/trace/pingpong/trace-pingpong.tesh with 100% similarity]
examples/deprecated/msg/CMakeLists.txt [moved from examples/msg/CMakeLists.txt with 81% similarity]
examples/deprecated/msg/README.doc [moved from examples/msg/README.doc with 76% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker-multicore.tesh [moved from examples/msg/app-masterworker/app-masterworker-multicore.tesh with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker-multicore_d.xml [moved from examples/msg/app-masterworker/app-masterworker-multicore_d.xml with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker-vivaldi.tesh [moved from examples/msg/app-masterworker/app-masterworker-vivaldi.tesh with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker-vivaldi_d.xml [moved from examples/msg/app-masterworker/app-masterworker-vivaldi_d.xml with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker.c [moved from examples/msg/app-masterworker/app-masterworker.c with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker.tesh [moved from examples/msg/app-masterworker/app-masterworker.tesh with 100% similarity]
examples/deprecated/msg/app-masterworker/app-masterworker_d.xml [moved from examples/msg/app-masterworker/app-masterworker_d.xml with 100% similarity]
examples/deprecated/msg/cloud-masterworker/cloud-masterworker.c [moved from examples/msg/cloud-masterworker/cloud-masterworker.c with 100% similarity]
examples/deprecated/msg/cloud-masterworker/cloud-masterworker.tesh [moved from examples/msg/cloud-masterworker/cloud-masterworker.tesh with 100% similarity]
examples/deprecated/msg/dht-kademlia/answer.c [moved from examples/msg/dht-kademlia/answer.c with 100% similarity]
examples/deprecated/msg/dht-kademlia/answer.h [moved from examples/msg/dht-kademlia/answer.h with 100% similarity]
examples/deprecated/msg/dht-kademlia/common.h [moved from examples/msg/dht-kademlia/common.h with 100% similarity]
examples/deprecated/msg/dht-kademlia/dht-kademlia.c [moved from examples/msg/dht-kademlia/dht-kademlia.c with 100% similarity]
examples/deprecated/msg/dht-kademlia/dht-kademlia.h [moved from examples/msg/dht-kademlia/dht-kademlia.h with 100% similarity]
examples/deprecated/msg/dht-kademlia/dht-kademlia.tesh [moved from examples/msg/dht-kademlia/dht-kademlia.tesh with 100% similarity]
examples/deprecated/msg/dht-kademlia/dht-kademlia_d.xml [moved from examples/msg/dht-kademlia/dht-kademlia_d.xml with 100% similarity]
examples/deprecated/msg/dht-kademlia/generate.py [moved from examples/msg/dht-kademlia/generate.py with 100% similarity]
examples/deprecated/msg/dht-kademlia/node.c [moved from examples/msg/dht-kademlia/node.c with 100% similarity]
examples/deprecated/msg/dht-kademlia/node.h [moved from examples/msg/dht-kademlia/node.h with 100% similarity]
examples/deprecated/msg/dht-kademlia/routing_table.c [moved from examples/msg/dht-kademlia/routing_table.c with 100% similarity]
examples/deprecated/msg/dht-kademlia/routing_table.h [moved from examples/msg/dht-kademlia/routing_table.h with 100% similarity]
examples/deprecated/msg/dht-kademlia/task.c [moved from examples/msg/dht-kademlia/task.c with 100% similarity]
examples/deprecated/msg/dht-kademlia/task.h [moved from examples/msg/dht-kademlia/task.h with 100% similarity]
examples/deprecated/msg/dht-pastry/dht-pastry.c [moved from examples/msg/dht-pastry/dht-pastry.c with 100% similarity]
examples/deprecated/msg/dht-pastry/dht-pastry.tesh [moved from examples/msg/dht-pastry/dht-pastry.tesh with 100% similarity]
examples/deprecated/msg/dht-pastry/dht-pastry_d.xml [moved from examples/msg/dht-pastry/dht-pastry_d.xml with 100% similarity]
examples/deprecated/msg/dht-pastry/generate.py [moved from examples/msg/dht-pastry/generate.py with 100% similarity]
examples/deprecated/msg/energy-vm/.gitignore [moved from examples/msg/energy-vm/.gitignore with 100% similarity]
examples/deprecated/msg/energy-vm/energy-vm.c [moved from examples/msg/energy-vm/energy-vm.c with 100% similarity]
examples/deprecated/msg/energy-vm/energy-vm.tesh [moved from examples/msg/energy-vm/energy-vm.tesh with 100% similarity]
examples/deprecated/msg/maestro-set/maestro-set.cpp [moved from examples/msg/maestro-set/maestro-set.cpp with 100% similarity]
examples/deprecated/msg/maestro-set/maestro-set.tesh [moved from examples/msg/maestro-set/maestro-set.tesh with 87% similarity]
examples/deprecated/msg/mc/CMakeLists.txt [moved from examples/msg/mc/CMakeLists.txt with 100% similarity]
examples/deprecated/msg/mc/bugged1.c [moved from examples/msg/mc/bugged1.c with 100% similarity]
examples/deprecated/msg/mc/bugged1.tesh [moved from examples/msg/mc/bugged1.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness.c [moved from examples/msg/mc/bugged1_liveness.c with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness.tesh [moved from examples/msg/mc/bugged1_liveness.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness_sparse.tesh [moved from examples/msg/mc/bugged1_liveness_sparse.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness_stack_cleaner [moved from examples/msg/mc/bugged1_liveness_stack_cleaner with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness_visited.tesh [moved from examples/msg/mc/bugged1_liveness_visited.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged1_liveness_visited_sparse.tesh [moved from examples/msg/mc/bugged1_liveness_visited_sparse.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged2.c [moved from examples/msg/mc/bugged2.c with 100% similarity]
examples/deprecated/msg/mc/bugged2.tesh [moved from examples/msg/mc/bugged2.tesh with 100% similarity]
examples/deprecated/msg/mc/bugged2_liveness.c [moved from examples/msg/mc/bugged2_liveness.c with 100% similarity]
examples/deprecated/msg/mc/bugged3.c [moved from examples/msg/mc/bugged3.c with 100% similarity]
examples/deprecated/msg/mc/centralized_mutex.c [moved from examples/msg/mc/centralized_mutex.c with 100% similarity]
examples/deprecated/msg/mc/centralized_mutex.tesh [moved from examples/msg/mc/centralized_mutex.tesh with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged1.xml [moved from examples/msg/mc/deploy_bugged1.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged1_liveness.xml [moved from examples/msg/mc/deploy_bugged1_liveness.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged1_liveness_visited.xml [moved from examples/msg/mc/deploy_bugged1_liveness_visited.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged2.xml [moved from examples/msg/mc/deploy_bugged2.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged2_liveness.xml [moved from examples/msg/mc/deploy_bugged2_liveness.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_bugged3.xml [moved from examples/msg/mc/deploy_bugged3.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_centralized_mutex.xml [moved from examples/msg/mc/deploy_centralized_mutex.xml with 100% similarity]
examples/deprecated/msg/mc/deploy_electric_fence.xml [moved from examples/msg/mc/deploy_electric_fence.xml with 100% similarity]
examples/deprecated/msg/mc/electric_fence.c [moved from examples/msg/mc/electric_fence.c with 100% similarity]
examples/deprecated/msg/mc/platform.xml [moved from examples/msg/mc/platform.xml with 100% similarity]
examples/deprecated/msg/mc/promela_bugged1_liveness [moved from examples/msg/mc/promela_bugged1_liveness with 100% similarity]
examples/deprecated/msg/mc/promela_bugged2_liveness [moved from examples/msg/mc/promela_bugged2_liveness with 100% similarity]
examples/deprecated/msg/network-ns3/3hosts_2links_d.xml [moved from examples/msg/network-ns3/3hosts_2links_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/3links-timer_d.xml [moved from examples/msg/network-ns3/3links-timer_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/3links_d.xml [moved from examples/msg/network-ns3/3links_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/crosstraffic_d.xml [moved from examples/msg/network-ns3/crosstraffic_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/dogbone_d.xml [moved from examples/msg/network-ns3/dogbone_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/network-ns3.c [moved from examples/msg/network-ns3/network-ns3.c with 100% similarity]
examples/deprecated/msg/network-ns3/network-ns3.tesh [moved from examples/msg/network-ns3/network-ns3.tesh with 100% similarity]
examples/deprecated/msg/network-ns3/one_cluster_d.xml [moved from examples/msg/network-ns3/one_cluster_d.xml with 100% similarity]
examples/deprecated/msg/network-ns3/onelink_d.xml [moved from examples/msg/network-ns3/onelink_d.xml with 100% similarity]
examples/deprecated/msg/platform-failures/platform-failures.c [moved from examples/msg/platform-failures/platform-failures.c with 100% similarity]
examples/deprecated/msg/platform-failures/platform-failures.tesh [moved from examples/msg/platform-failures/platform-failures.tesh with 100% similarity]
examples/deprecated/msg/process-create/process-create.c [moved from examples/msg/process-create/process-create.c with 100% similarity]
examples/deprecated/msg/process-create/process-create.tesh [moved from examples/msg/process-create/process-create.tesh with 100% similarity]
examples/deprecated/msg/synchro-semaphore/synchro-semaphore.c [moved from examples/msg/synchro-semaphore/synchro-semaphore.c with 100% similarity]
examples/deprecated/msg/synchro-semaphore/synchro-semaphore.tesh [moved from examples/msg/synchro-semaphore/synchro-semaphore.tesh with 100% similarity]
examples/deprecated/msg/trace-categories/trace-categories.c [moved from examples/msg/trace-categories/trace-categories.c with 100% similarity]
examples/deprecated/msg/trace-categories/trace-categories.tesh [moved from examples/msg/trace-categories/trace-categories.tesh with 100% similarity]
examples/deprecated/msg/trace-host-user-variables/trace-host-user-variables.c [moved from examples/msg/trace-host-user-variables/trace-host-user-variables.c with 100% similarity]
examples/deprecated/msg/trace-host-user-variables/trace-host-user-variables.tesh [moved from examples/msg/trace-host-user-variables/trace-host-user-variables.tesh with 100% similarity]
examples/deprecated/msg/trace-link-user-variables/trace-link-user-variables.c [moved from examples/msg/trace-link-user-variables/trace-link-user-variables.c with 100% similarity]
examples/deprecated/msg/trace-link-user-variables/trace-link-user-variables.tesh [moved from examples/msg/trace-link-user-variables/trace-link-user-variables.tesh with 100% similarity]
examples/deprecated/msg/trace-masterworker/trace-masterworker.c [moved from examples/msg/trace-masterworker/trace-masterworker.c with 100% similarity]
examples/deprecated/msg/trace-masterworker/trace-masterworker.tesh [moved from examples/msg/trace-masterworker/trace-masterworker.tesh with 100% similarity]
examples/deprecated/msg/trace-process-migration/trace-process-migration.c [moved from examples/msg/trace-process-migration/trace-process-migration.c with 100% similarity]
examples/deprecated/msg/trace-process-migration/trace-process-migration.tesh [moved from examples/msg/trace-process-migration/trace-process-migration.tesh with 100% similarity]
examples/deprecated/msg/trace-route-user-variables/trace-route-user-variables.c [moved from examples/msg/trace-route-user-variables/trace-route-user-variables.c with 100% similarity]
examples/deprecated/msg/trace-route-user-variables/trace-route-user-variables.tesh [moved from examples/msg/trace-route-user-variables/trace-route-user-variables.tesh with 100% similarity]
examples/deprecated/simdag/CMakeLists.txt [moved from examples/simdag/CMakeLists.txt with 91% similarity]
examples/deprecated/simdag/dag-dotload/dag.dot [moved from examples/simdag/dag-dotload/dag.dot with 100% similarity]
examples/deprecated/simdag/dag-dotload/dag_with_cycle.dot [moved from examples/simdag/dag-dotload/dag_with_cycle.dot with 100% similarity]
examples/deprecated/simdag/dag-dotload/sd_dag-dotload.c [moved from examples/simdag/dag-dotload/sd_dag-dotload.c with 100% similarity]
examples/deprecated/simdag/dag-dotload/sd_dag-dotload.tesh [moved from examples/simdag/dag-dotload/sd_dag-dotload.tesh with 98% similarity]
examples/deprecated/simdag/daxload/sd_daxload.c [moved from examples/simdag/daxload/sd_daxload.c with 100% similarity]
examples/deprecated/simdag/daxload/sd_daxload.tesh [moved from examples/simdag/daxload/sd_daxload.tesh with 97% similarity]
examples/deprecated/simdag/daxload/simple_dax_with_cycle.xml [moved from examples/simdag/daxload/simple_dax_with_cycle.xml with 100% similarity]
examples/deprecated/simdag/daxload/smalldax.xml [moved from examples/simdag/daxload/smalldax.xml with 100% similarity]
examples/deprecated/simdag/fail/sd_fail.c [moved from examples/simdag/fail/sd_fail.c with 100% similarity]
examples/deprecated/simdag/fail/sd_fail.tesh [moved from examples/simdag/fail/sd_fail.tesh with 96% similarity]
examples/deprecated/simdag/goal/goal_test.c [moved from examples/simdag/goal/goal_test.c with 100% similarity]
examples/deprecated/simdag/properties/sd_properties.c [moved from examples/simdag/properties/sd_properties.c with 100% similarity]
examples/deprecated/simdag/properties/sd_properties.tesh [moved from examples/simdag/properties/sd_properties.tesh with 92% similarity]
examples/deprecated/simdag/ptg-dotload/ptg.dot [moved from examples/simdag/ptg-dotload/ptg.dot with 100% similarity]
examples/deprecated/simdag/ptg-dotload/sd_ptg-dotload.c [moved from examples/simdag/ptg-dotload/sd_ptg-dotload.c with 100% similarity]
examples/deprecated/simdag/ptg-dotload/sd_ptg-dotload.tesh [moved from examples/simdag/ptg-dotload/sd_ptg-dotload.tesh with 98% similarity]
examples/deprecated/simdag/schedule-dotload/.gitignore [moved from examples/simdag/schedule-dotload/.gitignore with 100% similarity]
examples/deprecated/simdag/schedule-dotload/dag_with_bad_schedule.dot [moved from examples/simdag/schedule-dotload/dag_with_bad_schedule.dot with 100% similarity]
examples/deprecated/simdag/schedule-dotload/dag_with_good_schedule.dot [moved from examples/simdag/schedule-dotload/dag_with_good_schedule.dot with 100% similarity]
examples/deprecated/simdag/schedule-dotload/sd_schedule-dotload.c [moved from examples/simdag/schedule-dotload/sd_schedule-dotload.c with 100% similarity]
examples/deprecated/simdag/schedule-dotload/sd_schedule-dotload.tesh [moved from examples/simdag/schedule-dotload/sd_schedule-dotload.tesh with 98% similarity]
examples/deprecated/simdag/scheduling/Montage_25.xml [moved from examples/simdag/scheduling/Montage_25.xml with 100% similarity]
examples/deprecated/simdag/scheduling/expected_output.jed [moved from examples/simdag/scheduling/expected_output.jed with 100% similarity]
examples/deprecated/simdag/scheduling/sd_scheduling.c [moved from examples/simdag/scheduling/sd_scheduling.c with 100% similarity]
examples/deprecated/simdag/scheduling/sd_scheduling.tesh [moved from examples/simdag/scheduling/sd_scheduling.tesh with 92% similarity]
examples/deprecated/simdag/test/sd_test.cpp [moved from examples/simdag/test/sd_test.cpp with 100% similarity]
examples/deprecated/simdag/test/sd_test.tesh [moved from examples/simdag/test/sd_test.tesh with 95% similarity]
examples/deprecated/simdag/throttling/sd_throttling.c [moved from examples/simdag/throttling/sd_throttling.c with 100% similarity]
examples/deprecated/simdag/throttling/sd_throttling.tesh [moved from examples/simdag/throttling/sd_throttling.tesh with 91% similarity]
examples/deprecated/simdag/typed_tasks/sd_typed_tasks.c [moved from examples/simdag/typed_tasks/sd_typed_tasks.c with 100% similarity]
examples/deprecated/simdag/typed_tasks/sd_typed_tasks.tesh [moved from examples/simdag/typed_tasks/sd_typed_tasks.tesh with 90% similarity]
teshsuite/lua/lua_platforms.tesh
teshsuite/simdag/availability/availability.tesh
tools/cmake/DefinePackages.cmake
tools/cmake/Tests.cmake