X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8f1b2ca5ffd66ac138727aecf847ccc30535d31..ba36e306a432b166af7107d7631c6b6315289787:/.gitignore diff --git a/.gitignore b/.gitignore index 1f6f88132c..b4eb31069c 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 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,6 +36,7 @@ SimGrid-*.tar.gz simgrid.jar ### Unit files src/simgrid_units_main.c +src/*_unit.cpp src/*_unit.c ### Generated files _*.c @@ -142,7 +139,6 @@ 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/onoff/onoff examples/msg/energy/pstate/pstate examples/msg/gpu/test_MSG_gpu_task_create @@ -160,15 +156,11 @@ examples/msg/irc_isend/peer examples/msg/irc_isend/toto.txt examples/msg/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 @@ -199,11 +191,11 @@ examples/msg/procmig.trace examples/msg/properties/msg_prop examples/msg/semaphores/synchro examples/msg/sendrecv/sendrecv +examples/msg/sendrecv/sendrecv_main examples/msg/simulation.trace examples/msg/start_kill_time/sk_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 @@ -230,7 +222,6 @@ 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 @@ -256,7 +247,6 @@ 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/replay_multiple/replay_multiple examples/smpi/replay/one_trace @@ -271,18 +261,22 @@ examples/smpi/smpi_traced.trace examples/smpi/toto.txt examples/smpi/ttest01 src/replay/replay -src/testall +testall teshsuite/bug-17132/bug-17132 teshsuite/datadesc_usage.out +teshsuite/java/semaphore/java_semaphore_gc_compiled teshsuite/java/sleep_host_off/java_sleep_host_off_compiled teshsuite/mc/dwarf/dwarf teshsuite/mc/dwarf_expression/dwarf-expression teshsuite/mc/replay/random_bug +teshsuite/mc/with_mutex_handling +teshsuite/mc/without_mutex_handling 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/listen_async/listen_async teshsuite/msg/pid/pid teshsuite/msg/process_join/process_join teshsuite/msg/process/process @@ -299,16 +293,16 @@ teshsuite/simdag/basic/basic4 teshsuite/simdag/basic/basic5 teshsuite/simdag/basic/basic6 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/mxn/mxn-all2all +teshsuite/simdag/network/mxn/mxn-independent_comm +teshsuite/simdag/network/mxn/mxn-scatter +teshsuite/simdag/network/p2p/p2p-latency1 +teshsuite/simdag/network/p2p/p2p-latency2 +teshsuite/simdag/network/p2p/p2p-latency3 +teshsuite/simdag/network/p2p/p2p-latency_bound teshsuite/simdag/network/test_reinit_costs -teshsuite/simdag/partask/test_comp_only_par -teshsuite/simdag/partask/test_comp_only_seq +teshsuite/simdag/partask/par-comp_only_par +teshsuite/simdag/partask/par-comp_only_seq teshsuite/simdag/platforms/basic_link_test teshsuite/simdag/platforms/basic_parsing_test teshsuite/simdag/platforms/basic_tracing @@ -319,8 +313,7 @@ teshsuite/simdag/platforms/graphicator teshsuite/simdag/platforms/is_router_test teshsuite/simix/check_defaults/check_defaults teshsuite/simix/stack_overflow/stack_overflow -teshsuite/smpi/allgather/allgather_coll -teshsuite/smpi/allgather_coll +teshsuite/smpi/coll-allgather/coll-allgather teshsuite/smpi/allgatherv/allgatherv_coll teshsuite/smpi/allgatherv_coll teshsuite/smpi/allreduce/allreduce @@ -337,21 +330,15 @@ 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/coll-bcast/coll-bcast 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/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 @@ -1018,17 +1005,14 @@ 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/type-struct/type-struct teshsuite/smpi/ttest01 -teshsuite/smpi/vector_test -teshsuite/smpi/vector/vector_test +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/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 @@ -1036,8 +1020,7 @@ 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 @@ -1051,6 +1034,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 @@ -1069,9 +1053,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