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)
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

index 14b64d5..2e2b9e6 100644 (file)
@@ -31,11 +31,10 @@ CTestResults.xml
 src/simdag/dax_dtd.l
 src/surf/xml/simgrid_dtd.l
 ### Jedule
-examples/simdag/scheduling/sd_scheduling.jed
+examples/deprecated/simdag/scheduling/sd_scheduling.jed
 teshsuite/simdag/platforms/simgrid.jed
 ### Libraries links 
 examples/lua/simgrid.so
-examples/simdag/simgrid.so
 examples/lua/console/simgrid.so
 SimGrid-*.tar.gz
 simgrid.jar
@@ -118,33 +117,33 @@ tags
 callgrind.out.*
 ### Examples and traces
 *.exe
-examples/msg/app-masterworker/app-masterworker
-examples/msg/cloud-masterworker/cloud-masterworker
-examples/msg/dht-kademlia/dht-kademlia
-examples/msg/dht-pastry/dht-pastry
-examples/msg/energy-vm/energy-vm
-examples/msg/maestro-set/maestro-set
-examples/msg/mc/bugged1
-examples/msg/mc/bugged1_liveness
-examples/msg/mc/bugged2
-examples/msg/mc/bugged2_liveness
-examples/msg/mc/bugged3
-examples/msg/mc/centralized_mutex
-examples/msg/mc/electric_fence
-examples/msg/network-ns3/network-ns3
-examples/msg/platform-failures/platform-failures
-examples/msg/process-create/process-create
-examples/msg/procmig.trace
-examples/msg/simulation.trace
-examples/msg/synchro-semaphore/synchro-semaphore
-examples/msg/trace-categories/trace-categories
-examples/msg/trace-host-user-variables/trace-host-user-variables
-examples/msg/trace-link-user-variables/trace-link-user-variables
-examples/msg/trace-masterworker/trace-masterworker
-examples/msg/trace-process-migration/trace-process-migration
-examples/msg/trace-route-user-variables/trace-route-user-variables
-examples/msg/*.pcap
-examples/msg/*.tr
+examples/deprecated/msg/app-masterworker/app-masterworker
+examples/deprecated/msg/cloud-masterworker/cloud-masterworker
+examples/deprecated/msg/dht-kademlia/dht-kademlia
+examples/deprecated/msg/dht-pastry/dht-pastry
+examples/deprecated/msg/energy-vm/energy-vm
+examples/deprecated/msg/maestro-set/maestro-set
+examples/deprecated/msg/mc/bugged1
+examples/deprecated/msg/mc/bugged1_liveness
+examples/deprecated/msg/mc/bugged2
+examples/deprecated/msg/mc/bugged2_liveness
+examples/deprecated/msg/mc/bugged3
+examples/deprecated/msg/mc/centralized_mutex
+examples/deprecated/msg/mc/electric_fence
+examples/deprecated/msg/network-ns3/network-ns3
+examples/deprecated/msg/platform-failures/platform-failures
+examples/deprecated/msg/process-create/process-create
+examples/deprecated/msg/procmig.trace
+examples/deprecated/msg/simulation.trace
+examples/deprecated/msg/synchro-semaphore/synchro-semaphore
+examples/deprecated/msg/trace-categories/trace-categories
+examples/deprecated/msg/trace-host-user-variables/trace-host-user-variables
+examples/deprecated/msg/trace-link-user-variables/trace-link-user-variables
+examples/deprecated/msg/trace-masterworker/trace-masterworker
+examples/deprecated/msg/trace-process-migration/trace-process-migration
+examples/deprecated/msg/trace-route-user-variables/trace-route-user-variables
+examples/deprecated/msg/*.pcap
+examples/deprecated/msg/*.tr
 examples/s4u/actor-create/s4u-actor-create
 examples/s4u/actor-daemon/s4u-actor-daemon
 examples/s4u/actor-join/s4u-actor-join
@@ -194,17 +193,17 @@ examples/s4u/synchro-barrier/s4u-synchro-barrier
 examples/s4u/synchro-mutex/s4u-synchro-mutex
 examples/s4u/synchro-semaphore/s4u-synchro-semaphore
 examples/s4u/trace-platform/s4u-trace-platform
-examples/simdag/dag-dotload/sd_dag-dotload
-examples/simdag/daxload/sd_daxload
-examples/simdag/fail/sd_fail
-examples/simdag/goal/goal_test
-examples/simdag/properties/sd_properties
-examples/simdag/ptg-dotload/sd_ptg-dotload
-examples/simdag/schedule-dotload/sd_schedule-dotload
-examples/simdag/scheduling/sd_scheduling
-examples/simdag/test/sd_test
-examples/simdag/throttling/sd_throttling
-examples/simdag/typed_tasks/sd_typed_tasks
+examples/deprecated/simdag/dag-dotload/sd_dag-dotload
+examples/deprecated/simdag/daxload/sd_daxload
+examples/deprecated/simdag/fail/sd_fail
+examples/deprecated/simdag/goal/goal_test
+examples/deprecated/simdag/properties/sd_properties
+examples/deprecated/simdag/ptg-dotload/sd_ptg-dotload
+examples/deprecated/simdag/schedule-dotload/sd_schedule-dotload
+examples/deprecated/simdag/scheduling/sd_scheduling
+examples/deprecated/simdag/test/sd_test
+examples/deprecated/simdag/throttling/sd_throttling
+examples/deprecated/simdag/typed_tasks/sd_typed_tasks
 examples/smpi/ampi/smpi_ampi
 examples/smpi/energy/f77/sef
 examples/smpi/energy/f90/sef90
index e9de18f..0a43e36 100644 (file)
@@ -686,7 +686,7 @@ INPUT                  = @CMAKE_HOME_DIRECTORY@/doc/doxygen/index.doc \
                          @CMAKE_BINARY_DIR@/doc/doxygen/logcategories.doc \
                          @CMAKE_HOME_DIRECTORY@/include/ \
                         @CMAKE_HOME_DIRECTORY@/src/plugins/ \
-                         @CMAKE_HOME_DIRECTORY@/examples/msg/README.doc \
+                         @CMAKE_HOME_DIRECTORY@/examples/deprecated/msg/README.doc \
                          @CMAKE_HOME_DIRECTORY@/examples/s4u/README.doc
 
 
index 6682d8d..c8b98ff 100644 (file)
@@ -359,7 +359,7 @@ subtasks.
 
 @subsubsection faq_platform_example Where can I find SimGrid platform files?
 
-There are several little examples in the archive, in the examples/msg
+There are several little examples in the archive, in the examples/platforms
 directory. From time to time, we are asked for other files, but we
 don't have much at hand right now.
 
index ffb7d5c..6f31b64 100644 (file)
@@ -61,18 +61,18 @@ upon them by error.
 
 To add a new example, the first thing is to find the right place to add it. The examples/ directory is organized as 
 follows:
- - examples/java/ for examples using the Java bindings to the MSG API. This directory contains packages (app, async, 
+ - examples/deprecated/java/ for examples using the Java bindings to the MSG API. This directory contains packages (app, async, 
    cloud, ...) which in turn contain individual examples. If your new example fits in an existing package, add it here,
    or create a new package otherwise. 
- - examples/msg/ for examples using the MSG API. Here the naming convention is package-example (e.g., app-masterworker).
+ - examples/deprecated/msg/ for examples using the MSG API. Here the naming convention is package-example (e.g., app-masterworker).
    Again, please try to fit to an existing package before creating a new one.
  - examples/platforms/ only contains platforms descriptions in the XML format (see @ref platform for details)
  - examples/s4u/ for examples using the emerging S4U API
- - examples/simdag/ for examples using the SimDag API
+ - examples/deprecated/simdag/ for examples using the SimDag API
  - examples/smpi/ or examples using the SMPI API
 
 In each of these directories, there is a CMakeLists.txt file that has to be edited to include the new examples. For 
-instance, examples/msg/CMakeLists.txt starts with a loop over all the (currently) existing tests in which we
+instance, examples/deprecated/msg/CMakeLists.txt starts with a loop over all the (currently) existing tests in which we
  - compile and link the source file (which has to be named as the directory
  - add the source and tesh files to the distribution.
 
@@ -123,7 +123,7 @@ foreach(x app-bittorrent app-chainsend app-masterworker app-pingpong app-token-r
           async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple 
           cloud-two-tasks dht-chord dht-kademlia platform-failures io-file io-remote io-storage task-priority 
           process-kill process-migration process-suspend platform-properties synchro-semaphore process-startkilltime)
-  ADD_TESH_FACTORIES(msg-${x} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/${x} ${x}.tesh)
+  ADD_TESH_FACTORIES(msg-${x} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/${x} ${x}.tesh)
 endforeach()
 @endverbatim
 
index 9d6d324..3c54491 100644 (file)
@@ -227,7 +227,7 @@ ADD_TEST(my-test-name ${CMAKE_BINARY_DIR}/bin/tesh
          --setenv bindir=${CMAKE_BINARY_DIR}/examples/my-test/
          --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/my-test/
          --cd ${CMAKE_HOME_DIRECTORY}/examples/my-test/
-         ${CMAKE_HOME_DIRECTORY}/examples/msg/io/io.tesh
+         ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/io/io.tesh
 )
 @endverbatim             
 
index 5851f53..b1763a7 100644 (file)
@@ -115,7 +115,7 @@ configuration option to "NS3" as follows. The rest remains unchanged.
 
 Many other files from the examples/platform directory are usable with
 the ns-3 model, such as @ref examples/platforms/dogbone.xml. Check the file
-examples/msg/network-ns3/network-ns3.tesh to see which ones are used
+examples/deprecated/msg/network-ns3/network-ns3.tesh to see which ones are used
 in our regression tests. You may also be interested in the
 @ref msg_ex_ns3 "ns-3/SimGrid examples".
 
index f0ec5c6..bf05453 100644 (file)
@@ -126,7 +126,7 @@ If you want to build our Java examples in Eclipse, get the whole
 source code and open the archive on your disk. In Eclipse, select
 the menu "File / Import", and then in the wizard "General / Existing
 Project into Workspace". On the Next page, select the directory
-"examples/java" that you can find in the SimGrid source tree as a root
+"examples/deprecated/java" that you can find in the SimGrid source tree as a root
 directory and finish the creation.
 
 The file ``simgrid.jar`` must be in the root directory of the SimGrid
index 1e71be5..e77587c 100644 (file)
@@ -47,7 +47,7 @@ For example:
 
 .. code-block:: shell
 
-   $ cd examples/java
+   $ cd examples/deprecated/java
    $ java -classpath ../../simgrid.jar:. .:../../simgrid.jar app.pingpong.Main ../platforms/platform.xml 
 
 Any SimGrid simulation (java or not) is usually constituted of several
similarity index 81%
rename from examples/msg/CMakeLists.txt
rename to examples/deprecated/msg/CMakeLists.txt
index 20494aa..42ecf7c 100644 (file)
@@ -67,55 +67,55 @@ foreach(x app-masterworker cloud-masterworker
           process-create 
           synchro-semaphore)
   ADD_TESH_FACTORIES(msg-${x} "thread;ucontext;raw;boost" 
-                              --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x}
-                             --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/${x} 
+                              --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/${x}
+                             --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/${x} 
                              --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms 
-                             ${CMAKE_HOME_DIRECTORY}/examples/msg/${x}/${x}.tesh)
+                             ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/${x}/${x}.tesh)
 endforeach()
 
 foreach (x trace-categories trace-route-user-variables trace-link-user-variables trace-masterworker trace-process-migration trace-host-user-variables)
-  ADD_TESH(msg-${x} --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x}
-                   --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/${x} 
+  ADD_TESH(msg-${x} --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/${x}
+                   --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/${x} 
                    --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms 
-                    --cd ${CMAKE_BINARY_DIR}/examples/msg/${x}
-                   ${CMAKE_HOME_DIRECTORY}/examples/msg/${x}/${x}.tesh)
+                    --cd ${CMAKE_BINARY_DIR}/examples/deprecated/msg/${x}
+                   ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/${x}/${x}.tesh)
 endforeach()
 
 if(HAVE_SANITIZER_THREAD)
   ADD_TESH_FACTORIES(msg-dht-kademlia-parallel "thread" --cfg contexts/nthreads:4 ${CONTEXTS_SYNCHRO}
-                                               --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/dht-kademlia
-                                               --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/dht-kademlia
+                                               --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/dht-kademlia
+                                               --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/dht-kademlia
                                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-                                               ${CMAKE_HOME_DIRECTORY}/examples/msg/dht-kademlia/dht-kademlia.tesh)
+                                               ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/dht-kademlia/dht-kademlia.tesh)
 else()
   ADD_TESH_FACTORIES(msg-dht-kademlia-parallel "thread;ucontext;raw;boost" --cfg contexts/nthreads:4 ${CONTEXTS_SYNCHRO}
-                                               --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/dht-kademlia
-                                               --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/dht-kademlia
+                                               --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/dht-kademlia
+                                               --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/dht-kademlia
                                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-                                               ${CMAKE_HOME_DIRECTORY}/examples/msg/dht-kademlia/dht-kademlia.tesh)
+                                               ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/dht-kademlia/dht-kademlia.tesh)
 endif()
 
 if(NOT WIN32)
-  ADD_TESH_FACTORIES(msg-maestro-set   "thread" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/maestro-set/maestro-set.tesh)
+  ADD_TESH_FACTORIES(msg-maestro-set   "thread" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg --cd ${CMAKE_BINARY_DIR}/examples/deprecated/msg ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/maestro-set/maestro-set.tesh)
 else()
   message("Test maestro-set disabled on windows: this feature is not working")
 endif()
 
 ADD_TESH_FACTORIES(app-masterworker-multicore   "thread;ucontext;raw;boost" 
-                                                --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/app-masterworker 
-                                                --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/app-masterworker
+                                                --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/app-masterworker 
+                                                --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/app-masterworker
                                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-                                               ${CMAKE_HOME_DIRECTORY}/examples/msg/app-masterworker/app-masterworker-multicore.tesh)
+                                               ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/app-masterworker/app-masterworker-multicore.tesh)
 ADD_TESH_FACTORIES(app-masterworker-vivaldi     "thread;ucontext;raw;boost" 
-                                                --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/app-masterworker 
-                                                --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/app-masterworker
+                                                --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/app-masterworker 
+                                                --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/app-masterworker
                                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-                                               ${CMAKE_HOME_DIRECTORY}/examples/msg/app-masterworker/app-masterworker-vivaldi.tesh)
+                                               ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/app-masterworker/app-masterworker-vivaldi.tesh)
 
 if(SIMGRID_HAVE_NS3)
   ADD_TESH_FACTORIES(msg-network-ns3 "thread;ucontext;raw;boost"
-                                      --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg
-                                      --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg
+                                      --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg
+                                      --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg
                                       --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-                                      ${CMAKE_HOME_DIRECTORY}/examples/msg/network-ns3/network-ns3.tesh)
+                                      ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/network-ns3/network-ns3.tesh)
 endif()
similarity index 76%
rename from examples/msg/README.doc
rename to examples/deprecated/msg/README.doc
index 53ea4d7..e2ffbeb 100644 (file)
 @section msg_ex_basics Basic examples and features
 
  - <b>Master Workers</b>.
-   @ref examples/msg/app-masterworker/app-masterworker.c\n
+   @ref examples/deprecated/msg/app-masterworker/app-masterworker.c\n
    Another good old example, where one Master process has a bunch of
    task to dispatch to a set of several Worker processes.
 
 @section msg_ex_process Acting on Processes
 
   - <b>Creating processes</b>. 
-    @ref examples/msg/process-create/process-create.c \n
+    @ref examples/deprecated/msg/process-create/process-create.c \n
     Most processes are started from the deployment XML file, but they
     can also be used with the @ref MSG_process_create() function.
 
@@ -41,7 +41,7 @@ It is interesting to run the process-create example with the following
 options to see the task executions:
 
   - <b>Setting Categories</b>.
-    @ref examples/msg/trace-categories/trace-categories.c \n
+    @ref examples/deprecated/msg/trace-categories/trace-categories.c \n
     This example declares several tracing categories
     to that are used to classify its tasks. When the program is executed,
     the tracing mechanism registers the resource utilization of hosts
@@ -50,7 +50,7 @@ options to see the task executions:
     @endverbatim
     
   - <b>Master Workers tracing</b>.
-    @ref examples/msg/trace-masterworker/trace-masterworker.c \n
+    @ref examples/deprecated/msg/trace-masterworker/trace-masterworker.c \n
     This is an augmented version of our basic master/worker example
     using several tracing features. It traces resource usage, sorted
     out in several categories; Trace marks and user variables are also
@@ -59,7 +59,7 @@ options to see the task executions:
     @endverbatim
     
   - <b>Process migration tracing</b>.
-    @ref examples/msg/trace-process-migration/trace-process-migration.c \n
+    @ref examples/deprecated/msg/trace-process-migration/trace-process-migration.c \n
     This version is enhanced so that the process migrations can be
     displayed as arrows in a Gantt-chart visualization. Recommanded
     options to that extend:
@@ -80,15 +80,15 @@ They have to be run with the following options:
 @endverbatim
 
   - <b>Attaching variables to Hosts</b>.
-    @ref examples/msg/trace-host-user-variables/trace-host-user-variables.c 
+    @ref examples/deprecated/msg/trace-host-user-variables/trace-host-user-variables.c 
 
   - <b>Attaching variables to Links</b>.
-    @ref examples/msg/trace-link-user-variables/trace-link-user-variables.c \n
+    @ref examples/deprecated/msg/trace-link-user-variables/trace-link-user-variables.c \n
     The tricky part is that you have to know the name of the link you
     want to enhance with a variable.
 
   - <b>Attaching variables to network Routes</b>
-    @ref examples/msg/trace-route-user-variables/trace-route-user-variables.c \n
+    @ref examples/deprecated/msg/trace-route-user-variables/trace-route-user-variables.c \n
     It is often easier to update a given variable for all links of a
     given network path (identified by its source and destination
     hosts) instead of knowing the name of each specific link.
@@ -105,7 +105,7 @@ file to see how to declare a platform to be used with the ns-3 bindings
 of SimGrid and the tesh file to see how to actually start a simulation
 in these settings.
   
-  - @ref examples/msg/network-ns3/network-ns3.c. Simple ping-pong using
+  - @ref examples/deprecated/msg/network-ns3/network-ns3.c. Simple ping-pong using
     ns-3 instead of the SimGrid network models.
 
 TODO: merge the C files
@@ -123,18 +123,18 @@ TODO: show the XML files instead if it's what is interesting. On a "XML example
 
 
 /**
-@example examples/msg/app-masterworker/app-masterworker.c
+@example examples/deprecated/msg/app-masterworker/app-masterworker.c
 
-@example examples/msg/process-create/process-create.c
+@example examples/deprecated/msg/process-create/process-create.c
 
-@example examples/msg/trace-categories/trace-categories.c
-@example examples/msg/trace-masterworker/trace-masterworker.c
-@example examples/msg/trace-process-migration/trace-process-migration.c
-@example examples/msg/trace-host-user-variables/trace-host-user-variables.c
-@example examples/msg/trace-link-user-variables/trace-link-user-variables.c
-@example examples/msg/trace-route-user-variables/trace-route-user-variables.c
+@example examples/deprecated/msg/trace-categories/trace-categories.c
+@example examples/deprecated/msg/trace-masterworker/trace-masterworker.c
+@example examples/deprecated/msg/trace-process-migration/trace-process-migration.c
+@example examples/deprecated/msg/trace-host-user-variables/trace-host-user-variables.c
+@example examples/deprecated/msg/trace-link-user-variables/trace-link-user-variables.c
+@example examples/deprecated/msg/trace-route-user-variables/trace-route-user-variables.c
 
-@example examples/msg/network-ns3/network-ns3.c
+@example examples/deprecated/msg/network-ns3/network-ns3.c
 
 */
 
