X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1badbf72fd0f9621a0f1b295cf64457014f738ae..ac310f1dd295d6b7281674e9dcb1fce7851a8fcf:/.gitignore diff --git a/.gitignore b/.gitignore index b9227b0b2a..4eb661df30 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,21 @@ *.log *_simulator *.mk +*.swp +*.patch +*.plist +*.trace ################################################ -### Simgrid java -*.class -simgrid.jar -src/simgrid.jar +### Maintainer mode +src/simdag/dax_dtd.l +src/surf/simgrid_dtd.l +src/xbt/graphxml.l + +################################################ +### Jedule +examples/simdag/scheduling/simgrid.jed +teshsuite/simdag/platforms/simgrid.jed ################################################ ### Libraries links @@ -34,12 +43,13 @@ src/supernovae_*.c ### Generated files _*.c include/simgrid_config.h +include/xbt/version.h include/instr/tracing_config.h +include/smpi/smpif.h src/context_sysv_config.h src/gras_config.h src/smpi/smpicc src/smpi/smpirun -doc/footer.html simgrid-*.tar.gz ################################################ @@ -55,10 +65,14 @@ _CPack_Packages/ CMakeFiles CMakeCache.txt DartConfiguration.tcl +simgrid.nsi Testing/ Makefile bin/ lib/ +manpages/ +build_dir/ +build/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -71,6 +85,20 @@ buildtools/Cmake/test_prog/prog_va_copy.c ### Documentation doc/all_bib.html doc/logcategories.sh +doc/realtoc.sh +doc/tmp.realtoc +doc/using_bib.html +doc/Doxyfile +doc/footer.html +*.doc.toc +doc/latex/ +doc/html +doc/user_guide/html +doc/user_guide/latex +doc/ref_guide/html +doc/ref_guide/latex +doc/index.php +doc/simgrid.tag doc/publis_core.bib doc/publis_core_bib.html doc/publis_count.html @@ -78,10 +106,19 @@ doc/publis_extern.bib doc/publis_extern_bib.html doc/publis_intra.bib doc/publis_intra_bib.html -doc/realtoc.sh -doc/tmp.realtoc -doc/using_bib.html -doc/Doxyfile +doc/ref_guide/doxygen/RefGuideDoxyfile +doc/user_guide/doxygen/UserGuideDoxyfile +doc/ref_guide/doxygen/logcategories.doc +doc/user_guide/doxygen/logcategories.doc +doc/ref_guide/doxygen/simgrid_modules.map +doc/user_guide/doxygen/simgrid_modules.map +doc/index-API.doc +doc/ref_guide/doxygen/index-API.doc +doc/user_guide/doxygen/index-API.doc +doc/simgrid_modules.map +doc/logcategories.doc +doc/shared/doxygen/simgridrefguide.tag +doc/shared/doxygen/simgriduserguide.tag ################################################ ### Specific of project @@ -94,6 +131,8 @@ simgrid.anjuta .externalToolBuilders/ Debug/ .emacs.desktop +tags +callgrind.out.* ################################################ ### Examples and traces @@ -110,11 +149,22 @@ examples/msg/masterslave/toto.txt examples/msg/simulation.trace examples/msg/toto.txt examples/msg/z_gtnets.trace +examples/msg/cloud/masterslave_virtual_machines +examples/msg/tracing/link_srcdst_user_variables +examples/msg/tracing/link_user_variables +examples/msg/tracing/simple +examples/msg/tracing/trace_platform +examples/msg/tracing/user_variables examples/msg/tracing/procmig examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/mc/bugged3 examples/msg/mc/random_test +examples/msg/chord/chord +examples/msg/chord/chord_stateful +examples/msg/chord/deployments +examples/msg/chord/exp_* +examples/msg/token_ring/token_ring examples/simdag/ex_sd_seq_access examples/simdag/sd_seq_access examples/msg/icomms/peer @@ -132,6 +182,7 @@ examples/simdag/scheduling/Montage_25.jed examples/msg/irc_isend/peer examples/msg/irc_isend/toto.txt examples/simdag/dot/dot_test +examples/simdag/dot/dot_test2 examples/smpi/toto.txt examples/java/*/classnoinst.stamp examples/amok/bandwidth/bandwidth_maestro @@ -169,6 +220,8 @@ examples/msg/masterslave/masterslave_bypass examples/msg/masterslave/masterslave_failure examples/msg/masterslave/masterslave_forwarder examples/msg/masterslave/masterslave_mailbox +examples/msg/masterslave/masterslave_kill +examples/msg/masterslave/masterslave_arg examples/msg/migration/migration examples/msg/parallel_task/parallel_task examples/msg/parallel_task/test_ptask @@ -180,6 +233,9 @@ examples/msg/trace/test_trace_integration examples/msg/mc/centralized examples/msg/mc/bugged2 examples/msg/mc/bugged1 +examples/msg/parallel_contexts/pcontexts +examples/msg/parallel_contexts/pcontexts2 +examples/msg/pmm/msg_pmm examples/simdag/ex_sd_test examples/simdag/ex_sd_test2 examples/simdag/metaxml/sd_meta @@ -187,6 +243,7 @@ examples/simdag/properties/sd_prop examples/simdag/sd_test examples/simdag/sd_test2 examples/simdag/dax/dax_test +examples/simdag/goal/goal_test examples/simdag/scheduling/minmin_test examples/smpi/reduce examples/smpi/bcast @@ -207,6 +264,18 @@ 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 + +examples/msg/mc/bugged1_liveness +examples/msg/mc/bugged1_stateful +examples/msg/mc/bugged2_liveness +examples/msg/mc/bugged2_stateful +examples/msg/mc/centralized_liveness + +src/replay/replay src/testall teshsuite/gras/datadesc/datadesc_usage teshsuite/gras/empty_main/empty_main_function @@ -215,7 +284,10 @@ teshsuite/gras/msg_handle/msg_handle_server teshsuite/gras/small_sleep/log.txt teshsuite/gras/small_sleep/small_sleep_function teshsuite/gras/modelcheck/modelcheck_checker +teshsuite/gras/numerous_rpc/numerous_rpc_client +teshsuite/gras/numerous_rpc/numerous_rpc_server teshsuite/msg/get_sender +teshsuite/msg/trace/test_trace_integration teshsuite/simdag/basic0 teshsuite/simdag/basic1 teshsuite/simdag/basic2 @@ -233,10 +305,14 @@ teshsuite/simdag/network/p2p/test_latency_bound teshsuite/simdag/network/test_reinit_costs teshsuite/simdag/platforms/basic_parsing_test teshsuite/simdag/platforms/flatifier +teshsuite/simdag/platforms/basic_tracing +teshsuite/simdag/platforms/evaluate_get_route_time +teshsuite/simdag/platforms/evaluate_parse_time teshsuite/simdag/partask/test_comp_only_par teshsuite/simdag/partask/test_comp_only_seq teshsuite/xbt/log_large_test teshsuite/xbt/parallel_log_crashtest +testsuite/xbt/parmap_bench testsuite/run_tests testsuite/simdag/sd_test testsuite/surf/lmm_usage @@ -266,3 +342,29 @@ test_rl test_sg examples/smpi/smpi_traced.trace examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator + +#########################################"" +## tutorial files +doc/gtut-files/01-bones_client +doc/gtut-files/01-bones_server +doc/gtut-files/02-simple_client +doc/gtut-files/02-simple_server +doc/gtut-files/03-args_client +doc/gtut-files/03-args_server +doc/gtut-files/04-callback_client +doc/gtut-files/04-callback_server +doc/gtut-files/05-globals_client +doc/gtut-files/05-globals_server +doc/gtut-files/06-logs_client +doc/gtut-files/06-logs_server +doc/gtut-files/07-timers_client +doc/gtut-files/07-timers_server +doc/gtut-files/08-exceptions_client +doc/gtut-files/08-exceptions_server +doc/gtut-files/09-simpledata_client +doc/gtut-files/09-simpledata_server +doc/gtut-files/10-rpc_client +doc/gtut-files/10-rpc_server +doc/gtut-files/11-explicitwait_client +doc/gtut-files/11-explicitwait_server