Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] ISP tests integration
[simgrid.git] / teshsuite / smpi / isp / umpire / bcast-deadlock.tesh
1 #! ./tesh
2
3 ! expect return 134
4 $ ${bindir:=.}/../../../../bin/smpirun -hostfile ../../hostfile -platform ../../../../examples/platforms/small_platform.xml -np 3 --cfg=model-check:1 --cfg=smpi/running_power:1e9 --cfg=smpi/coll_selector:mpich ${bindir:=.}/bcast-deadlock
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check' to '1'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/running_power' to '1e9'
10 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/coll_selector' to 'mpich'
11 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
12 > [0.000000] [mc_global/INFO] Check a safety property
13 > [0.000000] [mc_global/INFO] Get debug information ...
14 > [0.000000] [mc_global/INFO] Get debug information done !
15 > (0) is alive on Tremblay
16 > (1) is alive on Jupiter
17 > (2) is alive on Fafard
18 > [0.000000] [mc_global/INFO] **************************
19 > [0.000000] [mc_global/INFO] *** DEAD-LOCK DETECTED ***
20 > [0.000000] [mc_global/INFO] **************************
21 > [0.000000] [mc_global/INFO] Locked request:
22 > [0.000000] [mc_global/INFO] Counter-example execution trace:
23 > [0.000000] [mc_global/INFO] [(1)Tremblay (0)] iRecv(dst=(1)Tremblay (0), buff=(verbose only), size=(verbose only))
24 > [0.000000] [mc_global/INFO] [(2)Jupiter (1)] iRecv(dst=(2)Jupiter (1), buff=(verbose only), size=(verbose only))
25 > [0.000000] [mc_global/INFO] [(3)Fafard (2)] iRecv(dst=(3)Fafard (2), buff=(verbose only), size=(verbose only))
26 > [0.000000] [mc_global/INFO] Expanded states = 4
27 > [0.000000] [mc_global/INFO] Visited states = 4
28 > [0.000000] [mc_global/INFO] Executed transitions = 3
29 > Aborted
30