@@ -1,6 +1,6 @@
 #!/usr/bin/env tesh
 
-$ $SG_TEST_EXENV maestro-set/maestro-set$EXEEXT ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+$ $SG_TEST_EXENV maestro-set/maestro-set$EXEEXT ${srcdir:=.}/../../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (0:maestro@) I am not the main thread, as expected
 > [  0.000000] (2:receiver@Jupiter) I am not the main thread, as expected
 > [  0.000000] (1:sender@Tremblay) I am the main thread, as expected
similarity index 91%
rename from examples/simdag/CMakeLists.txt
rename to examples/deprecated/simdag/CMakeLists.txt
index 830276c..e184996 100644 (file)
@@ -45,11 +45,11 @@ set(txt_files    ${txt_files}     ${CMAKE_CURRENT_SOURCE_DIR}/dag-dotload/dag_wi
                                   ${CMAKE_CURRENT_SOURCE_DIR}/scheduling/expected_output.jed               PARENT_SCOPE)
 
 foreach(x daxload fail typed_tasks properties throttling scheduling test)
-  ADD_TESH(simdag-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/simdag --cd ${CMAKE_BINARY_DIR}/examples/simdag ${CMAKE_HOME_DIRECTORY}/examples/simdag/${x}/sd_${x}.tesh)
+  ADD_TESH(simdag-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag --cd ${CMAKE_BINARY_DIR}/examples/deprecated/simdag ${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag/${x}/sd_${x}.tesh)
 endforeach()
 
 if(HAVE_GRAPHVIZ)
   foreach(x dag-dotload ptg-dotload schedule-dotload)
-    ADD_TESH(simdag-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/simdag --cd ${CMAKE_BINARY_DIR}/examples/simdag ${CMAKE_HOME_DIRECTORY}/examples/simdag/${x}/sd_${x}.tesh)
+    ADD_TESH(simdag-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag --cd ${CMAKE_BINARY_DIR}/examples/deprecated/simdag ${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag/${x}/sd_${x}.tesh)
   endforeach()
 endif()
@@ -4,7 +4,7 @@ p Test the loader of DAG written in the DOT format
 # The order differ when executed with gcc's thread sanitizer
 ! output sort
 
-$ $SG_TEST_EXENV ${bindir:=.}/dag-dotload/sd_dag-dotload --log=no_loc ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/dag-dotload/dag.dot
+$ $SG_TEST_EXENV ${bindir:=.}/dag-dotload/sd_dag-dotload --log=no_loc ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/dag-dotload/dag.dot
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] ------------------- Display all tasks of the loaded DAG ---------------------------
 > [0.000000] [sd_task/INFO] Displaying task root
@@ -217,7 +217,7 @@ $ cat ${srcdir:=.}/dag-dotload/dag.trace
 $ rm -f ${srcdir:=.}/dag-dotload/dag.trace ${srcdir:=.}/dot.dot
 
 ! expect return 2
-$ $SG_TEST_EXENV ${bindir:=.}/dag-dotload/sd_dag-dotload --log=no_loc ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/dag-dotload/dag_with_cycle.dot
+$ $SG_TEST_EXENV ${bindir:=.}/dag-dotload/sd_dag-dotload --log=no_loc ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/dag-dotload/dag_with_cycle.dot
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_daxparse/WARNING] the task root is not marked
 > [0.000000] [sd_daxparse/WARNING] the task 1 is in a cycle
