Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
03a4db513b4ecc1d35b9309a70ebf6c0d3f8a726
[simgrid.git] / examples / smpi / mc / non_deterministic.tesh
1 #! ./tesh
2
3 ! timeout 60
4 $ ../../../smpi_script/bin/smpirun -wrapper ${bindir:=.}/../../../bin/simgrid-mc -hostfile ${srcdir:=.}/hostfile_non_deterministic  -platform ${srcdir:=.}/../../platforms/cluster.xml --log=xbt_cfg.thresh:warning --cfg=model-check/communications_determinism:1 --cfg=smpi/send-is-detached-thresh:0 --cfg=smpi/host-speed:1e9 ./smpi_non_deterministic
5 > [0.000000] [mc_global/INFO] Check communication determinism
6 > [0.000000] [mc_comm_determinism/INFO] The communications pattern of the process 1 is different! (Different communication : 1)
7 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
8 > [0.000000] [mc_comm_determinism/INFO] ***** Non-deterministic communications pattern *****
9 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
10 > [0.000000] [mc_comm_determinism/INFO] ** Initial communications pattern (per process): **
11 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
12 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
13 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
14 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
15 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
16 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
17 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
18 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
19 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
20 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
21 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
22 > [0.000000] [mc_comm_determinism/INFO] ** Communications pattern counter-example (per process): **
23 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
24 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
25 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
26 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
27 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
28 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
29 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
30 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
31 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
32 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
33 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
34 > [0.000000] [mc_global/INFO] Expanded states = 16037
35 > [0.000000] [mc_global/INFO] Visited states = 80801
36 > [0.000000] [mc_global/INFO] Executed transitions = 76048
37 > [0.000000] [mc_global/INFO] Communication-deterministic : No