Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate tesh files.
[simgrid.git] / examples / sthread / pthread-mc-producer-consumer.tesh
1 # We ignore the LD_PRELOAD lines from the expected output because they contain the build path
2 ! ignore .*LD_PRELOAD.*
3
4 $ ${bindir:=.}/../../bin/simgrid-mc --cfg=model-check/sleep-set:true --cfg=model-check/setenv:LD_PRELOAD=${libdir:=.}/libsgmalloc.so:${libdir:=.}/libsthread.so ${bindir:=.}/pthread-producer-consumer -q -c 2 -C 1 -p 2 -P 1
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/sleep-set' to 'true'
6 > [0.000000] [sthread/INFO] Starting the simulation.
7 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
8 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 1101 unique states visited; 136 backtracks (2950 transition replays, 1713 states visited overall)
9
10 $ ${bindir:=.}/../../bin/simgrid-mc --cfg=model-check/sleep-set:true --cfg=model-check/strategy:nb_wait --cfg=model-check/setenv:LD_PRELOAD=${libdir:=.}/libsgmalloc.so:${libdir:=.}/libsthread.so ${bindir:=.}/pthread-producer-consumer -q -c 2 -C 1 -p 2 -P 1
11 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/sleep-set' to 'true'
12 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/strategy' to 'nb_wait'
13 > [0.000000] [sthread/INFO] Starting the simulation.
14 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
15 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 1101 unique states visited; 136 backtracks (2950 transition replays, 1713 states visited overall)