similarity index 97%
rename from examples/simdag/daxload/sd_daxload.tesh
rename to examples/deprecated/simdag/daxload/sd_daxload.tesh
index 79ad304..6294772 100644 (file)
@@ -2,7 +2,7 @@
 p Test the DAX loader on a small DAX instance
 
 ! output sort
-$ $SG_TEST_EXENV ${bindir:=.}/daxload/sd_daxload --log=no_loc ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/daxload/smalldax.xml
+$ $SG_TEST_EXENV ${bindir:=.}/daxload/sd_daxload --log=no_loc ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/daxload/smalldax.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_daxparse/WARNING] Ignore file o1 size redefinition from 1000000 to 304
 > [0.000000] [sd_daxparse/WARNING] Ignore file o2 size redefinition from 1000000 to 304
@@ -127,7 +127,7 @@ $ cmake -E remove -f ${srcdir:=.}/dax.dot ${srcdir:=.}/daxload/smalldax.trace
 p Test the DAX loader with a DAX comprising a cycle.
 
 ! expect return 255
-$ $SG_TEST_EXENV ${bindir:=.}/daxload/sd_daxload --log=no_loc ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/daxload/simple_dax_with_cycle.xml
+$ $SG_TEST_EXENV ${bindir:=.}/daxload/sd_daxload --log=no_loc ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/daxload/simple_dax_with_cycle.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_daxparse/WARNING] the task root is not marked
 > [0.000000] [sd_daxparse/WARNING] the task 1@task1 is in a cycle
