X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3080c6b0d097d6b3b7d5b3dda0592154ce438f64..021561ce64cbdf64f2fadb1cf0d16b0cd1307963:/.gitignore diff --git a/.gitignore b/.gitignore index af8a049fb4..e668f32986 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ *.class \#* +### cmake +CTestCustom.cmake + ### Maintainer mode src/simdag/dax_dtd.l src/surf/simgrid_dtd.l @@ -71,6 +74,21 @@ buildtools/Cmake/test_prog/prog_va_copy.c *.bpr *.bpf ### Documentation +doc/allclasses-frame.html +doc/allclasses-noframe.html +doc/constant-values.html +doc/deprecated-list.html +doc/help-doc.html +doc/index-all.html +doc/index.html +doc/org/ +doc/overview-frame.html +doc/overview-summary.html +doc/overview-tree.html +doc/package-list +doc/resources/ +doc/serialized-form.html +doc/stylesheet.css doc/all_bib.html doc/logcategories.sh doc/realtoc.sh @@ -113,6 +131,7 @@ examples/msg/toto.txt examples/msg/z_gtnets.trace examples/msg/gpu/test_MSG_gpu_task_create examples/msg/cloud/bound +examples/msg/cloud/master_worker_vm examples/msg/cloud/migrate_vm examples/msg/cloud/multicore examples/msg/cloud/scale @@ -133,6 +152,7 @@ examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/io/file examples/msg/io/file_unlink +examples/msg/io/remote examples/msg/io/storage examples/msg/mc/bugged3 examples/msg/mc/test/snapshot_comparison1 @@ -236,7 +256,6 @@ teshsuite/smpi/bcast/bcast_coll teshsuite/smpi/compute/compute2 teshsuite/smpi/compute/compute3 teshsuite/smpi/pingpong/dsend -teshsuite/smpi/pingpong/tmpkkndqe teshsuite/smpi/reduce/reduce_coll teshsuite/smpi/reduce/reduce_scatter_coll teshsuite/smpi/allgather/allgather_coll @@ -713,8 +732,48 @@ teshsuite/smpi/mpich3-test/topo/cartcreates teshsuite/smpi/mpich3-test/topo/cartshift1 teshsuite/smpi/mpich3-test/topo/cartsuball teshsuite/smpi/mpich3-test/topo/cartzero +teshsuite/smpi/mpich3-test/rma/accfence1 +teshsuite/smpi/mpich3-test/rma/accfence2 +teshsuite/smpi/mpich3-test/rma/accfence2_am +teshsuite/smpi/mpich3-test/rma/allocmem +teshsuite/smpi/mpich3-test/rma/epochtest +teshsuite/smpi/mpich3-test/rma/getfence1 +teshsuite/smpi/mpich3-test/rma/putfence1 +teshsuite/smpi/mpich3-test/rma/putfidx +teshsuite/smpi/mpich3-test/rma/test1 +teshsuite/smpi/mpich3-test/rma/test1_am +teshsuite/smpi/mpich3-test/rma/test1_dt +teshsuite/smpi/mpich3-test/rma/test5 +teshsuite/smpi/mpich3-test/rma/test5_am +teshsuite/smpi/mpich3-test/rma/transpose1 +teshsuite/smpi/mpich3-test/rma/transpose2 +teshsuite/smpi/mpich3-test/rma/transpose6 +teshsuite/smpi/mpich3-test/rma/transpose7 +teshsuite/smpi/mpich3-test/rma/window_creation +teshsuite/smpi/struct_test +teshsuite/smpi/vector_test +teshsuite/smpi/allgather_coll +teshsuite/smpi/allgatherv_coll +teshsuite/smpi/allreduce_coll +teshsuite/smpi/alltoall2 +teshsuite/smpi/alltoall_basic +teshsuite/smpi/alltoall_coll +teshsuite/smpi/alltoallv_coll +teshsuite/smpi/barrier_coll +teshsuite/smpi/gather_coll +teshsuite/smpi/hvector_test +teshsuite/smpi/indexed_test +examples/smpi/mc/mutual_exclusion +examples/smpi/mc/non_deterministic +examples/smpi/mc/send_deterministic +examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi +teshsuite/xbt/log_large_test +teshsuite/xbt/mallocator/mallocator +teshsuite/xbt/mmalloc/mmalloc_test +teshsuite/xbt/parallel_log_crashtest teshsuite/msg/storage/concurrent_rw teshsuite/msg/host_on_off/host_on_off +teshsuite/msg/host_on_off_processes/host_on_off_processes teshsuite/msg/process/process teshsuite/msg/process_join/process_join teshsuite/msg/storage/storage_basic @@ -797,5 +856,6 @@ examples/java/startKillTime/java_startKillTime_compiled examples/java/suspend/java_suspend_compiled examples/java/tracing/java_tracing_compiled examples/java/reservationSurfPlugin/java_reservation_surf_plugin_compiled +examples/java/surfCpuModel/java_surf_cpu_model_compiled examples/java/surfPlugin/java_surf_plugin_compiled /CMakeCache.txt