Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deployment file of alltoall example
authoramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 May 2006 05:45:43 +0000 (05:45 +0000)
committeramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 May 2006 05:45:43 +0000 (05:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2236 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/alltoall/alltoall_deployment.xml [new file with mode: 0644]

diff --git a/examples/gras/alltoall/alltoall_deployment.xml b/examples/gras/alltoall/alltoall_deployment.xml
new file mode 100644 (file)
index 0000000..c8ace22
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description>
+  <!-- The Tremblay node, arguments :: all others nodes -->
+  <process host="Tremblay" function="node">
+     <argument value="4000"/>
+     <argument value="Jupiter"/>  
+     <argument value="Fafard"/> 
+     <argument value="Ginette"/> 
+     <argument value="Bourassa"/> 
+  </process>
+  <!-- The Jupiter node, arguments :: all others nodes -->
+  <process host="Jupiter" function="node">
+     <argument value="4000"/>
+     <argument value="Tremblay"/> 
+     <argument value="Fafard"/> 
+     <argument value="Ginette"/> 
+     <argument value="Bourassa"/> 
+  </process>
+  <!-- The Fafard node, arguments :: all others nodes -->
+  <process host="Fafard" function="node">
+     <argument value="4000"/>
+     <argument value="Tremblay"/> 
+     <argument value="Jupiter"/>  
+     <argument value="Ginette"/> 
+     <argument value="Bourassa"/> 
+  </process>
+  <!-- The Ginette node, arguments :: all others nodes -->
+  <process host="Ginette" function="node">
+     <argument value="4000"/>
+     <argument value="Tremblay"/> 
+     <argument value="Jupiter"/>  
+     <argument value="Fafard"/> 
+     <argument value="Bourassa"/> 
+  </process>
+  <!-- The Bourassa node, arguments :: all others nodes -->
+  <process host="Bourassa" function="node">
+     <argument value="4000"/>
+     <argument value="Tremblay"/> 
+     <argument value="Jupiter"/>  
+     <argument value="Fafard"/> 
+     <argument value="Ginette"/> 
+  </process>
+</platform_description>