similarity index 96%
rename from examples/simdag/fail/sd_fail.tesh
rename to examples/deprecated/simdag/fail/sd_fail.tesh
index 8bdd96b..4586cf8 100644 (file)
@@ -2,7 +2,7 @@
 
 p Test of the management of failed tasks simdag
 
-$ $SG_TEST_EXENV ${bindir:=.}/fail/sd_fail ${srcdir:=.}/../platforms/faulty_host.xml
+$ $SG_TEST_EXENV ${bindir:=.}/fail/sd_fail ${srcdir:=.}/../../platforms/faulty_host.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_fail/INFO] First test: COMP_SEQ task
 > [0.000000] [sd_fail/INFO] Schedule task 'Poor task' on 'Faulty Host'
@@ -2,7 +2,7 @@
 
 p Simple test of simdag with properties
 
-$ $SG_TEST_EXENV properties/sd_properties ${srcdir:=.}/../platforms/prop.xml
+$ $SG_TEST_EXENV properties/sd_properties ${srcdir:=.}/../../platforms/prop.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] Property list for host host1
 > [0.000000] [test/INFO]       Property: mem has value: 4
@@ -4,7 +4,7 @@ p Test the loader of PTG (Parallel Task Graph) written in the DOT format
 # The order differ when executed with gcc's thread sanitizer
 ! output sort
 
