Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
1f54c9f418304ed1d8b2345e0eecc5aed5efb229
[simgrid.git] / teshsuite / smpi / isp / umpire / bcast-deadlock.tesh
1 #! ./tesh
2
3 ! expect return 134
4 $ ${bindir:=.}/../../../../bin/smpirun -wrapper "${bindir:=.}/../../../../bin/simgrid-mc" -hostfile ../../hostfile -platform ../../../../examples/platforms/small_platform.xml --log=xbt_cfg.thresh:warning -np 3 --cfg=model-check:1 --cfg=smpi/running_power:1e9 --cfg=smpi/coll_selector:mpich ${bindir:=.}/bcast-deadlock --log=smpi_coll.thresh:error
5 > [0.000000] [mc_safety/INFO] Check a safety property
6 > (0) is alive on Tremblay
7 > (1) is alive on Jupiter
8 > (2) is alive on Fafard
9 > [0.000000] [mc_global/INFO] **************************
10 > [0.000000] [mc_global/INFO] *** DEAD-LOCK DETECTED ***
11 > [0.000000] [mc_global/INFO] **************************
12 > [0.000000] [mc_global/INFO] Locked request:
13 > [0.000000] [mc_global/INFO] Counter-example execution trace:
14 > [0.000000] [mc_global/INFO] [(1)Tremblay (0)] iRecv(dst=(1)Tremblay (0), buff=(verbose only), size=(verbose only))
15 > [0.000000] [mc_global/INFO] [(2)Jupiter (1)] iRecv(dst=(2)Jupiter (1), buff=(verbose only), size=(verbose only))
16 > [0.000000] [mc_global/INFO] [(3)Fafard (2)] iRecv(dst=(3)Fafard (2), buff=(verbose only), size=(verbose only))
17 > [0.000000] [mc_global/INFO] Expanded states = 4
18 > [0.000000] [mc_global/INFO] Visited states = 4
19 > [0.000000] [mc_global/INFO] Executed transitions = 3
20 > Aborted