Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
283db6b098d783606fc23443c2b91de823b6e625
[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 --cfg=model-check:1 --cfg=model-check/communications_determinism:1 --cfg=smpi/send_is_detached_thres:0 --cfg=smpi/running_power:1e9 ./non_deterministic
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '1e-3'
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check' to '1'
10 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/communications_determinism' to '1'
11 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/send_is_detached_thres' to '0'
12 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/running_power' to '1e9'
13 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
14 > [0.000000] [mc_global/INFO] Check communication determinism
15 > [0.000000] [mc_global/INFO] Get debug information ...
16 > [0.000000] [mc_global/INFO] Get debug information done !
17 > [0.000000] [mc_comm_determinism/INFO] The communications pattern of the process 1 is different! (Different communication : 1)
18 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
19 > [0.000000] [mc_comm_determinism/INFO] ***** Non-deterministic communications pattern *****
20 > [0.000000] [mc_comm_determinism/INFO] ****************************************************
21 > [0.000000] [mc_comm_determinism/INFO] ** Initial communications pattern (per process): **
22 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
23 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
24 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
25 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
26 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
27 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
28 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
29 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
30 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
31 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
32 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
33 > [0.000000] [mc_comm_determinism/INFO] ** Communications pattern counter-example (per process): **
34 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 1:
35 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (3) node-3.acme.org] iRecv 
36 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (3) node-3.acme.org] iSend 
37 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org <- (2) node-2.acme.org] iRecv 
38 > [0.000000] [mc_comm_determinism/INFO] [(1) node-1.acme.org -> (2) node-2.acme.org] iSend 
39 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 2:
40 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org -> (1) node-1.acme.org] iSend 
41 > [0.000000] [mc_comm_determinism/INFO] [(2) node-2.acme.org <- (1) node-1.acme.org] iRecv 
42 > [0.000000] [mc_comm_determinism/INFO] Communications from the process 3:
43 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org -> (1) node-1.acme.org] iSend 
44 > [0.000000] [mc_comm_determinism/INFO] [(3) node-3.acme.org <- (1) node-1.acme.org] iRecv 
45 > [0.000000] [mc_global/INFO] Expanded states = 16037
46 > [0.000000] [mc_global/INFO] Visited states = 80801
47 > [0.000000] [mc_global/INFO] Executed transitions = 76048
48 > [0.000000] [mc_global/INFO] Communication-deterministic : No