-$ $SG_TEST_EXENV ${bindir:=.}/ptg-dotload/sd_ptg-dotload  ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/ptg-dotload/ptg.dot
+$ $SG_TEST_EXENV ${bindir:=.}/ptg-dotload/sd_ptg-dotload  ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/ptg-dotload/ptg.dot
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] ------------------- Display all tasks of the loaded DAG ---------------------------
 > [0.000000] [sd_task/INFO] Displaying task root
@@ -2,7 +2,7 @@
 p Test the loader of DAG written in the DOT format
 
 ! expect return 2
-$ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc  "--log=sd_dotparse.thres:verbose" ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/schedule-dotload/dag_with_bad_schedule.dot
+$ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc  "--log=sd_dotparse.thres:verbose" ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/schedule-dotload/dag_with_bad_schedule.dot
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_dotparse/VERBOSE] The schedule is ignored, task 'end' can not be scheduled on -1 hosts
 > [0.000000] [sd_dotparse/VERBOSE] The schedule is ignored, task '1' can not be scheduled on 0 hosts
@@ -15,7 +15,7 @@ $ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc
 # The order differ when executed with gcc's thread sanitizer
 ! output sort
 
-$ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc ${srcdir:=.}/../platforms/cluster_backbone.xml ${srcdir:=.}/schedule-dotload/dag_with_good_schedule.dot
+$ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc ${srcdir:=.}/../../platforms/cluster_backbone.xml ${srcdir:=.}/schedule-dotload/dag_with_good_schedule.dot
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] ------------------- Display all tasks of the loaded DAG ---------------------------
 > [0.000000] [sd_task/INFO] Displaying task root
