Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
176ee34fb256e4dd54259275c50925ce12d22c9d
[simgrid.git] / examples / smpi / mc / non_deterministic.tesh
1 #! ./tesh
2
3 ! timeout 60
4 $ ../../../smpi_script/bin/smpirun -hostfile ${srcdir:=.}/hostfile_non_deterministic  -platform ${srcdir:=.}/../../platforms/cluster.xml --log=xbt_cfg.thresh:warning --cfg=model-check:1 --cfg=model-check/communications_determinism:1 --cfg=smpi/send_is_detached_thres:0 --cfg=smpi/running_power:1e9 ./smpi_non_deterministic
5 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
6 > [0.000000] [mc_global/INFO] Check communication determinism
7 > [0.000000] [mc_process/INFO] Get debug information ...
8 > [0.000000] [mc_process/INFO] Get debug information done !
9 > [0.000000] [mc_comm_determinism/INFO] The communications pattern of the process 1 is different! (Different communication : 1)
10 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
11 > [0.000000] [mc_comm_determinism/INFO] ***** Non-deterministic communications pattern *****
12 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
13 > [0.000000] [mc_comm_determinism/INFO] ** Initial communications pattern (per process): **
14 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
15 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
16 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
17 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
18 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
19 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
20 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
21 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
22 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
23 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
24 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
25 > [0.000000] [mc_comm_determinism/INFO] ** Communications pattern counter-example (per process): **
26 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
27 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
28 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
29 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
30 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
31 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
32 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
33 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
34 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
35 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
36 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
37 > [0.000000] [mc_global/INFO] Expanded states = 16037
38 > [0.000000] [mc_global/INFO] Visited states = 80801
39 > [0.000000] [mc_global/INFO] Executed transitions = 76048
40 > [0.000000] [mc_global/INFO] Communication-deterministic : No