Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8c599c2b5c25951c57fc9a1c600590993a50f868
[simgrid.git] / examples / gras / timer / test_rl
1 ! timeout 20
2 $ $SG_TEST_EXENV ./timer_client$EXEEXT --log=root.fmt:%m%n
3 > Programming the repetitive_action with a frequency of 1.000000 sec
4 > Programming the delayed_action for after 2.000000 sec
5 > Have a rest
6 > Canceling the delayed_action.
7 > Re-programming the delayed_action for after 2.000000 sec
8 > Repetitive_action has nothing to do yet
9 > Repetitive_action has nothing to do yet
10 > delayed_action setting globals->still_to_do to 5
11 > repetitive_action decrementing globals->still_to_do. New value: 4
12 > repetitive_action decrementing globals->still_to_do. New value: 3
13 > repetitive_action decrementing globals->still_to_do. New value: 2
14 > repetitive_action decrementing globals->still_to_do. New value: 1
15 > repetitive_action decrementing globals->still_to_do. New value: 0
16 > Exiting GRAS