Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factorized platform file
authorquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Nov 2007 10:16:50 +0000 (10:16 +0000)
committerquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Nov 2007 10:16:50 +0000 (10:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4961 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/platforms/prop.xml [new file with mode: 0644]

diff --git a/examples/platforms/prop.xml b/examples/platforms/prop.xml
new file mode 100644 (file)
index 0000000..43feb4b
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "surfxml.dtd">
+<platform version="2">
+  <host id="C1-01" power="1000000000">
+    <prop id="Hdd" value="180"/>
+    <prop id="mem" value="4"/>
+  </host>
+  <host id="C1-00" power="1000000000">
+    <prop id="Hdd" value="120"/>
+  </host>
+  <link id="6" bandwidth="125000000" latency="0.000100">
+    <prop id="type" value="Ethernet"/>
+  </link>
+  <link id="0" bandwidth="125000000" latency="0.000100">
+    <prop id="type" value="ethernet"/>
+  </link>
+  <route src="C1-00" dst="C1-01"><link:ctn id="6"/><link:ctn id="0"/></route>
+  <route src="C1-01" dst="C1-00"><link:ctn id="0"/><link:ctn id="6"/></route>
+</platform>