Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
XML is... well we're using it.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 06:10:31 +0000 (06:10 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 06:10:31 +0000 (06:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@964 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/ping/ping_deployment.txt [deleted file]
examples/gras/ping/ping_deployment.xml [new file with mode: 0644]
examples/gras/ping/ping_deployment_new.txt [deleted file]

diff --git a/examples/gras/ping/ping_deployment.txt b/examples/gras/ping/ping_deployment.txt
deleted file mode 100644 (file)
index ae53587..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<DEPLOYMENT>
-  Bellemare server 4000
-  Gaston client Bellemare 4000
-</DEPLOYMENT>
diff --git a/examples/gras/ping/ping_deployment.xml b/examples/gras/ping/ping_deployment.xml
new file mode 100644 (file)
index 0000000..a97b81d
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description>
+  <process host="Tremblay" function="server">
+     <argument value="4000"/>       <!-- port number -->
+  </process>
+  <process host="Fafard" function="client">
+     <argument value="4000"/>       <!-- port number -->
+  </process>
+</platform_description>
diff --git a/examples/gras/ping/ping_deployment_new.txt b/examples/gras/ping/ping_deployment_new.txt
deleted file mode 100644 (file)
index 26ce47c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-"cpu A" server 4000
-"cpu B" client 125 4000