@@ -2,7 +2,7 @@
 
 p Simple test of simdag
 
-$ $SG_TEST_EXENV ${bindir:=.}/scheduling/sd_scheduling --log=sd_daxparse.thresh:critical ${srcdir:=.}/../platforms/simulacrum_7_hosts.xml ${srcdir:=.}/scheduling/Montage_25.xml
+$ $SG_TEST_EXENV ${bindir:=.}/scheduling/sd_scheduling --log=sd_daxparse.thresh:critical ${srcdir:=.}/../../platforms/simulacrum_7_hosts.xml ${srcdir:=.}/scheduling/Montage_25.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] Schedule ID00002@mProjectPP on Host 27
 > [0.000105] [test/INFO] Schedule ID00000@mProjectPP on Host 26
similarity index 95%
rename from examples/simdag/test/sd_test.tesh
rename to examples/deprecated/simdag/test/sd_test.tesh
index 3b063a6..7f03ba0 100644 (file)
@@ -3,7 +3,7 @@
 p Simple test of simdag
 
 ! output sort
-$ $SG_TEST_EXENV ./test/sd_test ${srcdir:=.}/../platforms/small_platform.xml
+$ $SG_TEST_EXENV ./test/sd_test ${srcdir:=.}/../../platforms/small_platform.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [sd_test/INFO] Computation time for 2000000.000000 flops on Jacquelin: 0.014563
 > [0.000000] [sd_test/INFO] Computation time for 1000000.000000 flops on Fafard: 0.013107
