Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a6c365bb7d2054fa94f44dd6ff725a1dbab3437b
[simgrid.git] / teshsuite / smpi / isp / umpire / deadlock-config.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:=.}/deadlock-config
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_process/INFO] Get debug information ...
14 > [0.000000] [mc_process/INFO] Get debug information done !
15 > WARNING: This test depends on the MPI's eager limit. Set it appropriately.
16 > Initializing (0 of 3)
17 > (0) is alive on Tremblay
18 > Initializing (1 of 3)
19 > (1) is alive on Jupiter
20 > Initializing (2 of 3)
21 > (2) is alive on Fafard
22 > [0.000000] [mc_global/INFO] **************************
23 > [0.000000] [mc_global/INFO] *** DEAD-LOCK DETECTED ***
24 > [0.000000] [mc_global/INFO] **************************
25 > [0.000000] [mc_global/INFO] Locked request:
26 > [0.000000] [mc_global/INFO] Counter-example execution trace:
27 > [0.000000] [mc_global/INFO] [(1)Tremblay (0)] iSend(src=(1)Tremblay (0), buff=(verbose only), size=(verbose only))
28 > [0.000000] [mc_global/INFO] [(2)Jupiter (1)] iSend(src=(2)Jupiter (1), buff=(verbose only), size=(verbose only))
29 > [0.000000] [mc_global/INFO] [(3)Fafard (2)] iSend(src=(3)Fafard (2), buff=(verbose only), size=(verbose only))
30 > [0.000000] [mc_global/INFO] Expanded states = 4
31 > [0.000000] [mc_global/INFO] Visited states = 4
32 > [0.000000] [mc_global/INFO] Executed transitions = 3
33 > Aborted
34