X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63f251b15ed10b5ae1b35b03908775acc7c713ad..bc3559aa4a4b4f96ade9a63b422f159cad0c94af:/.gitignore diff --git a/.gitignore b/.gitignore index 2d26f0f131..3c0317e05a 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ lib/ manpages/ build_dir/ build/ +buildtools/Cmake/memcheck_tests.cmake buildtools/Cmake/test_prog/prog_va_copy.c @@ -98,6 +99,8 @@ doc/user_guide/html doc/user_guide/latex doc/ref_guide/html doc/ref_guide/latex +doc/dev_guide/html +doc/dev_guide/latex doc/index.php doc/simgrid.tag doc/publis_core.bib @@ -109,17 +112,22 @@ doc/publis_intra.bib doc/publis_intra_bib.html doc/ref_guide/doxygen/RefGuideDoxyfile doc/user_guide/doxygen/UserGuideDoxyfile +doc/dev_guide/doxygen/DevGuideDoxyfile doc/ref_guide/doxygen/logcategories.doc doc/user_guide/doxygen/logcategories.doc +doc/dev_guide/doxygen/logcategories.doc doc/ref_guide/doxygen/simgrid_modules.map doc/user_guide/doxygen/simgrid_modules.map +doc/dev_guide/doxygen/simgrid_modules.map doc/index-API.doc doc/ref_guide/doxygen/index-API.doc doc/user_guide/doxygen/index-API.doc +doc/dev_guide/doxygen/index-API.doc doc/simgrid_modules.map doc/logcategories.doc doc/shared/doxygen/simgridrefguide.tag doc/shared/doxygen/simgriduserguide.tag +doc/shared/doxygen/simgriddevguide.tag ################################################ ### Specific of project @@ -168,6 +176,12 @@ examples/msg/mc/bugged1_for_liveness examples/msg/mc/bugged1_while_liveness examples/msg/mc/centralized_liveness_deadlock examples/msg/mc/test/test_heap_comparison +examples/msg/mc/chord_liveness +examples/msg/mc/test/snapshot_comparison_liveness1 +examples/msg/mc/test/snapshot_comparison_liveness2 +examples/msg/mc/test/snapshot_comparison_liveness3 +examples/msg/mc/test/snapshot_comparison_liveness4 +examples/msg/mc/test/snapshot_comparison_liveness5 examples/msg/chord/chord examples/msg/chord/chord_stateful examples/msg/chord/deployments @@ -263,32 +277,14 @@ examples/msg/parallel_contexts/pcontexts2 examples/msg/pmm/msg_pmm examples/smpi/toto.txt examples/smpi/MM/MM_mpi -examples/smpi/hvector_test -examples/smpi/indexed_test examples/smpi/smpi_replay -examples/smpi/struct_test -examples/smpi/vector_test examples/smpi/replay -examples/smpi/reduce -examples/smpi/bcast examples/smpi/bcbench -examples/smpi/compute -examples/smpi/compute2 -examples/smpi/compute3 examples/smpi/first examples/smpi/mvmul examples/smpi/ring_c examples/smpi/second -examples/smpi/split -examples/smpi/allreduce -examples/smpi/pingpong -examples/smpi/scatter -examples/smpi/alltoall2 -examples/smpi/alltoall_basic -examples/smpi/alltoallv examples/smpi/sendrecv -examples/smpi/smpi_sendrecv -examples/smpi/dsend examples/smpi/mc_bugged1 examples/smpi/mc_bugged2 examples/smpi/smpi_traced_simple @@ -301,6 +297,25 @@ examples/msg/mc/centralized_liveness src/replay/replay src/testall +teshsuite/smpi/allreduce +teshsuite/smpi/alltoall2 +teshsuite/smpi/alltoall_basic +teshsuite/smpi/alltoallv +teshsuite/smpi/bcast +teshsuite/smpi/compute +teshsuite/smpi/compute2 +teshsuite/smpi/compute3 +teshsuite/smpi/dsend +teshsuite/smpi/hvector_test +teshsuite/smpi/indexed_test +teshsuite/smpi/pingpong +teshsuite/smpi/reduce +teshsuite/smpi/scatter +teshsuite/smpi/smpi_sendrecv +teshsuite/smpi/split +teshsuite/smpi/struct_test +teshsuite/smpi/ttest01 +teshsuite/smpi/vector_test teshsuite/gras/datadesc/datadesc_usage teshsuite/gras/empty_main/empty_main_function teshsuite/gras/msg_handle/msg_handle_client