Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added files to the msg SUSPEND/RESUME example.
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 16 Jul 2007 14:53:30 +0000 (14:53 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 16 Jul 2007 14:53:30 +0000 (14:53 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3809 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/suspend/deployment_suspend.xml [new file with mode: 0644]
examples/msg/suspend/suspend.c [moved from examples/msg/msg_test_suspend.c with 100% similarity]
examples/msg/suspend/suspend.tesh.in [moved from examples/msg/suspend.tesh.in with 83% similarity]

diff --git a/examples/msg/suspend/deployment_suspend.xml b/examples/msg/suspend/deployment_suspend.xml
new file mode 100644 (file)
index 0000000..bd0cd97
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <process host="Jacquelin" function="dream_master"/>
+</platform_description>
similarity index 83%
rename from examples/msg/suspend.tesh.in
rename to examples/msg/suspend/suspend.tesh.in
index 4137017..0ccb5a6 100644 (file)
@@ -1,8 +1,8 @@
 #! ./tesh
 
-p Testing the suspend feature of MSG
+p Testing the suspend/resume feature of MSG
 
-$ ./msg_test_suspend @srcdir@/msg_platform.xml @srcdir@/msg_deployment_suspend.xml 
+$ suspend/suspend @srcdir@/msg_platform.xml @srcdir@/suspend/deployment_suspend.xml 
 > [Jacquelin:dream_master:(1) 0.000000] [msg_test/INFO] Let's create a lazy guy.
 > [Jacquelin:dream_master:(1) 0.000000] [msg_test/INFO] Let's wait a little bit...
 > [Jacquelin:Lazy:(2) 0.000000] [msg_test/INFO] Nobody's watching me ? Let's go to sleep.