X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2bd9a37bbb72eac4ed613b3d6953aba6555e2e92..3c356a0c1805437c7d7bfa8890f257c1e5926161:/examples/smpi/mc/only_send_deterministic.tesh diff --git a/examples/smpi/mc/only_send_deterministic.tesh b/examples/smpi/mc/only_send_deterministic.tesh index a9c854e33d..447496d1ce 100644 --- a/examples/smpi/mc/only_send_deterministic.tesh +++ b/examples/smpi/mc/only_send_deterministic.tesh @@ -1,15 +1,13 @@ -#! ./tesh +#!/usr/bin/env tesh ! timeout 60 -$ ../../../smpi_script/bin/smpirun -wrapper "${bindir:=.}/../../../bin/simgrid-mc" --log=xbt_cfg.thresh:warning -hostfile ${srcdir:=.}/hostfile_only_send_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_only_send_deterministic -> [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) -> [0.000000] [mc_global/INFO] Check communication determinism -> [0.000000] [mc_global/INFO] ****************************************************** -> [0.000000] [mc_global/INFO] **** Only-send-deterministic communication pattern **** -> [0.000000] [mc_global/INFO] ****************************************************** -> [0.000000] [mc_global/INFO] The recv communications pattern of the process 0 is different! Different source for communication #2 -> [0.000000] [mc_global/INFO] Expanded states = 1025 -> [0.000000] [mc_global/INFO] Visited states = 3640 -> [0.000000] [mc_global/INFO] Executed transitions = 3360 -> [0.000000] [mc_global/INFO] Send-deterministic : Yes -> [0.000000] [mc_global/INFO] Recv-deterministic : No +$ ../../../smpi_script/bin/smpirun -wrapper "${bindir:=.}/../../../bin/simgrid-mc" --log=xbt_cfg.thresh:warning -hostfile ${srcdir:=.}/hostfile_only_send_deterministic -platform ${srcdir:=.}/../../platforms/cluster_backbone.xml --cfg=model-check/communications-determinism:1 --cfg=smpi/buffering:zero --cfg=smpi/host-speed:1Gf ./smpi_only_send_deterministic +> [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor. +> [0.000000] [mc_comm_determinism/INFO] Check communication determinism +> [0.000000] [mc_comm_determinism/INFO] ******************************************************* +> [0.000000] [mc_comm_determinism/INFO] **** Only-send-deterministic communication pattern **** +> [0.000000] [mc_comm_determinism/INFO] ******************************************************* +> [0.000000] [mc_comm_determinism/INFO] The recv communications pattern of the actor 0 is different! Different source for communication #1 +> [0.000000] [mc_comm_determinism/INFO] Send-deterministic : Yes +> [0.000000] [mc_comm_determinism/INFO] Recv-deterministic : No +> [0.000000] [mc_dfs/INFO] DFS exploration ended. 242 unique states visited; 68 backtracks (612 transition replays, 303 states visited overall) \ No newline at end of file