Logo AND Algorithmique Numérique Distribuée

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