X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb95d3ea65453ef5442c905545620dcdf65b5487..1363ce9624f4327f3ad5c934b15736a776637dfd:/examples/smpi/mc/sendsend.tesh diff --git a/examples/smpi/mc/sendsend.tesh b/examples/smpi/mc/sendsend.tesh index c770b80f59..c09cc53526 100644 --- a/examples/smpi/mc/sendsend.tesh +++ b/examples/smpi/mc/sendsend.tesh @@ -2,46 +2,19 @@ p Testing the permissive model ! timeout 60 -$ ../../../smpi_script/bin/smpirun -quiet -wrapper "${bindir:=.}/../../../bin/simgrid-mc" -np 2 -platform ${platfdir:=.}/cluster_backbone.xml --cfg=smpi/buffering:infty --log=xbt_cfg.thresh:warning ./smpi_sendsend +$ $VALGRIND_NO_LEAK_CHECK ../../../smpi_script/bin/smpirun -quiet -wrapper "${bindir:=.}/../../../bin/simgrid-mc" -np 2 -platform ${platfdir:=.}/cluster_backbone.xml --cfg=smpi/buffering:infty --log=xbt_cfg.thresh:warning ./smpi_sendsend > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor. > Sent 0 to rank 1 > Sent 1 to rank 0 > rank 0 recv the data > rank 1 recv the data -> Sent 0 to rank 1 -> Sent 1 to rank 0 -> rank 0 recv the data -> rank 1 recv the data -> Sent 0 to rank 1 -> Sent 1 to rank 0 -> rank 1 recv the data -> rank 0 recv the data > Sent 1 to rank 0 -> Sent 0 to rank 1 -> rank 0 recv the data -> rank 1 recv the data -> Sent 1 to rank 0 -> Sent 0 to rank 1 -> rank 0 recv the data -> rank 1 recv the data -> Sent 1 to rank 0 -> Sent 0 to rank 1 -> rank 1 recv the data -> rank 0 recv the data -> Sent 1 to rank 0 -> Sent 0 to rank 1 -> rank 0 recv the data -> rank 1 recv the data -> Sent 1 to rank 0 -> Sent 0 to rank 1 -> rank 1 recv the data -> rank 0 recv the data -> [0.000000] [mc_dfs/INFO] DFS exploration ended. 30 unique states visited; 8 backtracks (56 transition replays, 19 states visited overall) +> [0.000000] [mc_dfs/INFO] DFS exploration ended. 9 unique states visited; 1 backtracks (0 transition replays, 10 states visited overall) p Testing the paranoid model ! timeout 60 ! expect return 3 -$ ../../../smpi_script/bin/smpirun -quiet -wrapper "${bindir:=.}/../../../bin/simgrid-mc" -np 2 -platform ${platfdir:=.}/cluster_backbone.xml --cfg=smpi/buffering:zero --log=xbt_cfg.thresh:warning ./smpi_sendsend +$ $VALGRIND_NO_LEAK_CHECK ../../../smpi_script/bin/smpirun -quiet -wrapper "${bindir:=.}/../../../bin/simgrid-mc" -np 2 -platform ${platfdir:=.}/cluster_backbone.xml --cfg=smpi/buffering:zero --log=xbt_cfg.thresh:warning ./smpi_sendsend > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor. > [0.000000] [mc_global/INFO] ************************** > [0.000000] [mc_global/INFO] *** DEADLOCK DETECTED *** @@ -53,7 +26,6 @@ $ ../../../smpi_script/bin/smpirun -quiet -wrapper "${bindir:=.}/../../../bin/si > [0.000000] [mc_global/INFO] Counter-example execution trace: > [0.000000] [mc_global/INFO] 1: iSend(mbox=2) > [0.000000] [mc_global/INFO] 2: iSend(mbox=0) -> [0.000000] [mc_global/INFO] 0: -> [0.000000] [mc_Session/INFO] You can debug the problem (and see the whole details) by rerunning out of simgrid-mc with --cfg=model-check/replay:'1;2;0' -> [0.000000] [mc_dfs/INFO] DFS exploration ended. 3 unique states visited; 1 backtracks (3 transition replays, 0 states visited overall) +> [0.000000] [mc_Session/INFO] You can debug the problem (and see the whole details) by rerunning out of simgrid-mc with --cfg=model-check/replay:'1;2' +> [0.000000] [mc_dfs/INFO] DFS exploration ended. 3 unique states visited; 0 backtracks (0 transition replays, 3 states visited overall) > Execution failed with code 3.