X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a69ed874a1a5e699e354f52f2ebc1dd60bf7c89f..2ba8549e0a8371efc09c66bad197097f88d93366:/.gitignore diff --git a/.gitignore b/.gitignore index a1774bfc3c..d8737ad23f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,12 @@ CMakeDoxygenDefaults.cmake smpitmp-* simgrid.pc __pycache__/ +bin/ +lib/ +.eggs/ +.project +.pydevproject +.vscode/ ### cmake CTestCustom.cmake @@ -34,21 +40,13 @@ src/surf/xml/simgrid_dtd.l examples/deprecated/simdag/scheduling/sd_scheduling.jed 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 -src/*_unit.cpp -src/*_unit.c ### Generated files _*.c include/simgrid/config.h include/simgrid/version.h -include/smpi/smpif.h src/internal_config.h -testprog ### Cmake files CPackConfig.cmake CPackSourceConfig.cmake @@ -62,14 +60,11 @@ DartConfiguration.tcl TAGS Testing/ Makefile -bin/ +./bin/ lib/ manpages/ build_*/ build/ -### windows borland -*.bpr -*.bpf ### Documentation docs/source/java docs/source/_ext/__pycache__/ @@ -102,12 +97,12 @@ doc/html doc/index.php doc/simgrid.tag doc/doxygen/logcategories.doc -doc/simgrid_modules.map doc/javadoc doc/example_lists/ ### Specific of project .settings/ .csettings/ +examples/deprecated/java/.classpath .anjuta .anjuta_sym_db.db simgrid.anjuta @@ -118,45 +113,44 @@ tags callgrind.out.* ### Examples and traces *.exe -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-migrate/actor-migrate-c -examples/c/actor-suspend/actor-suspend-c -examples/c/actor-yield/actor-yield-c -examples/c/app-pingpong/app-pingpong-c -examples/c/app-token-ring/app-token-ring-c -examples/c/async-waitall/async-waitall-c -examples/c/async-waitany/async-waitany-c -examples/c/energy-exec/energy-exec-c -examples/c/io-disk-raw/io-disk-raw-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 +examples/c/actor-create/c-actor-create +examples/c/actor-daemon/c-actor-daemon +examples/c/actor-exiting/c-actor-exiting +examples/c/actor-join/c-actor-join +examples/c/actor-kill/c-actor-kill +examples/c/actor-lifetime/c-actor-lifetime +examples/c/actor-migrate/c-actor-migrate +examples/c/actor-stacksize/c-actor-stacksize +examples/c/actor-suspend/c-actor-suspend +examples/c/actor-yield/c-actor-yield +examples/c/app-bittorrent/c-app-bittorrent +examples/c/app-chainsend/c-app-chainsend +examples/c/app-masterworker/c-app-masterworker +examples/c/app-pingpong/c-app-pingpong +examples/c/app-token-ring/c-app-token-ring +examples/c/cloud-capping/c-cloud-capping +examples/c/cloud-masterworker/c-cloud-masterworker +examples/c/cloud-migration/c-cloud-migration +examples/c/cloud-simple/c-cloud-simple +examples/c/dht-kademlia/c-dht-kademlia +examples/c/dht-pastry/c-dht-pastry +examples/c/energy-exec/c-energy-exec +examples/c/energy-exec-ptask/c-energy-exec-ptask +examples/c/energy-vm/c-energy-vm +examples/c/exec-async/c-exec-async +examples/c/exec-basic/c-exec-basic +examples/c/exec-dvfs/c-exec-dvfs +examples/c/exec-remote/c-exec-remote +examples/c/exec-waitany/c-exec-waitany +examples/c/io-disk-raw/c-io-disk-raw +examples/c/io-file-remote/c-io-file-remote +examples/c/io-file-system/c-io-file-system +examples/c/platform-failures/c-platform-failures +examples/c/platform-properties/c-platform-properties +examples/c/plugin-hostload/c-plugin-hostload +examples/c/synchro-semaphore/c-synchro-semaphore 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-exiting/s4u-actor-exiting @@ -164,53 +158,64 @@ 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 examples/s4u/app-pingpong/s4u-app-pingpong examples/s4u/app-token-ring/s4u-app-token-ring -examples/s4u/async-ready/s4u-async-ready -examples/s4u/async-wait/s4u-async-wait -examples/s4u/async-waitall/s4u-async-waitall -examples/s4u/async-waitany/s4u-async-waitany -examples/s4u/async-waituntil/s4u-async-waituntil examples/s4u/cloud-capping/s4u-cloud-capping examples/s4u/cloud-migration/s4u-cloud-migration examples/s4u/cloud-simple/s4u-cloud-simple +examples/s4u/comm-dependent/s4u-comm-dependent examples/s4u/dht-chord/s4u-dht-chord examples/s4u/dht-kademlia/s4u-dht-kademlia examples/s4u/energy-boot/s4u-energy-boot examples/s4u/energy-exec/s4u-energy-exec +examples/s4u/energy-exec-ptask/s4u-energy-exec-ptask examples/s4u/energy-link/s4u-energy-link examples/s4u/energy-vm/s4u-energy-vm examples/s4u/engine-filtering/s4u-engine-filtering examples/s4u/exec-async/s4u-exec-async examples/s4u/exec-basic/s4u-exec-basic +examples/s4u/exec-dependent/s4u-exec-dependent examples/s4u/exec-dvfs/s4u-exec-dvfs -examples/s4u/exec-monitor/s4u-exec-monitor examples/s4u/exec-ptask/s4u-exec-ptask examples/s4u/exec-remote/s4u-exec-remote examples/s4u/exec-waitany/s4u-exec-waitany examples/s4u/exec-waitfor/s4u-exec-waitfor examples/s4u/io-async/s4u-io-async +examples/s4u/io-dependent/s4u-io-dependent +examples/s4u/io-disk-raw/s4u-io-disk-raw 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-bugged1/s4u-mc-bugged1 +examples/s4u/mc-bugged1-liveness/s4u-mc-bugged1-liveness +examples/s4u/mc-bugged2/s4u-mc-bugged2 +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 -examples/s4u/plugin-hostload/s4u-plugin-hostload examples/s4u/replay-comm/s4u-replay-comm -examples/s4u/replay-storage/s4u-replay-storage +examples/s4u/replay-io/s4u-replay-io examples/s4u/routing-get-clusters/s4u-routing-get-clusters examples/s4u/synchro-barrier/s4u-synchro-barrier +examples/s4u/synchro-condition-variable/s4u-synchro-condition-variable examples/s4u/synchro-mutex/s4u-synchro-mutex examples/s4u/synchro-semaphore/s4u-synchro-semaphore +examples/s4u/trace-categories/s4u-trace-categories +examples/s4u/trace-host-user-variables/s4u-trace-host-user-variables +examples/s4u/trace-link-user-variables/s4u-trace-link-user-variables +examples/s4u/trace-masterworkers/s4u-trace-masterworkers examples/s4u/trace-platform/s4u-trace-platform +examples/s4u/trace-process-migration/s4u-trace-process-migration +examples/s4u/trace-route-user-variables/s4u-trace-route-user-variables examples/deprecated/simdag/dag-dotload/sd_dag-dotload examples/deprecated/simdag/daxload/sd_daxload examples/deprecated/simdag/fail/sd_fail @@ -221,7 +226,6 @@ 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/smpi_energy examples/smpi/mc/smpi_bugged1 examples/smpi/mc/smpi_bugged1_liveness @@ -242,10 +246,11 @@ examples/smpi/replay_multiple_manual_deploy/workload_mixed2 examples/smpi/replay_multiple_manual_deploy/workload_nojob examples/smpi/replay/one_trace examples/smpi/replay/smpi_replay -examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi +examples/smpi/smpi_s4u_masterworker/masterworker_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/java/semaphoregc/java-semaphoregc_compiled teshsuite/java/sleephostoff/java-sleephostoff_compiled teshsuite/mc/dwarf/dwarf @@ -253,43 +258,29 @@ 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/app-chainsend/chainsend -teshsuite/msg/async-wait/async-wait -teshsuite/msg/cloud-capping/cloud-capping -teshsuite/msg/cloud-migration/cloud-migration -teshsuite/msg/cloud-simple/cloud-simple -teshsuite/msg/cloud-two-tasks/cloud-two-tasks -teshsuite/msg/energy-pstate/energy-pstate -teshsuite/msg/energy-ptask/energy-ptask -teshsuite/msg/get_sender/get_sender -teshsuite/msg/host_on_off/host_on_off -teshsuite/msg/host_on_off_processes/host_on_off_processes -teshsuite/msg/host_on_off_recv/host_on_off_recv -teshsuite/msg/io-file/io-file -teshsuite/msg/io-file-remote/io-file-remote -teshsuite/msg/platform-properties/platform-properties -teshsuite/msg/plugin-hostload/plugin-hostload -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 -teshsuite/s4u/actor-migration/actor-migration -teshsuite/s4u/activity-lifecycle/activity-lifecycle -teshsuite/s4u/activity-test-wait/activity-test-wait +teshsuite/s4u/basic-link-test/basic-link-test teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration teshsuite/s4u/cloud-sharing/cloud-sharing +teshsuite/s4u/cloud-two-execs/cloud-two-execs 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 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-link-test/basic-link-test teshsuite/simdag/basic-parsing-test/basic-parsing-test teshsuite/simdag/basic0/basic0 teshsuite/simdag/basic1/basic1 @@ -306,12 +297,8 @@ teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3 teshsuite/simdag/comm-p2p-latency-bound/comm-p2p-latency-bound teshsuite/simdag/comp-only-par/comp-only-par teshsuite/simdag/comp-only-seq/comp-only-seq -teshsuite/simdag/evaluate-get-route-time/evaluate-get-route-time -teshsuite/simdag/evaluate-parse-time/evaluate-parse-time teshsuite/simdag/flatifier/flatifier teshsuite/simdag/incomplete/incomplete -teshsuite/simdag/is-router/is-router -teshsuite/simix/check-defaults/check-defaults teshsuite/simix/generic-simcalls/generic-simcalls teshsuite/simix/stack-overflow/stack-overflow teshsuite/smpi/bug-17132/bug-17132 @@ -327,6 +314,15 @@ teshsuite/smpi/coll-reduce/coll-reduce teshsuite/smpi/coll-reduce-scatter/coll-reduce-scatter teshsuite/smpi/coll-scatter/coll-scatter teshsuite/smpi/fort_args/fort_args +teshsuite/smpi/gh-139/gh-139 +teshsuite/smpi/io-all-at/io-all-at +teshsuite/smpi/io-all/io-all +teshsuite/smpi/io-ordered/io-ordered +teshsuite/smpi/io-shared/io-shared +teshsuite/smpi/io-shared/titi +teshsuite/smpi/io-shared/toto +teshsuite/smpi/io-simple-at/io-simple-at +teshsuite/smpi/io-simple/io-simple teshsuite/smpi/isp/umpire/abort teshsuite/smpi/isp/umpire/abort1 teshsuite/smpi/isp/umpire/abort2 @@ -935,14 +931,15 @@ teshsuite/surf/lmm_usage/lmm_usage teshsuite/surf/maxmin_bench/maxmin_bench teshsuite/surf/surf_usage/surf_usage teshsuite/surf/surf_usage2/surf_usage2 +teshsuite/surf/wifi_usage/wifi_usage teshsuite/xbt/cmdline/cmdline teshsuite/xbt/log_large/log_large teshsuite/xbt/log_usage/log_usage -teshsuite/xbt/mallocator/mallocator teshsuite/xbt/mmalloc/mmalloc_test teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest teshsuite/xbt/parmap_bench/parmap_bench teshsuite/xbt/parmap_test/parmap_test +teshsuite/xbt/signals/signals unit-tests ######################################### ## files touched to track the dependencies of java examples @@ -951,7 +948,6 @@ examples/deprecated/java/*/*_compiled /CMakeCache.txt simgrid.jar_finalized simgrid_full.jar -src/PageStore_unit.cpp src/bindings/java/MANIFEST.MF NATIVE/ VERSION @@ -963,3 +959,5 @@ a.out simgrid.config simgrid.creator simgrid.includes +.vscode/c_cpp_properties.json +.vscode/settings.json