Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[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 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
6 $ $SG_TEST_EXENV ./timer_client$EXEEXT --log=root.fmt:%m%n
7 > Programming the repetitive_action with a frequency of 1.000000 sec
8 > Programming the delayed_action for after 2.000000 sec
9 > Have a rest
10 > Canceling the delayed_action.
11 > Re-programming the delayed_action for after 2.000000 sec
12 > Repetitive_action has nothing to do yet
13 > Repetitive_action has nothing to do yet
14 > delayed_action setting globals->still_to_do to 5
15 > repetitive_action decrementing globals->still_to_do. New value: 4
16 > repetitive_action decrementing globals->still_to_do. New value: 3
17 > repetitive_action decrementing globals->still_to_do. New value: 2
18 > repetitive_action decrementing globals->still_to_do. New value: 1
19 > repetitive_action decrementing globals->still_to_do. New value: 0
20 > Exiting GRAS