Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / s4u / actor-suspend / s4u-actor-suspend.tesh
diff --git a/examples/s4u/actor-suspend/s4u-actor-suspend.tesh b/examples/s4u/actor-suspend/s4u-actor-suspend.tesh
deleted file mode 100644 (file)
index b506771..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/env tesh
-
-p Testing the suspend/resume feature of S4U
-
-! output sort 19
-$ ${bindir:=.}/s4u-actor-suspend ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%a@%h)%e%m%n"
-> [  0.000000] (dream_master@Boivin) Let's create a lazy guy.
-> [  0.000000] (Lazy@Boivin) Nobody's watching me ? Let's go to sleep.
-> [  0.000000] (dream_master@Boivin) Let's wait a little bit...
-> [ 10.000000] (dream_master@Boivin) Let's wake the lazy guy up! >:) BOOOOOUUUHHH!!!!
-> [ 10.000000] (Lazy@Boivin) Uuuh ? Did somebody call me ?
-> [ 10.000000] (Lazy@Boivin) Going to sleep...
-> [ 15.000000] (dream_master@Boivin) Suspend the lazy guy while he's sleeping...
-> [ 15.000000] (dream_master@Boivin) Let him finish his siesta.
-> [ 25.000000] (dream_master@Boivin) Wake up, lazy guy!
-> [ 25.000000] (Lazy@Boivin) Mmm... waking up.
-> [ 25.000000] (Lazy@Boivin) Going to sleep one more time (for 10 sec)...
-> [ 30.000000] (dream_master@Boivin) Suspend again the lazy guy while he's sleeping...
-> [ 30.000000] (dream_master@Boivin) This time, don't let him finish his siesta.
-> [ 32.000000] (dream_master@Boivin) Wake up, lazy guy!
-> [ 35.000000] (Lazy@Boivin) Waking up once for all!
-> [ 35.000000] (Lazy@Boivin) Ok, let's do some work, then (for 10 sec on Boivin).
-> [ 37.000000] (dream_master@Boivin) Give a 2 seconds break to the lazy guy while he's working...
-> [ 39.000000] (dream_master@Boivin) Back to work, lazy guy!
-> [ 39.000000] (dream_master@Boivin) OK, I'm done here.
-> [ 47.000000] (Lazy@Boivin) Mmmh, I'm done now. Goodbye.