Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
554d81a6676417462aa737b50459d147dca3949c
[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 > WARNING: This test depends on the MPI's eager limit. Set it appropriately.
7 > Initializing (0 of 3)
8 > (0) is alive on Tremblay
9 > Initializing (1 of 3)
10 > (1) is alive on Jupiter
11 > Initializing (2 of 3)
12 > (2) is alive on Fafard
13 > [0.000000] [mc_global/INFO] **************************
14 > [0.000000] [mc_global/INFO] *** DEAD-LOCK DETECTED ***
15 > [0.000000] [mc_global/INFO] **************************
16 > [0.000000] [mc_global/INFO] Locked request:
17 > [0.000000] [mc_global/INFO] Counter-example execution trace:
18 > [0.000000] [mc_global/INFO] [(1)Tremblay (0)] iSend(src=(1)Tremblay (0), buff=(verbose only), size=(verbose only))
19 > [0.000000] [mc_global/INFO] [(2)Jupiter (1)] iSend(src=(2)Jupiter (1), buff=(verbose only), size=(verbose only))
20 > [0.000000] [mc_global/INFO] [(3)Fafard (2)] iSend(src=(3)Fafard (2), buff=(verbose only), size=(verbose only))
21 > [0.000000] [mc_global/INFO] Expanded states = 4
22 > [0.000000] [mc_global/INFO] Visited states = 4
23 > [0.000000] [mc_global/INFO] Executed transitions = 3
24 > Aborted