X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9494b47b7e9ea3972a94cd6e7103b64ef6a8772..417742f1c7f6545db82079acd702fde03547d400:/.gitignore diff --git a/.gitignore b/.gitignore index 626c4c4f40..00b7c7d041 100644 --- a/.gitignore +++ b/.gitignore @@ -23,16 +23,12 @@ CTestResults.xml ### Maintainer mode src/simdag/dax_dtd.l -src/surf/simgrid_dtd.l -src/xbt/graphxml.l +src/surf/xml/simgrid_dtd.l ### Jedule -examples/simdag/scheduling/simgrid.jed +examples/simdag/scheduling/sd_scheduling.jed teshsuite/simdag/platforms/simgrid.jed ### Libraries links -src/bindings/ruby/simgrid.so -examples/ruby/simgrid.so examples/lua/simgrid.so -src/bindings/ruby/libsimgrid.so examples/msg/masterslave/simgrid.so examples/simdag/simgrid.so examples/lua/console/simgrid.so @@ -40,18 +36,16 @@ SimGrid-*.tar.gz simgrid.jar ### Unit files src/simgrid_units_main.c +src/*_unit.cpp src/*_unit.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/internal_config.h src/smpi/smpicc src/smpi/smpirun -simgrid-*.tar.gz testprog ### Cmake files CPackConfig.cmake @@ -64,7 +58,6 @@ install_manifest.txt _CPack_Packages/ CMakeCache.txt DartConfiguration.tcl -simgrid.nsi TAGS Testing/ Makefile @@ -124,16 +117,13 @@ tags callgrind.out.* ### Examples and traces *.exe -examples/msg/actions/actions +examples/msg/actions/mpi_actions examples/msg/actions/storage_actions examples/msg/bittorrent/bittorrent examples/msg/bittorrent/bittorrent_platfgen examples/msg/categories.trace examples/msg/chainsend/chainsend -examples/msg/chord/chord -examples/msg/chord/chord_stateful -examples/msg/chord/deployments -examples/msg/chord/exp_* +examples/msg/dht-chord/dht-chord examples/msg/cloud/bound examples/msg/cloud/master_worker_vm examples/msg/cloud/migrate_vm @@ -141,10 +131,10 @@ examples/msg/cloud/multicore examples/msg/cloud/scale examples/msg/cloud/simple_vm examples/msg/cloud/two_tasks_vm -examples/msg/energy/consumption/energy_consumption -examples/msg/energy/e3/e3 +examples/msg/energy/consumption/consumption examples/msg/energy/onoff/onoff examples/msg/energy/pstate/pstate +examples/msg/energy/vm/vm examples/msg/gpu/test_MSG_gpu_task_create examples/msg/gtnets/gtnets examples/msg/icomms/.kdbgrc.peer3 @@ -158,17 +148,13 @@ examples/msg/io/remote examples/msg/io/storage examples/msg/irc_isend/peer examples/msg/irc_isend/toto.txt -examples/msg/kademlia/kademlia +examples/msg/dht-kademlia/kademlia examples/msg/masterslave/masterslave_arg -examples/msg/masterslave/masterslave_bypass examples/msg/masterslave/masterslave_cluster -examples/msg/masterslave/masterslave_console examples/msg/masterslave/masterslave_failure -examples/msg/masterslave/masterslave_failure_platfgen examples/msg/masterslave/masterslave_forwarder examples/msg/masterslave/masterslave_kill examples/msg/masterslave/masterslave_mailbox -examples/msg/masterslave/masterslave_platfgen examples/msg/masterslave/toto.txt examples/msg/mc/bugged1 examples/msg/mc/bugged1_liveness @@ -177,7 +163,7 @@ examples/msg/mc/bugged2 examples/msg/mc/bugged2_liveness examples/msg/mc/bugged2_stateful examples/msg/mc/bugged3 -examples/msg/mc/centralized +examples/msg/mc/centralized_mutex examples/msg/mc/centralized_liveness examples/msg/mc/electric_fence examples/msg/mc/test/snapshot_comparison1 @@ -191,19 +177,18 @@ examples/msg/ns3/ns3 examples/msg/parallel_contexts/pcontexts examples/msg/parallel_contexts/pcontexts2 examples/msg/parallel_task/parallel_task -examples/msg/parallel_task/test_ptask -examples/msg/pastry/pastry -examples/msg/pmm/msg_pmm +examples/msg/dht-pastry/pastry +examples/msg/pmm/pmm examples/msg/priority/priority examples/msg/procmig.trace -examples/msg/properties/msg_prop -examples/msg/semaphores/synchro +examples/msg/properties/properties +examples/msg/synchro/synchro examples/msg/sendrecv/sendrecv +examples/msg/set-maestro/set-maestro examples/msg/simulation.trace -examples/msg/start_kill_time/sk_time +examples/msg/start_kill_time/start_kill_time examples/msg/suspend/suspend examples/msg/tasks.trace -examples/msg/token_ring/token_bypass examples/msg/token_ring/token_ring examples/msg/toto.txt examples/msg/trace/test_trace_integration @@ -220,34 +205,25 @@ examples/msg/tracing/volume examples/msg/volume.trace examples/msg/z_gtnets.trace examples/msg/zmsg_test.trace -examples/simdag/dax/dax_test +examples/s4u/basic/s4u_basic +examples/s4u/io/s4u_io +examples/simdag/dax/sd_dax examples/simdag/dot/dot_test examples/simdag/dot/dot_test2 examples/simdag/dot/simulate_dot -examples/simdag/ex_sd_seq_access -examples/simdag/ex_sd_test -examples/simdag/ex_sd_test2 -examples/simdag/ex_sd_test_console examples/simdag/goal/goal_test examples/simdag/io/sd_io -examples/simdag/metaxml/sd_meta -examples/simdag/properties/sd_prop -examples/simdag/scheduling/minmin_test -examples/simdag/scheduling/Montage_25.jed -examples/simdag/sd_avail -examples/simdag/sd_comm_throttling -examples/simdag/sd_fail -examples/simdag/sd_seq_access -examples/simdag/sd_test -examples/simdag/sd_test2 -examples/simdag/sd_test_console -examples/simdag/sd_typed_tasks_test -examples/simdag/simdag_tracing -examples/smpi/bcbench +examples/simdag/properties/sd_properties +examples/simdag/scheduling/sd_scheduling +examples/simdag/availability/sd_availability +examples/simdag/comm_throttling/sd_comm_throttling +examples/simdag/fail/sd_fail +examples/simdag/test/sd_test +examples/simdag/typed_tasks/sd_typed_tasks +examples/smpi/bcbench/smpi_bcbench examples/smpi/energy/f77/sef examples/smpi/energy/f90/sef90 -examples/smpi/energy/se -examples/smpi/first +examples/smpi/energy/smpi_energy examples/smpi/mc_bugged1 examples/smpi/mc/bugged1 examples/smpi/mc/bugged1_liveness @@ -256,102 +232,79 @@ examples/smpi/mc/bugged2 examples/smpi/mc/mutual_exclusion examples/smpi/mc/non_deterministic examples/smpi/mc/send_deterministic -examples/smpi/MM/MM_mpi -examples/smpi/mvmul +examples/smpi/NAS/dt +examples/smpi/NAS/ep +examples/smpi/NAS/is +examples/smpi/mvmul/smpi_mvmul examples/smpi/replay_multiple/replay_multiple examples/smpi/replay/one_trace examples/smpi/ring_c examples/smpi/second examples/smpi/sendrecv examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi -examples/smpi/smpi_replay -examples/smpi/smpi_traced -examples/smpi/smpi_traced_simple -examples/smpi/smpi_traced.trace -examples/smpi/toto.txt -examples/smpi/ttest01 -src/replay/replay -src/testall -teshsuite/bug-17132/bug-17132 +examples/smpi/replay/smpi_replay +examples/smpi/trace/smpi_trace +examples/smpi/trace_simple/smpi_trace_simple +testall teshsuite/datadesc_usage.out -teshsuite/java/sleep_host_off/java_sleep_host_off_compiled +teshsuite/java/SemaphoreGC/SemaphoreGC_compiled +teshsuite/java/SleepHostOff/SleepHostOff_compiled teshsuite/mc/dwarf/dwarf -teshsuite/mc/dwarf_expression/dwarf-expression -teshsuite/mc/replay/random_bug +teshsuite/mc/dwarf-expression/dwarf-expression +teshsuite/mc/random-bug/random-bug +teshsuite/mc/mutex-handling/mutex-handling +teshsuite/mc/mutex-handling/without-mutex-handling +teshsuite/msg/concurrent_rw/concurrent_rw teshsuite/msg/get_sender/get_sender teshsuite/msg/host_on_off/host_on_off -teshsuite/msg/host_on_off/host_on_off_recv -teshsuite/msg/host_on_off/host_on_off_wait teshsuite/msg/host_on_off_processes/host_on_off_processes +teshsuite/msg/host_on_off_recv/host_on_off_recv +teshsuite/msg/host_on_off_wait/host_on_off_wait +teshsuite/msg/listen_async/listen_async teshsuite/msg/pid/pid teshsuite/msg/process_join/process_join teshsuite/msg/process/process -teshsuite/msg/storage/concurrent_rw -teshsuite/msg/storage/storage_basic +teshsuite/msg/storage_client_server/storage_client_server teshsuite/msg/task_destroy_cancel/task_destroy_cancel -teshsuite/msg/trace/test_trace_integration -teshsuite/simdag/availability/availability_test -teshsuite/simdag/basic/basic0 -teshsuite/simdag/basic/basic1 -teshsuite/simdag/basic/basic2 -teshsuite/simdag/basic/basic3 -teshsuite/simdag/basic/basic4 -teshsuite/simdag/basic/basic5 -teshsuite/simdag/basic/basic6 +teshsuite/msg/trace_integration/trace_integration +teshsuite/simdag/availability/availability +teshsuite/simdag/basic-link-test/basic-link-test +teshsuite/simdag/basic-parsing-test/basic-parsing-test +teshsuite/simdag/basic0/basic0 +teshsuite/simdag/basic1/basic1 +teshsuite/simdag/basic2/basic2 +teshsuite/simdag/basic3/basic3 +teshsuite/simdag/basic4/basic4 +teshsuite/simdag/basic5/basic5 +teshsuite/simdag/basic6/basic6 +teshsuite/simdag/comm-mxn-all2all/comm-mxn-all2all +teshsuite/simdag/comm-mxn-independent/comm-mxn-independent +teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter +teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1 +teshsuite/simdag/comm-p2p-latency-2/comm-p2p-latency-2 +teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3 +teshsuite/simdag/comm-p2p-latency-bound/comm-p2p-latency-bound +teshsuite/simdag/comp-only-par/comp-only-par +teshsuite/simdag/comp-only-seq/comp-only-seq +teshsuite/simdag/flatifier/flatifier teshsuite/simdag/incomplete/incomplete -teshsuite/simdag/network/mxn/test_intra_all2all -teshsuite/simdag/network/mxn/test_intra_independent_comm -teshsuite/simdag/network/mxn/test_intra_scatter -teshsuite/simdag/network/p2p/test_latency1 -teshsuite/simdag/network/p2p/test_latency2 -teshsuite/simdag/network/p2p/test_latency3 -teshsuite/simdag/network/p2p/test_latency_bound -teshsuite/simdag/network/test_reinit_costs -teshsuite/simdag/partask/test_comp_only_par -teshsuite/simdag/partask/test_comp_only_seq -teshsuite/simdag/platforms/basic_link_test -teshsuite/simdag/platforms/basic_parsing_test -teshsuite/simdag/platforms/basic_tracing -teshsuite/simdag/platforms/evaluate_get_route_time -teshsuite/simdag/platforms/evaluate_parse_time -teshsuite/simdag/platforms/flatifier -teshsuite/simdag/platforms/graphicator -teshsuite/simdag/platforms/is_router_test +teshsuite/simdag/is-router/is-router +teshsuite/simdag/evaluate-get-route-time/evaluate-get-route-time +teshsuite/simdag/evaluate-parse-time/evaluate-parse-time teshsuite/simix/check_defaults/check_defaults teshsuite/simix/stack_overflow/stack_overflow -teshsuite/smpi/allgather/allgather_coll -teshsuite/smpi/allgather_coll -teshsuite/smpi/allgatherv/allgatherv_coll -teshsuite/smpi/allgatherv_coll -teshsuite/smpi/allreduce/allreduce -teshsuite/smpi/allreduce/allreduce_coll -teshsuite/smpi/allreduce_coll -teshsuite/smpi/alltoall2 -teshsuite/smpi/alltoall/alltoall2 -teshsuite/smpi/alltoall/alltoall_basic -teshsuite/smpi/alltoall/alltoall_coll -teshsuite/smpi/alltoall_basic -teshsuite/smpi/alltoall_coll -teshsuite/smpi/alltoallv/alltoallv -teshsuite/smpi/alltoallv/alltoallv_coll -teshsuite/smpi/alltoallv_coll -teshsuite/smpi/barrier/barrier_coll -teshsuite/smpi/barrier_coll -teshsuite/smpi/bcast/bcast -teshsuite/smpi/bcast/bcast_coll -teshsuite/smpi/bcast_coll -teshsuite/smpi/compute2 -teshsuite/smpi/compute3 -teshsuite/smpi/compute/compute -teshsuite/smpi/compute/compute2 -teshsuite/smpi/compute/compute3 -teshsuite/smpi/dsend -teshsuite/smpi/gather_coll -teshsuite/smpi/gather/gather_coll -teshsuite/smpi/hvector/hvector_test -teshsuite/smpi/hvector_test -teshsuite/smpi/indexed/indexed_test -teshsuite/smpi/indexed_test +teshsuite/smpi/bug-17132/bug-17132 +teshsuite/smpi/coll-allgather/coll-allgather +teshsuite/smpi/coll-allgatherv/coll-allgatherv +teshsuite/smpi/coll-allreduce/coll-allreduce +teshsuite/smpi/coll-alltoall/coll-alltoall +teshsuite/smpi/coll-alltoallv/coll-alltoallv +teshsuite/smpi/coll-bcast/coll-bcast +teshsuite/smpi/coll-barrier/coll-barrier +teshsuite/smpi/coll-gather/coll-gather +teshsuite/smpi/macro-sample/macro-sample +teshsuite/smpi/type-hvector/type-hvector +teshsuite/smpi/type-indexed/type-indexed teshsuite/smpi/isp/umpire/abort teshsuite/smpi/isp/umpire/abort1 teshsuite/smpi/isp/umpire/abort2 @@ -605,6 +558,7 @@ teshsuite/smpi/mpich3-test/coll/scatter2 teshsuite/smpi/mpich3-test/coll/scatter3 teshsuite/smpi/mpich3-test/coll/scattern teshsuite/smpi/mpich3-test/coll/scatterv +teshsuite/smpi/mpich3-test/coll/tmp* teshsuite/smpi/mpich3-test/coll/uoplong teshsuite/smpi/mpich3-test/comm/cmfree teshsuite/smpi/mpich3-test/comm/cmsplit @@ -1006,37 +960,26 @@ teshsuite/smpi/mpich-test/pt2pt/waitall3 teshsuite/smpi/mpich-test/pt2pt/waitall4 teshsuite/smpi/mpich-test/pt2pt/waitany teshsuite/smpi/mpich-test/*/*.stdo -teshsuite/smpi/pingpong/dsend -teshsuite/smpi/pingpong/pingpong -teshsuite/smpi/reduce_coll -teshsuite/smpi/reduce/reduce -teshsuite/smpi/reduce/reduce_coll -teshsuite/smpi/reduce/reduce_scatter_coll -teshsuite/smpi/reduce_scatter_coll -teshsuite/smpi/scatter/scatter -teshsuite/smpi/shared/shared -teshsuite/smpi/smpi_sendrecv -teshsuite/smpi/split -teshsuite/smpi/struct/struct_test -teshsuite/smpi/struct_test -teshsuite/smpi/ttest01 -teshsuite/smpi/vector_test -teshsuite/smpi/vector/vector_test +teshsuite/smpi/pt2pt-dsend/pt2pt-dsend +teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong +teshsuite/smpi/coll-reduce/coll-reduce +teshsuite/smpi/coll-reduce-scatter/coll-reduce-scatter +teshsuite/smpi/coll-scatter/coll-scatter +teshsuite/smpi/macro-shared/macro-shared +teshsuite/smpi/type-struct/type-struct +teshsuite/smpi/type-vector/type-vector teshsuite/surf/lmm_usage/lmm_usage teshsuite/surf/maxmin_bench/maxmin_bench teshsuite/surf/surf_usage/surf_usage -teshsuite/surf/surf_usage/surf_usage2 +teshsuite/surf/surf_usage2/surf_usage2 teshsuite/surf/trace_usage/trace_usage -teshsuite/xbt/graphxml_usage/graphxml_usage teshsuite/xbt/heap_bench/heap_bench -teshsuite/xbt/log_large/log_large_test -teshsuite/xbt/log_large_test +teshsuite/xbt/log_large/log_large teshsuite/xbt/log_usage/log_usage teshsuite/xbt/mallocator/mallocator teshsuite/xbt/mmalloc/mmalloc_test teshsuite/xbt/mmalloc_test -teshsuite/xbt/parallel_log_crashtest -teshsuite/xbt/parallel_log/parallel_log_crashtest +teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest teshsuite/xbt/parmap_bench/parmap_bench teshsuite/xbt/parmap_test/parmap_test testgraph.dot @@ -1050,6 +993,7 @@ examples/java/async/java_async_compiled examples/java/bittorrent/java_bittorrent_compiled examples/java/chord/java_chord_compiled examples/java/cloud/java_cloud_compiled +examples/java/cloud/energy/java_cloud_energy_compiled examples/java/cloud/migration/java_cloud_migration_compiled examples/java/commTime/java_commTime_compiled examples/java/energy/java_energy_compiled @@ -1068,9 +1012,6 @@ 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 -examples/scala/master_slave_bypass/scala_master_slave_bypass_compiled -examples/scala/master_slave_kill/scala_master_slave_kill_compiled -examples/scala/masterslave/scala_masterslave_compiled /CMakeCache.txt examples/smpi/mc/smpi_bugged1 examples/smpi/mc/smpi_bugged1_liveness