Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update tesh file for gtnets.
[simgrid.git] / examples / msg / gtnets / fullduplex-p.xml
index 64077e8..1d98642 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2"><!--- 
+<platform version="3"><!--- 
    S1  --------- C1
         link 1
         100MB, 5ms
 
   <link id="1" bandwidth="10000" latency="0.01" sharing_policy="FULLDUPLEX"/>
 
-  <route src="S1" dst="C1" symetrical="NO">
+  <route src="S1" dst="C1" symmetrical="NO">
      <link_ctn id="1" direction="DOWN"/>
   </route>
 
-  <route src="C1" dst="S1" symetrical="NO">
+  <route src="C1" dst="S1" symmetrical="NO">
      <link_ctn id="1" direction="UP"/>
   </route>