Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / platforms / two_hosts_platform_shared.xml
index b1aeab6..7811272 100644 (file)
@@ -1,11 +1,13 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
  <AS  id="AS0"  routing="Full">
  
  
-   <host id="cpu0" power="4Gf"/>
-   <host id="cpu1" power="4Gf"/>
+   <host id="cpu0" speed="4Gf"/>
+   <host id="cpu1" speed="4Gf"/>
    <link id="link0" bandwidth="125MBps" latency="100us" sharing_policy="SHARED"/>
    <route src="cpu0" dst="cpu0">
      <link_ctn id="link0"/>