Logo AND Algorithmique Numérique Distribuée

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