X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cbd8dae6d524fc62b0fb5fcf7b2604e98f953615..ebc355d0c96552d0bc2aa301d90723490337bca3:/.gitignore diff --git a/.gitignore b/.gitignore index a3295e5f05..59e3d9a515 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,14 @@ *.class .cproject # Eclipse cruft CMakeLists.txt.user +CMakeDoxyfile.in +CMakeDoxygenDefaults.cmake \#* .attach_pid* .cproject smpitmp-* +simgrid.pc +__pycache__/ ### cmake CTestCustom.cmake @@ -27,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 @@ -44,6 +47,7 @@ _*.c include/simgrid/config.h include/smpi/smpif.h src/internal_config.h +src/simgrid/version.h testprog ### Cmake files CPackConfig.cmake @@ -114,44 +118,38 @@ tags callgrind.out.* ### Examples and traces *.exe -doc/tuto-msg/masterworker -doc/tuto-msg/masterworker-sol1 -doc/tuto-msg/masterworker-sol2 -doc/tuto-msg/masterworker-sol3 -doc/tuto-msg/masterworker-sol4 -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/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 examples/s4u/actor-kill/s4u-actor-kill examples/s4u/actor-lifetime/s4u-actor-lifetime -examples/s4u/actor-migration/s4u-actor-migration +examples/s4u/actor-migrate/s4u-actor-migrate examples/s4u/actor-suspend/s4u-actor-suspend examples/s4u/actor-yield/s4u-actor-yield examples/s4u/app-bittorrent/s4u-bittorrent @@ -185,6 +183,7 @@ 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-properties/s4u-platform-properties examples/s4u/plugin-hostload/s4u-plugin-hostload @@ -195,17 +194,16 @@ 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/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 @@ -280,6 +278,7 @@ teshsuite/s4u/actor-autorestart/actor-autorestart teshsuite/s4u/actor-migration/actor-migration teshsuite/s4u/activity-lifecycle/activity-lifecycle teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration +teshsuite/s4u/cloud-sharing/cloud-sharing teshsuite/s4u/comm-pt2pt/comm-pt2pt teshsuite/s4u/concurrent_rw/concurrent_rw teshsuite/s4u/listen_async/listen_async @@ -940,13 +939,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/deprecated/java/*/*/*_compiled +examples/deprecated/java/*/*_compiled /CMakeCache.txt simgrid.jar_finalized simgrid_full.jar @@ -959,3 +956,6 @@ include/smpi/mpi.mod src/smpi/mpif.f90 src/smpi/mpif.f90.generated a.out +simgrid.config +simgrid.creator +simgrid.includes