X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76afb8ed1e4613f86e67fa53c264bb55e485d203..d117138066c37a0da006ff32114575367fdaa9bf:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 81c0dd83a1..227d242079 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -27,30 +27,72 @@ include examples/c/actor-join/actor-join.c include examples/c/actor-join/actor-join.tesh include examples/c/actor-kill/actor-kill.c include examples/c/actor-kill/actor-kill.tesh +include examples/c/actor-lifetime/actor-lifetime.c +include examples/c/actor-lifetime/actor-lifetime.tesh +include examples/c/actor-lifetime/actor-lifetime_d.xml include examples/c/actor-migrate/actor-migrate.c include examples/c/actor-migrate/actor-migrate.tesh +include examples/c/actor-stacksize/actor-stacksize.c +include examples/c/actor-stacksize/actor-stacksize.tesh include examples/c/actor-suspend/actor-suspend.c include examples/c/actor-suspend/actor-suspend.tesh include examples/c/actor-yield/actor-yield.c include examples/c/actor-yield/actor-yield.tesh include examples/c/actor-yield/actor-yield_d.xml +include examples/c/app-chainsend/app-chainsend.tesh +include examples/c/app-chainsend/app-chainsend_d.xml +include examples/c/app-chainsend/broadcaster.c +include examples/c/app-chainsend/chainsend.c +include examples/c/app-chainsend/chainsend.h +include examples/c/app-chainsend/peer.c include examples/c/app-pingpong/app-pingpong.c include examples/c/app-pingpong/app-pingpong.tesh include examples/c/app-pingpong/app-pingpong_d.xml include examples/c/app-token-ring/app-token-ring.c include examples/c/app-token-ring/app-token-ring.tesh +include examples/c/async-wait/async-wait.c +include examples/c/async-wait/async-wait.tesh +include examples/c/async-wait/async-wait2_d.xml +include examples/c/async-wait/async-wait3_d.xml +include examples/c/async-wait/async-wait4_d.xml +include examples/c/async-wait/async-wait_d.xml include examples/c/async-waitall/async-waitall.c include examples/c/async-waitall/async-waitall.tesh include examples/c/async-waitall/async-waitall_d.xml include examples/c/async-waitany/async-waitany.c include examples/c/async-waitany/async-waitany.tesh include examples/c/async-waitany/async-waitany_d.xml +include examples/c/cloud-capping/cloud-capping.c +include examples/c/cloud-capping/cloud-capping.tesh +include examples/c/cloud-migration/cloud-migration.c +include examples/c/cloud-migration/cloud-migration.tesh include examples/c/cloud-simple/cloud-simple.c include examples/c/cloud-simple/cloud-simple.tesh +include examples/c/energy-exec-ptask/energy-exec-ptask.c +include examples/c/energy-exec-ptask/energy-exec-ptask.tesh include examples/c/energy-exec/energy-exec.c include examples/c/energy-exec/energy-exec.tesh +include examples/c/energy-vm/energy-vm.c +include examples/c/energy-vm/energy-vm.tesh +include examples/c/exec-async/exec-async.c +include examples/c/exec-async/exec-async.tesh +include examples/c/exec-basic/exec-basic.c +include examples/c/exec-basic/exec-basic.tesh +include examples/c/exec-dvfs/exec-dvfs.c +include examples/c/exec-dvfs/exec-dvfs.tesh +include examples/c/exec-remote/exec-remote.c +include examples/c/exec-remote/exec-remote.tesh +include examples/c/exec-waitany/exec-waitany.c +include examples/c/exec-waitany/exec-waitany.tesh include examples/c/io-disk-raw/io-disk-raw.c include examples/c/io-disk-raw/io-disk-raw.tesh +include examples/c/io-file-remote/io-file-remote.c +include examples/c/io-file-remote/io-file-remote.tesh +include examples/c/io-file-remote/io-file-remote_d.xml +include examples/c/platform-failures/platform-failures.c +include examples/c/platform-failures/platform-failures.tesh +include examples/c/plugin-hostload/plugin-hostload.c +include examples/c/plugin-hostload/plugin-hostload.tesh include examples/deprecated/java/app/bittorrent/Common.java include examples/deprecated/java/app/bittorrent/Connection.java include examples/deprecated/java/app/bittorrent/Main.java @@ -198,8 +240,6 @@ include examples/deprecated/msg/dht-pastry/dht-pastry.c include examples/deprecated/msg/dht-pastry/dht-pastry.tesh include examples/deprecated/msg/dht-pastry/dht-pastry_d.xml include examples/deprecated/msg/dht-pastry/generate.py -include examples/deprecated/msg/energy-vm/energy-vm.c -include examples/deprecated/msg/energy-vm/energy-vm.tesh include examples/deprecated/msg/mc/bugged1.c include examples/deprecated/msg/mc/bugged1.tesh include examples/deprecated/msg/mc/bugged1_liveness.c @@ -233,10 +273,6 @@ include examples/deprecated/msg/network-ns3/network-ns3.c include examples/deprecated/msg/network-ns3/network-ns3.tesh include examples/deprecated/msg/network-ns3/one_cluster_d.xml include examples/deprecated/msg/network-ns3/onelink_d.xml -include examples/deprecated/msg/platform-failures/platform-failures.c -include examples/deprecated/msg/platform-failures/platform-failures.tesh -include examples/deprecated/msg/process-create/process-create.c -include examples/deprecated/msg/process-create/process-create.tesh include examples/deprecated/msg/synchro-semaphore/synchro-semaphore.c include examples/deprecated/msg/synchro-semaphore/synchro-semaphore.tesh include examples/deprecated/msg/trace-categories/trace-categories.c @@ -326,6 +362,8 @@ include examples/s4u/actor-lifetime/s4u-actor-lifetime.tesh include examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml include examples/s4u/actor-migrate/s4u-actor-migrate.cpp include examples/s4u/actor-migrate/s4u-actor-migrate.tesh +include examples/s4u/actor-stacksize/s4u-actor-stacksize.cpp +include examples/s4u/actor-stacksize/s4u-actor-stacksize.tesh include examples/s4u/actor-suspend/s4u-actor-suspend.cpp include examples/s4u/actor-suspend/s4u-actor-suspend.tesh include examples/s4u/actor-yield/s4u-actor-yield.cpp @@ -600,6 +638,11 @@ include teshsuite/java/semaphoregc/SemaphoreGC.java include teshsuite/java/semaphoregc/semaphoregc.tesh include teshsuite/java/sleephostoff/SleepHostOff.java include teshsuite/java/sleephostoff/sleephostoff.tesh +include teshsuite/kernel/context-defaults/context-defaults.cpp +include teshsuite/kernel/context-defaults/factory_boost.tesh +include teshsuite/kernel/context-defaults/factory_raw.tesh +include teshsuite/kernel/context-defaults/factory_thread.tesh +include teshsuite/kernel/context-defaults/factory_ucontext.tesh include teshsuite/mc/dwarf-expression/dwarf-expression.cpp include teshsuite/mc/dwarf-expression/dwarf-expression.tesh include teshsuite/mc/dwarf/dwarf.cpp @@ -624,62 +667,17 @@ include teshsuite/msg/app-bittorrent/connection.h include teshsuite/msg/app-bittorrent/generate.py include teshsuite/msg/app-bittorrent/tracker.c include teshsuite/msg/app-bittorrent/tracker.h -include teshsuite/msg/app-chainsend/app-chainsend.tesh -include teshsuite/msg/app-chainsend/app-chainsend_d.xml -include teshsuite/msg/app-chainsend/broadcaster.c -include teshsuite/msg/app-chainsend/broadcaster.h -include teshsuite/msg/app-chainsend/chainsend.c -include teshsuite/msg/app-chainsend/common.c -include teshsuite/msg/app-chainsend/common.h -include teshsuite/msg/app-chainsend/iterator.c -include teshsuite/msg/app-chainsend/iterator.h -include teshsuite/msg/app-chainsend/messages.c -include teshsuite/msg/app-chainsend/messages.h -include teshsuite/msg/app-chainsend/peer.c -include teshsuite/msg/app-chainsend/peer.h -include teshsuite/msg/async-wait/async-wait.c -include teshsuite/msg/async-wait/async-wait.tesh -include teshsuite/msg/async-wait/async-wait2_d.xml -include teshsuite/msg/async-wait/async-wait3_d.xml -include teshsuite/msg/async-wait/async-wait4_d.xml -include teshsuite/msg/async-wait/async-wait_d.xml -include teshsuite/msg/cloud-capping/cloud-capping.c -include teshsuite/msg/cloud-capping/cloud-capping.tesh -include teshsuite/msg/cloud-migration/cloud-migration.c -include teshsuite/msg/cloud-migration/cloud-migration.tesh include teshsuite/msg/cloud-two-tasks/cloud-two-tasks.c include teshsuite/msg/cloud-two-tasks/cloud-two-tasks.tesh -include teshsuite/msg/energy-pstate/energy-pstate.c -include teshsuite/msg/energy-pstate/energy-pstate.tesh -include teshsuite/msg/energy-ptask/energy-ptask.c -include teshsuite/msg/energy-ptask/energy-ptask.tesh include teshsuite/msg/get_sender/get_sender.c include teshsuite/msg/get_sender/get_sender.tesh -include teshsuite/msg/host_on_off/host_on_off.c -include teshsuite/msg/host_on_off/host_on_off.tesh include teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp include teshsuite/msg/host_on_off_processes/host_on_off_processes.tesh -include teshsuite/msg/host_on_off_recv/host_on_off_recv.c -include teshsuite/msg/host_on_off_recv/host_on_off_recv.tesh -include teshsuite/msg/io-file-remote/io-file-remote.c -include teshsuite/msg/io-file-remote/io-file-remote.tesh -include teshsuite/msg/io-file-remote/io-file-remote_d.xml include teshsuite/msg/io-file/io-file.c include teshsuite/msg/io-file/io-file.tesh include teshsuite/msg/platform-properties/platform-properties.c include teshsuite/msg/platform-properties/platform-properties.tesh include teshsuite/msg/platform-properties/platform-properties_d.xml -include teshsuite/msg/plugin-hostload/plugin-hostload.c -include teshsuite/msg/plugin-hostload/plugin-hostload.tesh -include teshsuite/msg/process-lifetime/baseline_d.xml -include teshsuite/msg/process-lifetime/kill_d.xml -include teshsuite/msg/process-lifetime/process-lifetime.c -include teshsuite/msg/process-lifetime/process-lifetime.tesh -include teshsuite/msg/process-lifetime/start_d.xml -include teshsuite/msg/process-lifetime/start_kill_d.xml -include teshsuite/msg/task-priority/task-priority.c -include teshsuite/msg/task-priority/task-priority.tesh -include teshsuite/msg/task-priority/task-priority_d.xml include teshsuite/msg/task_destroy_cancel/task_destroy_cancel.cpp include teshsuite/msg/task_destroy_cancel/task_destroy_cancel.tesh include teshsuite/msg/task_listen_from/task_listen_from.cpp @@ -713,12 +711,13 @@ include teshsuite/s4u/activity-lifecycle/testing_comm.cpp include teshsuite/s4u/activity-lifecycle/testing_exec.cpp include teshsuite/s4u/activity-lifecycle/testing_platform.xml include teshsuite/s4u/activity-lifecycle/testing_sleep.cpp -include teshsuite/s4u/activity-test-wait/activity-test-wait.cpp -include teshsuite/s4u/activity-test-wait/activity-test-wait.tesh +include teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp include teshsuite/s4u/actor-autorestart/actor-autorestart.cpp include teshsuite/s4u/actor-autorestart/actor-autorestart.tesh include teshsuite/s4u/actor/actor.cpp include teshsuite/s4u/actor/actor.tesh +include teshsuite/s4u/basic-link-test/basic-link-test.cpp +include teshsuite/s4u/basic-link-test/basic-link-test.tesh include teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp include teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.tesh include teshsuite/s4u/cloud-sharing/cloud-sharing.cpp @@ -726,6 +725,14 @@ include teshsuite/s4u/cloud-sharing/cloud-sharing.tesh include teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp include teshsuite/s4u/concurrent_rw/concurrent_rw.cpp include teshsuite/s4u/concurrent_rw/concurrent_rw.tesh +include teshsuite/s4u/evaluate-get-route-time/evaluate-get-route-time.cpp +include teshsuite/s4u/evaluate-parse-time/evaluate-parse-time.cpp +include teshsuite/s4u/host-on-off-recv/host-on-off-recv.cpp +include teshsuite/s4u/host-on-off-recv/host-on-off-recv.tesh +include teshsuite/s4u/host-on-off/host-on-off.cpp +include teshsuite/s4u/host-on-off/host-on-off.tesh +include teshsuite/s4u/is-router/is-router.cpp +include teshsuite/s4u/is-router/is-router.tesh include teshsuite/s4u/listen_async/listen_async.cpp include teshsuite/s4u/listen_async/listen_async.tesh include teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.cpp @@ -738,8 +745,6 @@ include teshsuite/s4u/wait-any-for/wait-any-for.cpp include teshsuite/s4u/wait-any-for/wait-any-for.tesh include teshsuite/simdag/availability/availability.c include teshsuite/simdag/availability/availability.tesh -include teshsuite/simdag/basic-link-test/basic-link-test.c -include teshsuite/simdag/basic-link-test/basic-link-test.tesh include teshsuite/simdag/basic-parsing-test/basic-parsing-test-bypass.tesh include teshsuite/simdag/basic-parsing-test/basic-parsing-test-sym-full.tesh include teshsuite/simdag/basic-parsing-test/basic-parsing-test.c @@ -774,8 +779,6 @@ include teshsuite/simdag/comp-only-par/comp-only-par.c include teshsuite/simdag/comp-only-par/comp-only-par.tesh include teshsuite/simdag/comp-only-seq/comp-only-seq.c include teshsuite/simdag/comp-only-seq/comp-only-seq.tesh -include teshsuite/simdag/evaluate-get-route-time/evaluate-get-route-time.c -include teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c include teshsuite/simdag/flatifier/bogus_disk_attachment.tesh include teshsuite/simdag/flatifier/bogus_missing_gateway.tesh include teshsuite/simdag/flatifier/bogus_two_hosts_asymetric.tesh @@ -783,8 +786,6 @@ include teshsuite/simdag/flatifier/flatifier.cpp include teshsuite/simdag/flatifier/flatifier.tesh include teshsuite/simdag/incomplete/incomplete.c include teshsuite/simdag/incomplete/incomplete.tesh -include teshsuite/simdag/is-router/is-router.cpp -include teshsuite/simdag/is-router/is-router.tesh include teshsuite/simdag/platforms/Dijkstra.xml include teshsuite/simdag/platforms/bob.trace include teshsuite/simdag/platforms/bogus_disk_attachment.xml @@ -818,11 +819,6 @@ include teshsuite/simdag/platforms/two_clusters_router_id.xml include teshsuite/simdag/platforms/two_hosts_multi_hop.xml include teshsuite/simdag/platforms/two_hosts_one_link.xml include teshsuite/simdag/platforms/two_hosts_one_link_splitduplex.xml -include teshsuite/simix/check-defaults/check-defaults.cpp -include teshsuite/simix/check-defaults/factory_boost.tesh -include teshsuite/simix/check-defaults/factory_raw.tesh -include teshsuite/simix/check-defaults/factory_thread.tesh -include teshsuite/simix/check-defaults/factory_ucontext.tesh include teshsuite/simix/generic-simcalls/generic-simcalls.cpp include teshsuite/simix/generic-simcalls/generic-simcalls.tesh include teshsuite/simix/stack-overflow/stack-overflow.cpp @@ -1943,7 +1939,6 @@ include examples/platforms/small_platform_profile.xml include examples/platforms/small_platform_with_routers.xml include examples/platforms/storage/content/small_content.txt include examples/platforms/storage/content/storage_content.txt -include examples/platforms/storage/remote_io.xml include examples/platforms/storage/storage.xml include examples/platforms/syscoord/generate_peer_platform.pl include examples/platforms/syscoord/median_harvard.syscoord @@ -1980,6 +1975,7 @@ include include/simgrid/cond.h include include/simgrid/config.h.in include include/simgrid/disk.h include include/simgrid/engine.h +include include/simgrid/exec.h include include/simgrid/forward.h include include/simgrid/host.h include include/simgrid/instr.h @@ -2675,6 +2671,7 @@ include src/xbt/xbt_str_test.cpp include src/xbt/xbt_virtu.cpp include src/xbt_modinter.h include teshsuite/java/CMakeLists.txt +include teshsuite/kernel/CMakeLists.txt include teshsuite/lua/CMakeLists.txt include teshsuite/lua/lua_platforms.tesh include teshsuite/mc/CMakeLists.txt