X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e08142f6b96c100165667fe1b647a28b6357b5ed..54f79f7d0c219b8c015e418a59e1fdad0b7093d2:/.gitignore diff --git a/.gitignore b/.gitignore index d111acd02d..1e6a259d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ teshsuite/simdag/platforms/simgrid.jed ### Libraries links examples/lua/simgrid.so examples/lua/console/simgrid.so -SimGrid-*.tar.gz +[Ss]im[Gg]rid-*.tar.gz simgrid.jar ### Unit files src/simgrid_units_main.c @@ -122,28 +122,41 @@ examples/c/actor-daemon/actor-daemon-c examples/c/actor-exiting/actor-exiting-c examples/c/actor-join/actor-join-c examples/c/actor-kill/actor-kill-c +examples/c/actor-lifetime/actor-lifetime-c examples/c/actor-migrate/actor-migrate-c +examples/c/actor-stacksize/actor-stacksize-c examples/c/actor-suspend/actor-suspend-c examples/c/actor-yield/actor-yield-c +examples/c/app-bittorrent/app-bittorrent-c examples/c/app-chainsend/app-chainsend-c +examples/c/app-masterworker/app-masterworker-c examples/c/app-pingpong/app-pingpong-c examples/c/app-token-ring/app-token-ring-c +examples/c/async-wait/async-wait-c examples/c/async-waitall/async-waitall-c examples/c/async-waitany/async-waitany-c examples/c/cloud-capping/cloud-capping-c +examples/c/cloud-masterworker/cloud-masterworker-c examples/c/cloud-migration/cloud-migration-c examples/c/cloud-simple/cloud-simple-c +examples/c/dht-kademlia/dht-kademlia-c examples/c/energy-exec/energy-exec-c +examples/c/energy-exec-ptask/energy-exec-ptask-c examples/c/energy-vm/energy-vm-c +examples/c/exec-basic/exec-basic-c examples/c/exec-dvfs/exec-dvfs-c +examples/c/exec-remote/exec-remote-c +examples/c/exec-async/exec-async-c +examples/c/exec-waitany/exec-waitany-c examples/c/io-disk-raw/io-disk-raw-c examples/c/io-file-remote/io-file-remote-c +examples/c/platform-failures/platform-failures-c +examples/c/platform-properties/platform-properties-c examples/c/plugin-hostload/plugin-hostload-c 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/mc/bugged1 examples/deprecated/msg/mc/bugged1_liveness examples/deprecated/msg/mc/bugged2 @@ -151,11 +164,6 @@ 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 @@ -172,9 +180,10 @@ examples/s4u/actor-join/s4u-actor-join examples/s4u/actor-kill/s4u-actor-kill examples/s4u/actor-lifetime/s4u-actor-lifetime examples/s4u/actor-migrate/s4u-actor-migrate +examples/s4u/actor-stacksize/s4u-actor-stacksize examples/s4u/actor-suspend/s4u-actor-suspend examples/s4u/actor-yield/s4u-actor-yield -examples/s4u/app-bittorrent/s4u-bittorrent +examples/s4u/app-bittorrent/s4u-app-bittorrent examples/s4u/app-chainsend/s4u-app-chainsend examples/s4u/app-masterworkers/s4u-app-masterworkers-class examples/s4u/app-masterworkers/s4u-app-masterworkers-fun @@ -213,6 +222,9 @@ examples/s4u/io-file-remote/s4u-io-file-remote examples/s4u/io-file-system/s4u-io-file-system examples/s4u/io-storage-raw/s4u-io-storage-raw examples/s4u/maestro-set/s4u-maestro-set +examples/s4u/mc-electric-fence/s4u-mc-electric-fence +examples/s4u/mc-failing-assert/s4u-mc-failing-assert +examples/s4u/network-ns3/s4u-network-ns3 examples/s4u/platform-failures/s4u-platform-failures examples/s4u/platform-profile/s4u-platform-profile examples/s4u/platform-properties/s4u-platform-properties @@ -261,6 +273,8 @@ examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi examples/smpi/trace_call_location/smpi_trace_call_location examples/smpi/trace_simple/smpi_trace_simple examples/smpi/trace/smpi_trace +teshsuite/kernel/context-defaults/context-defaults +teshsuite/kernel/context-stacksize/context-stacksize teshsuite/java/semaphoregc/java-semaphoregc_compiled teshsuite/java/sleephostoff/java-sleephostoff_compiled teshsuite/mc/dwarf/dwarf @@ -268,20 +282,11 @@ teshsuite/mc/dwarf-expression/dwarf-expression teshsuite/mc/mutex-handling/mutex-handling teshsuite/mc/mutex-handling/without-mutex-handling teshsuite/mc/random-bug/random-bug -teshsuite/msg/app-bittorrent/bittorrent -teshsuite/msg/async-wait/async-wait teshsuite/msg/cloud-two-tasks/cloud-two-tasks -teshsuite/msg/energy-ptask/energy-ptask teshsuite/msg/get_sender/get_sender -teshsuite/msg/host_on_off_processes/host_on_off_processes teshsuite/msg/io-file/io-file -teshsuite/msg/platform-properties/platform-properties -teshsuite/msg/process-lifetime/process-lifetime teshsuite/msg/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from -teshsuite/msg/task-priority/task-priority -teshsuite/msg/task_progress/task_progress -teshsuite/msg/trace_integration/trace_integration teshsuite/s4u/activity-lifecycle/activity-lifecycle teshsuite/s4u/actor/actor teshsuite/s4u/actor-autorestart/actor-autorestart @@ -293,6 +298,7 @@ teshsuite/s4u/comm-pt2pt/comm-pt2pt teshsuite/s4u/concurrent_rw/concurrent_rw teshsuite/s4u/evaluate-get-route-time/evaluate-get-route-time teshsuite/s4u/evaluate-parse-time/evaluate-parse-time +teshsuite/s4u/host-on-off-actors/host-on-off-actors teshsuite/s4u/host-on-off-recv/host-on-off-recv teshsuite/s4u/host-on-off/host-on-off teshsuite/s4u/is-router/is-router @@ -300,6 +306,7 @@ teshsuite/s4u/listen_async/listen_async teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv teshsuite/s4u/pid/pid teshsuite/s4u/storage_client_server/storage_client_server +teshsuite/s4u/trace-integration/trace-integration teshsuite/s4u/wait-any-for/wait-any-for teshsuite/simdag/availability/availability teshsuite/simdag/basic-parsing-test/basic-parsing-test @@ -320,7 +327,6 @@ teshsuite/simdag/comp-only-par/comp-only-par teshsuite/simdag/comp-only-seq/comp-only-seq teshsuite/simdag/flatifier/flatifier teshsuite/simdag/incomplete/incomplete -teshsuite/simix/check-defaults/check-defaults teshsuite/simix/generic-simcalls/generic-simcalls teshsuite/simix/stack-overflow/stack-overflow teshsuite/smpi/bug-17132/bug-17132