Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove GTNetS. It was not working anyway
[simgrid.git] / examples / msg / gtnets / crosstraffic-p.xml
diff --git a/examples/msg/gtnets/crosstraffic-p.xml b/examples/msg/gtnets/crosstraffic-p.xml
deleted file mode 100644 (file)
index da382f6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>