Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Duplicate entry
[simgrid.git] / examples / suspend / suspend.tesh
1 #! ./tesh
2
3 ! output sort
4 $ java -cp .:${srcdir:=.}/examples:${srcdir:=.}/simgrid.jar suspend/Suspend ${srcdir:=.}/examples/platform.xml ${srcdir:=.}/examples/suspend/suspendDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
5 > [  0.000000] (0:@) Ready to run MSG_MAIN
6 > [  0.000000] (1:suspend.DreamMaster@Jacquelin) Let's create a lazy guy.
7 > [  0.000000] (1:suspend.DreamMaster@Jacquelin) Let's wait a little bit...
8 > [  0.000000] (2:Lazy@Jacquelin) Nobody's watching me ? Let's go to sleep.
9 > [ 10.000000] (0:@) Done running MSG_MAIN
10 > [ 10.000000] (0:@) MSG_main finished
11 > [ 10.000000] (0:@) Clean java world
12 > [ 10.000000] (0:@) Clean native world
13 > [ 10.000000] (1:suspend.DreamMaster@Jacquelin) Let's wake the lazy guy up! >:) BOOOOOUUUHHH!!!!
14 > [ 10.000000] (1:suspend.DreamMaster@Jacquelin) OK, goodbye now.
15 > [ 10.000000] (2:Lazy@Jacquelin) Uuuh ? Did somebody call me ?
16 > [ 10.000000] (2:Lazy@Jacquelin) Mmmh, goodbye now.
17 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
18