Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a user level mallocator on the task content
[simgrid.git] / examples / gras / timer / test_rl.tesh
1
2 p This test is a bit long to run, since it setups timers and wait for them. Don't worry, that's expected
3
4 ! timeout 20
5 $ $SG_TEST_EXENV ./timer_client$EXEEXT --log=root.fmt:%m%n
6 > Programming the repetitive_action with a frequency of 1.000000 sec
7 > Programming the delayed_action for after 2.000000 sec
8 > Have a rest
9 > Canceling the delayed_action.
10 > Re-programming the delayed_action for after 2.000000 sec
11 > Repetitive_action has nothing to do yet
12 > Repetitive_action has nothing to do yet
13 > delayed_action setting globals->still_to_do to 5
14 > repetitive_action decrementing globals->still_to_do. New value: 4
15 > repetitive_action decrementing globals->still_to_do. New value: 3
16 > repetitive_action decrementing globals->still_to_do. New value: 2
17 > repetitive_action decrementing globals->still_to_do. New value: 1
18 > repetitive_action decrementing globals->still_to_do. New value: 0
19 > Exiting GRAS