Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-add_comm_fault_scenario' into 'master'
authorAugustin Degomme <adegomme@gmail.com>
Fri, 20 May 2022 07:23:12 +0000 (07:23 +0000)
committerAugustin Degomme <adegomme@gmail.com>
Fri, 20 May 2022 07:23:12 +0000 (07:23 +0000)
Add a test to cover many communication fault scenarios

See merge request simgrid/simgrid!103

1  2 
MANIFEST.in

diff --combined MANIFEST.in
@@@ -607,7 -607,6 +607,7 @@@ include examples/smpi/mc/non_terminatio
  include examples/smpi/mc/non_termination3.c
  include examples/smpi/mc/non_termination4.c
  include examples/smpi/mc/only_send_deterministic.c
 +include examples/smpi/mc/only_send_deterministic.tesh
  include examples/smpi/mc/promela_bugged1_liveness
  include examples/smpi/mc/sendsend.c
  include examples/smpi/mc/sendsend.tesh
@@@ -816,6 -815,8 +816,8 @@@ include teshsuite/s4u/cloud-interrupt-m
  include teshsuite/s4u/cloud-two-execs/cloud-two-execs-bmf.tesh
  include teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp
  include teshsuite/s4u/cloud-two-execs/cloud-two-execs.tesh
+ include teshsuite/s4u/comm-fault-scenarios/comm-fault-scenarios.cpp
+ include teshsuite/s4u/comm-fault-scenarios/comm-fault-scenarios.tesh
  include teshsuite/s4u/comm-get-sender/comm-get-sender.cpp
  include teshsuite/s4u/comm-get-sender/comm-get-sender.tesh
  include teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp
@@@ -1943,9 -1944,6 +1945,9 @@@ include examples/platforms/small_platfo
  include examples/platforms/small_platform_with_routers.xml
  include examples/platforms/storage/content/small_content.txt
  include examples/platforms/storage/content/storage_content.txt
 +include examples/platforms/supernode.cpp
 +include examples/platforms/supernode.py
 +include examples/platforms/supernode.svg
  include examples/platforms/syscoord/generate_peer_platform.pl
  include examples/platforms/syscoord/median_harvard.syscoord
  include examples/platforms/syscoord/median_meridian.syscoord
@@@ -1968,6 -1966,7 +1970,6 @@@ include examples/python/platform-failur
  include examples/smpi/CMakeLists.txt
  include examples/smpi/NAS/CMakeLists.txt
  include examples/smpi/comm_dynamic_costs/CMakeLists.txt
 -include examples/smpi/mc/only_send_deterministic.tesh
  include examples/smpi/replay_multiple/CMakeLists.txt
  include examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt
  include examples/smpi/smpi_s4u_masterworker/CMakeLists.txt