Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove GTNetS. It was not working anyway
[simgrid.git] / examples / platforms / crosstraffic.xml
diff --git a/examples/platforms/crosstraffic.xml b/examples/platforms/crosstraffic.xml
new file mode 100644 (file)
index 0000000..da382f6
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3"><!--- 
+   S1  _________ C1
+        link 1
+        100MB, 5ms
+-->
+
+<AS id="1" routing="Full">
+  <host id="S1" power="1Gf"/>
+  <host id="C1" power="1Gf"/>
+
+  <link id="1" bandwidth="10kBps" latency="10ms" sharing_policy="FULLDUPLEX"/>
+
+  <route src="S1" dst="C1" symmetrical="NO">
+     <link_ctn id="1" direction="DOWN"/>
+  </route>
+
+  <route src="C1" dst="S1" symmetrical="NO">
+     <link_ctn id="1" direction="UP"/>
+  </route>
+
+</AS>
+</platform>