Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c8e7ad44df07a8e26165c624abfff1d411620a0f
[simgrid.git] / teshsuite / smpi / isp / umpire / deadlock-config.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:=.}/deadlock-config --log=smpi_coll.thresh:error
5 > [0.000000] [mc_safety/INFO] Check a safety property
6 > [0.000000] [surf_config/INFO] Switching host model to compound since you changed the network and/or cpu model(s)
7 > WARNING: This test depends on the MPI's eager limit. Set it appropriately.
8 > Initializing (0 of 3)
9 > (0) is alive on Tremblay
10 > Initializing (1 of 3)
11 > (1) is alive on Jupiter
12 > Initializing (2 of 3)
13 > (2) is alive on Fafard
14 > [0.000000] [mc_global/INFO] **************************
15 > [0.000000] [mc_global/INFO] *** DEAD-LOCK DETECTED ***
16 > [0.000000] [mc_global/INFO] **************************
17 > [0.000000] [mc_global/INFO] Locked request:
18 > [0.000000] [mc_global/INFO] Counter-example execution trace:
19 > [0.000000] [mc_global/INFO] [(1)Tremblay (0)] iSend(src=(1)Tremblay (0), buff=(verbose only), size=(verbose only))
20 > [0.000000] [mc_global/INFO] [(2)Jupiter (1)] iSend(src=(2)Jupiter (1), buff=(verbose only), size=(verbose only))
21 > [0.000000] [mc_global/INFO] [(3)Fafard (2)] iSend(src=(3)Fafard (2), buff=(verbose only), size=(verbose only))
22 > [0.000000] [mc_global/INFO] Expanded states = 4
23 > [0.000000] [mc_global/INFO] Visited states = 4
24 > [0.000000] [mc_global/INFO] Executed transitions = 3
25 > Aborted