From c2b38b8aaa04a65566365f5e3771c132b7afe653 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 29 Jun 2023 22:41:10 +0200 Subject: [PATCH] Fix MC builds --- examples/smpi/mc/sendsend.tesh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/smpi/mc/sendsend.tesh b/examples/smpi/mc/sendsend.tesh index c09cc53526..ea09f0e8cb 100644 --- a/examples/smpi/mc/sendsend.tesh +++ b/examples/smpi/mc/sendsend.tesh @@ -24,8 +24,8 @@ $ $VALGRIND_NO_LEAK_CHECK ../../../smpi_script/bin/smpirun -quiet -wrapper "${bi > [0.000000] [ker_engine/INFO] Actor 1 (0@node-0.simgrid.org) simcall CommWait(comm_id:1 src:1 dst:-1 mbox:SMPI-2(id:2) srcbuf:1 dstbuf:- bufsize:4) > [0.000000] [ker_engine/INFO] Actor 2 (1@node-1.simgrid.org) simcall CommWait(comm_id:2 src:2 dst:-1 mbox:SMPI-1(id:0) srcbuf:2 dstbuf:- bufsize:4) > [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] Actor 1 in :0:() ==> simcall: iSend(mbox=2) +> [0.000000] [mc_global/INFO] Actor 2 in :0:() ==> simcall: iSend(mbox=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.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. -- 2.20.1