X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7110c7736db4eb2915ae124d4e4d7e32ac016b95..3b3e92fbc72acf2fd0779415f9b75ec3cb99da90:/.gitignore diff --git a/.gitignore b/.gitignore index b1275309bc..7004580027 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.trace *.class .cproject # Eclipse cruft +CMakeLists.txt.user \#* .attach_pid* smpitmp-* @@ -116,34 +117,18 @@ tags callgrind.out.* ### Examples and traces *.exe -doc/msg-tuto-src/masterworker0 -doc/msg-tuto-src/masterworker1 -doc/msg-tuto-src/masterworker2 -doc/msg-tuto-src/masterworker3 -doc/msg-tuto-src/masterworker4 -examples/msg/app-chainsend/chainsend -examples/msg/cloud-capping/cloud-capping +doc/tuto-msg/masterworker +doc/tuto-msg/masterworker-sol1 +doc/tuto-msg/masterworker2 +doc/tuto-msg/masterworker3 +doc/tuto-msg/masterworker4 examples/msg/cloud-masterworker/cloud-masterworker -examples/msg/cloud-migration/cloud-migration -examples/msg/cloud-multicore/cloud-multicore -examples/msg/cloud-simple/cloud-simple -examples/msg/cloud-two-tasks/cloud-two-tasks -examples/msg/dht-chord/dht-chord examples/msg/dht-kademlia/dht-kademlia examples/msg/dht-pastry/dht-pastry -examples/msg/energy-consumption/energy-consumption examples/msg/energy-onoff/energy-onoff -examples/msg/energy-pstate/energy-pstate examples/msg/energy-vm/energy-vm -examples/msg/io-file-unlink/io-file-unlink -examples/msg/io-remote/io-remote -examples/msg/io-storage/io-storage examples/msg/platform-failures/platform-failures -examples/msg/plugin-hostload/plugin-hostload examples/msg/process-create/process-create -examples/msg/process-kill/process-kill -examples/msg/process-join/process-join -examples/msg/process-startkilltime/process-startkilltime examples/msg/app-masterworker/app-masterworker examples/msg/mc/bugged1 examples/msg/mc/bugged1_liveness @@ -162,25 +147,18 @@ examples/msg/mc/test/snapshot_comparison4 examples/msg/mc/test/snapshot_comparison5 examples/msg/ms.trace examples/msg/network-ns3/network-ns3 -examples/msg/task-priority/task-priority examples/msg/procmig.trace -examples/msg/platform-properties/platform-properties examples/msg/synchro-semaphore/synchro-semaphore -examples/msg/app-pingpong/app-pingpong examples/msg/maestro-set/maestro-set examples/msg/simulation.trace -examples/msg/app-token-ring/app-token-ring examples/msg/trace-categories/trace-categories examples/msg/trace-route-user-variables/trace-route-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-platform/trace-platform examples/msg/trace-host-user-variables/trace-host-user-variables examples/msg/*.pcap examples/msg/*.tr -examples/s4u/actions-comm/s4u-actions-comm -examples/s4u/actions-storage/s4u-actions-storage examples/s4u/actor-create/s4u-actor-create examples/s4u/actor-daemon/s4u-actor-daemon examples/s4u/actor-join/s4u-actor-join @@ -190,29 +168,37 @@ examples/s4u/actor-migration/s4u-actor-migration examples/s4u/actor-suspend/s4u-actor-suspend examples/s4u/actor-yield/s4u-actor-yield examples/s4u/app-bittorrent/s4u-bittorrent +examples/s4u/app-chainsend/s4u-app-chainsend examples/s4u/app-masterworker/s4u-app-masterworker examples/s4u/app-pingpong/s4u-app-pingpong examples/s4u/app-token-ring/s4u-app-token-ring examples/s4u/async-wait/s4u-async-wait examples/s4u/async-waitall/s4u-async-waitall examples/s4u/async-waitany/s4u-async-waitany -examples/s4u/basic/s4u-basic -examples/s4u/basic/s4u-basic_deployment -examples/s4u/basic/s4u-basic_function -examples/s4u/cloud-progress-monitor/s4u-cloud-progress-monitor +examples/s4u/cloud-capping/s4u-cloud-capping +examples/s4u/cloud-migration/s4u-cloud-migration +examples/s4u/cloud-simple/s4u-cloud-simple 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-link/s4u-energy-link -examples/s4u/energy-ptask/s4u-energy-ptask -examples/s4u/energy-pstate/s4u-energy-pstate examples/s4u/energy-vm/s4u-energy-vm examples/s4u/exec-async/s4u-exec-async examples/s4u/exec-basic/s4u-exec-basic +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/io-file-system/s4u-io-file-system examples/s4u/io-file-remote/s4u-io-file-remote examples/s4u/io-storage-raw/s4u-io-storage-raw examples/s4u/mutex/s4u-mutex 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/trace-platform/s4u-trace-platform examples/simdag/daxload/sd_daxload examples/simdag/dag-dotload/sd_dag-dotload examples/simdag/ptg-dotload/sd_ptg-dotload @@ -262,12 +248,21 @@ teshsuite/mc/mutex-handling/mutex-handling teshsuite/mc/mutex-handling/without-mutex-handling teshsuite/msg/actions-comm/actions-comm teshsuite/msg/actions-storage/actions-storage +teshsuite/msg/app-chainsend/chainsend teshsuite/msg/app-bittorrent/bittorrent +teshsuite/msg/app-pingpong/app-pingpong +teshsuite/msg/app-token-ring/app-token-ring teshsuite/msg/async-wait/async-wait teshsuite/msg/async-waitall/async-waitall teshsuite/msg/async-waitany/async-waitany +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/concurrent_rw/concurrent_rw +teshsuite/msg/dht-chord/dht-chord +teshsuite/msg/energy-consumption/energy-consumption teshsuite/msg/energy-pstate/energy-pstate teshsuite/msg/energy-ptask/energy-ptask teshsuite/msg/get_sender/get_sender @@ -280,17 +275,20 @@ teshsuite/msg/io-file-remote/io-file-remote teshsuite/msg/io-raw-storage/io-raw-storage teshsuite/msg/pid/pid teshsuite/msg/platform-properties/platform-properties +teshsuite/msg/plugin-hostload/plugin-hostload teshsuite/msg/process/process teshsuite/msg/process-daemon/process-daemon teshsuite/msg/process-kill/process-kill +teshsuite/msg/process-join/process-join 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/storage_client_server/storage_client_server -teshsuite/msg/task_progress/task_progress teshsuite/msg/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from +teshsuite/msg/task_progress/task_progress +teshsuite/msg/task-priority/task-priority teshsuite/msg/trace_integration/trace_integration teshsuite/simdag/availability/availability teshsuite/simdag/basic-link-test/basic-link-test @@ -872,6 +870,7 @@ teshsuite/smpi/mpich3-test/rma/put_base teshsuite/smpi/mpich3-test/rma/put_bottom teshsuite/smpi/mpich3-test/rma/racc_local_comp teshsuite/smpi/mpich3-test/rma/req_example +teshsuite/smpi/mpich3-test/rma/rget-testall teshsuite/smpi/mpich3-test/rma/rma-contig teshsuite/smpi/mpich3-test/rma/rmanull teshsuite/smpi/mpich3-test/rma/rmazero @@ -939,6 +938,7 @@ teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communica teshsuite/smpi/type-struct/type-struct teshsuite/smpi/type-vector/type-vector teshsuite/s4u/actor/actor +teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration teshsuite/s4u/comm-pt2pt/comm-pt2pt teshsuite/s4u/comm-waitany/comm-waitany teshsuite/s4u/concurrent_rw/concurrent_rw @@ -980,6 +980,5 @@ src/PageStore_unit.cpp src/bindings/java/MANIFEST.MF NATIVE/ VERSION -examples/msg/exception/exception include/smpi/mpif.h a.out