Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test condition variable wait_until+notify_all
[simgrid.git] / examples / s4u / synchro-condition-variable-waituntil / s4u-synchro-condition-variable-waituntil.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-synchro-condition-variable-waituntil "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
4 > [  0.000000] (2:competitor@Tremblay) Entering the race...
5 > [  0.000000] (3:competitor@Tremblay) Entering the race...
6 > [  0.000000] (4:competitor@Tremblay) Entering the race...
7 > [  0.000000] (5:competitor@Tremblay) Entering the race...
8 > [  0.000000] (6:competitor@Tremblay) Entering the race...
9 > [  0.000000] (7:competitor@Tremblay) Entering the race...
10 > [  0.000000] (8:competitor@Tremblay) Entering the race...
11 > [  0.000000] (9:competitor@Tremblay) Entering the race...
12 > [  0.000000] (10:competitor@Tremblay) Entering the race...
13 > [  0.000000] (11:competitor@Tremblay) Entering the race...
14 > [  0.000000] (12:go@Tremblay) Are you ready? ...
15 > [  0.250000] (2:competitor@Tremblay) Out of wait_until (timeout)
16 > [  0.500000] (3:competitor@Tremblay) Out of wait_until (timeout)
17 > [  0.500000] (2:competitor@Tremblay) Out of wait_until (timeout)
18 > [  0.750000] (4:competitor@Tremblay) Out of wait_until (timeout)
19 > [  0.750000] (2:competitor@Tremblay) Out of wait_until (timeout)
20 > [  1.000000] (5:competitor@Tremblay) Out of wait_until (timeout)
21 > [  1.000000] (3:competitor@Tremblay) Out of wait_until (timeout)
22 > [  1.000000] (2:competitor@Tremblay) Out of wait_until (timeout)
23 > [  1.250000] (6:competitor@Tremblay) Out of wait_until (timeout)
24 > [  1.250000] (2:competitor@Tremblay) Out of wait_until (timeout)
25 > [  1.500000] (7:competitor@Tremblay) Out of wait_until (timeout)
26 > [  1.500000] (4:competitor@Tremblay) Out of wait_until (timeout)
27 > [  1.500000] (3:competitor@Tremblay) Out of wait_until (timeout)
28 > [  1.500000] (2:competitor@Tremblay) Out of wait_until (timeout)
29 > [  1.750000] (8:competitor@Tremblay) Out of wait_until (timeout)
30 > [  1.750000] (2:competitor@Tremblay) Out of wait_until (timeout)
31 > [  2.000000] (9:competitor@Tremblay) Out of wait_until (timeout)
32 > [  2.000000] (5:competitor@Tremblay) Out of wait_until (timeout)
33 > [  2.000000] (3:competitor@Tremblay) Out of wait_until (timeout)
34 > [  2.000000] (2:competitor@Tremblay) Out of wait_until (timeout)
35 > [  2.250000] (10:competitor@Tremblay) Out of wait_until (timeout)
36 > [  2.250000] (4:competitor@Tremblay) Out of wait_until (timeout)
37 > [  2.250000] (2:competitor@Tremblay) Out of wait_until (timeout)
38 > [  2.500000] (11:competitor@Tremblay) Out of wait_until (timeout)
39 > [  2.500000] (6:competitor@Tremblay) Out of wait_until (timeout)
40 > [  2.500000] (3:competitor@Tremblay) Out of wait_until (timeout)
41 > [  2.500000] (2:competitor@Tremblay) Out of wait_until (timeout)
42 > [  2.750000] (2:competitor@Tremblay) Out of wait_until (timeout)
43 > [  3.000000] (12:go@Tremblay) Go go go!
44 > [  3.000000] (7:competitor@Tremblay) Out of wait_until (timeout)
45 > [  3.000000] (7:competitor@Tremblay) Running!
46 > [  3.000000] (5:competitor@Tremblay) Out of wait_until (timeout)
47 > [  3.000000] (5:competitor@Tremblay) Running!
48 > [  3.000000] (4:competitor@Tremblay) Out of wait_until (timeout)
49 > [  3.000000] (4:competitor@Tremblay) Running!
50 > [  3.000000] (3:competitor@Tremblay) Out of wait_until (timeout)
51 > [  3.000000] (3:competitor@Tremblay) Running!
52 > [  3.000000] (2:competitor@Tremblay) Out of wait_until (timeout)
53 > [  3.000000] (2:competitor@Tremblay) Running!
54 > [  3.000000] (8:competitor@Tremblay) Out of wait_until (YAY!)
55 > [  3.000000] (8:competitor@Tremblay) Running!
56 > [  3.000000] (9:competitor@Tremblay) Out of wait_until (YAY!)
57 > [  3.000000] (9:competitor@Tremblay) Running!
58 > [  3.000000] (10:competitor@Tremblay) Out of wait_until (YAY!)
59 > [  3.000000] (10:competitor@Tremblay) Running!
60 > [  3.000000] (11:competitor@Tremblay) Out of wait_until (YAY!)
61 > [  3.000000] (11:competitor@Tremblay) Running!
62 > [  3.000000] (6:competitor@Tremblay) Out of wait_until (YAY!)
63 > [  3.000000] (6:competitor@Tremblay) Running!