X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ff90bc7103df77877d6860f1f117425afe1a516..7936ba44d09ddb52f8a0bdcef662872ce025bc2c:/.gitignore diff --git a/.gitignore b/.gitignore index 2e2b9e65e4..938024f499 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ src/*_unit.c ### Generated files _*.c include/simgrid/config.h +include/simgrid/version.h include/smpi/smpif.h src/internal_config.h testprog @@ -122,7 +123,6 @@ 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 @@ -146,6 +146,7 @@ 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 examples/s4u/actor-join/s4u-actor-join examples/s4u/actor-kill/s4u-actor-kill examples/s4u/actor-lifetime/s4u-actor-lifetime @@ -179,11 +180,15 @@ 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-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/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 @@ -196,7 +201,6 @@ examples/s4u/trace-platform/s4u-trace-platform 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 @@ -205,13 +209,12 @@ 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 examples/smpi/energy/smpi_energy examples/smpi/mc/smpi_bugged1 examples/smpi/mc/smpi_bugged1_liveness examples/smpi/mc/smpi_bugged2 examples/smpi/mc/smpi_mutual_exclusion +examples/smpi/mc/smpi_sendsend examples/smpi/NAS/dt examples/smpi/NAS/ep examples/smpi/NAS/is @@ -239,14 +242,9 @@ 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/app-pingpong/app-pingpong -teshsuite/msg/app-token-ring/app-token-ring -teshsuite/msg/async-waitall/async-waitall -teshsuite/msg/async-waitany/async-waitany teshsuite/msg/async-wait/async-wait teshsuite/msg/cloud-capping/cloud-capping teshsuite/msg/cloud-migration/cloud-migration -teshsuite/msg/cloud-sharing/cloud-sharing teshsuite/msg/cloud-simple/cloud-simple teshsuite/msg/cloud-two-tasks/cloud-two-tasks teshsuite/msg/energy-consumption/energy-consumption @@ -258,16 +256,9 @@ 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/io-raw-storage/io-raw-storage teshsuite/msg/platform-properties/platform-properties teshsuite/msg/plugin-hostload/plugin-hostload -teshsuite/msg/process-daemon/process-daemon -teshsuite/msg/process-join/process-join -teshsuite/msg/process-kill/process-kill teshsuite/msg/process-lifetime/process-lifetime -teshsuite/msg/process-migration/process-migration -teshsuite/msg/process-suspend/process-suspend -teshsuite/msg/process-yield/process-yield teshsuite/msg/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from teshsuite/msg/task-priority/task-priority @@ -939,14 +930,11 @@ 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 -testall -unit-mc-pagestore -unit-mc-snapshot -unit-tmgr +unit-tests ######################################### ## files touched to track the dependencies of java examples -examples/java/*/*/*_compiled -examples/java/*/*_compiled +examples/deprecated/java/*/*/*_compiled +examples/deprecated/java/*/*_compiled /CMakeCache.txt simgrid.jar_finalized simgrid_full.jar @@ -959,3 +947,6 @@ include/smpi/mpi.mod src/smpi/mpif.f90 src/smpi/mpif.f90.generated a.out +simgrid.config +simgrid.creator +simgrid.includes