@@ -4,7 +4,7 @@ p Modify the rate of communication tasks even when they are auto-scheduled
 # We need to sort this out because the order changes with the sanitizers (at least)
 ! output sort
 
-$ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../platforms/cluster_backbone.xml
+$ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../../platforms/cluster_backbone.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [5.000000] [sd_comm_throttling/INFO] Simulation stopped after 5.0000 seconds
 > [5.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 5.000000
@@ -2,7 +2,7 @@
 p Usage test of simdag's typed tasks
 
 ! output sort
-$ $SG_TEST_EXENV ./typed_tasks/sd_typed_tasks ${srcdir:=.}/../platforms/cluster_backbone.xml
+$ $SG_TEST_EXENV ./typed_tasks/sd_typed_tasks ${srcdir:=.}/../../platforms/cluster_backbone.xml
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [2.080600] [sd_typed_tasks_test/INFO] Task 'Par. Comp. 3' start time: 0.000000, finish time: 0.400000
 > [2.080600] [sd_typed_tasks_test/INFO] Task 'Par. Comp. 1' start time: 0.000000, finish time: 0.400000
index c761b45..c39217e 100644 (file)
@@ -1,4 +1,4 @@
-$ ${bindir:=.}/examples/msg/app-masterworker/app-masterworker ${srcdir:=.}/examples/platforms/small_platform.lua ${srcdir:=.}/examples/msg/app-masterworker/app-masterworker_d.xml
+$ ${bindir:=.}/examples/deprecated/msg/app-masterworker/app-masterworker ${srcdir:=.}/examples/platforms/small_platform.lua ${srcdir:=.}/examples/deprecated/msg/app-masterworker/app-masterworker_d.xml
 > [Tremblay:master:(1) 0.000000] [msg_app_masterworker/INFO] Got 5 workers and 20 tasks to process
 > [Tremblay:master:(1) 0.000000] [msg_app_masterworker/INFO] Sending "Task_0" (of 20) to mailbox "worker-0"
 > [Tremblay:master:(1) 0.002265] [msg_app_masterworker/INFO] Sending "Task_1" (of 20) to mailbox "worker-1"
index ec79ca1..85c5250 100644 (file)
@@ -1,4 +1,4 @@
-$ ${bindir:=.}/availability ../../../examples/platforms/simulacrum_7_hosts.xml  ../../../examples/simdag/scheduling/Montage_25.xml --cfg=network/TCP-gamma:4194304 --log=sd_daxparse.thresh:critical
+$ ${bindir:=.}/availability ../../../examples/platforms/simulacrum_7_hosts.xml  ../../../examples/deprecated/simdag/scheduling/Montage_25.xml --cfg=network/TCP-gamma:4194304 --log=sd_daxparse.thresh:critical
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
 > [0.000000] [test/INFO] Scheduling DAX...
index b943ec4..19738ea 100644 (file)
@@ -88,8 +88,8 @@ set(EXTRA_DIST
   examples/smpi/mc/only_send_deterministic.tesh
   examples/smpi/mc/non_deterministic.tesh
 
-  examples/java/.classpath
-  examples/java/.project
+  examples/deprecated/java/.classpath
+  examples/deprecated/java/.project
   )
 
 set(SMPI_SRC
@@ -989,12 +989,7 @@ set(txt_files
 # The list of cmake build directories is constructed from the following list.
 # Add your CMakeLists file here to see your subdir built.
 set(CMAKEFILES_TXT
-  examples/java/CMakeLists.txt
-  examples/msg/CMakeLists.txt
-    examples/msg/mc/CMakeLists.txt
-  examples/python/CMakeLists.txt
   examples/s4u/CMakeLists.txt
-  examples/simdag/CMakeLists.txt
   examples/smpi/CMakeLists.txt
     examples/smpi/NAS/CMakeLists.txt
     examples/smpi/smpi_msg_masterslave/CMakeLists.txt
@@ -1002,6 +997,11 @@ set(CMAKEFILES_TXT
     examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt
     examples/smpi/energy/f77/CMakeLists.txt
     examples/smpi/energy/f90/CMakeLists.txt
+  examples/python/CMakeLists.txt
+  examples/deprecated/java/CMakeLists.txt
+  examples/deprecated/msg/CMakeLists.txt
+    examples/deprecated/msg/mc/CMakeLists.txt
+  examples/deprecated/simdag/CMakeLists.txt
 
   teshsuite/java/CMakeLists.txt
   teshsuite/mc/CMakeLists.txt
index 971c6f5..889badd 100644 (file)
@@ -84,24 +84,24 @@ ENDMACRO()
 
 IF(enable_java)
   IF(WIN32)
-    SET(TESH_CLASSPATH "${CMAKE_BINARY_DIR}/examples/java/\;${CMAKE_BINARY_DIR}/teshsuite/java/\;${SIMGRID_JAR}")
+    SET(TESH_CLASSPATH "${CMAKE_BINARY_DIR}/examples/deprecated/java/\;${CMAKE_BINARY_DIR}/teshsuite/deprecated/java/\;${SIMGRID_JAR}")
     STRING(REPLACE "\;" "ยง" TESH_CLASSPATH "${TESH_CLASSPATH}")
   ELSE()
-    SET(TESH_CLASSPATH "${CMAKE_BINARY_DIR}/examples/java/:${CMAKE_BINARY_DIR}/teshsuite/java/:${SIMGRID_JAR}")
+    SET(TESH_CLASSPATH "${CMAKE_BINARY_DIR}/examples/deprecated/java/:${CMAKE_BINARY_DIR}/teshsuite/deprecated/java/:${SIMGRID_JAR}")
   ENDIF()
 ENDIF()
 
 IF(SIMGRID_HAVE_MC)
-  ADD_TESH_FACTORIES(mc-bugged1                "ucontext;raw" --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged1.tesh)
-  ADD_TESH_FACTORIES(mc-bugged2                "ucontext;raw" --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged2.tesh)
+  ADD_TESH_FACTORIES(mc-bugged1                "ucontext;raw" --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged1.tesh)
+  ADD_TESH_FACTORIES(mc-bugged2                "ucontext;raw" --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged2.tesh)
   IF(HAVE_UCONTEXT_CONTEXTS AND SIMGRID_PROCESSOR_x86_64) # liveness model-checking works only on 64bits (for now ...)
-    ADD_TESH(mc-bugged1-liveness-ucontext         --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged1_liveness.tesh)
-    ADD_TESH(mc-bugged1-liveness-ucontext-sparse  --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged1_liveness_sparse.tesh)
-    ADD_TESH(mc-bugged1-liveness-visited-ucontext --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged1_liveness_visited.tesh)
-    ADD_TESH(mc-bugged1-liveness-visited-ucontext-sparse --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/mc bugged1_liveness_visited_sparse.tesh)
+    ADD_TESH(mc-bugged1-liveness-ucontext         --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged1_liveness.tesh)
+    ADD_TESH(mc-bugged1-liveness-ucontext-sparse  --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged1_liveness_sparse.tesh)
+    ADD_TESH(mc-bugged1-liveness-visited-ucontext --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged1_liveness_visited.tesh)
+    ADD_TESH(mc-bugged1-liveness-visited-ucontext-sparse --setenv bindir=${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc --cd ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc bugged1_liveness_visited_sparse.tesh)
     IF(HAVE_C_STACK_CLEANER)
       # This test checks if the stack cleaner is making a difference:
-      ADD_TEST(mc-bugged1-liveness-stack-cleaner ${CMAKE_HOME_DIRECTORY}/examples/msg/mc/bugged1_liveness_stack_cleaner ${CMAKE_HOME_DIRECTORY}/examples/msg/mc/ ${CMAKE_BINARY_DIR}/examples/msg/mc/)
+      ADD_TEST(mc-bugged1-liveness-stack-cleaner ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc/bugged1_liveness_stack_cleaner ${CMAKE_HOME_DIRECTORY}/examples/deprecated/msg/mc/ ${CMAKE_BINARY_DIR}/examples/deprecated/msg/mc/)
     ENDIF()
   ENDIF()
 ENDIF()