Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / teshsuite / simdag / platforms / test_of_is_router.xml
index 3a797e9..4be7902 100644 (file)
@@ -4,28 +4,28 @@
 <AS  id="AS"  routing="Full">
        
        <AS  id="AS0"  routing="Full">
-          <host id="host01" power="1000000000"/>
-          <host id="host02" power="500000000"/>
+          <host id="host01" power="1gf"/>
+          <host id="host02" power="500mf"/>
           <router id="router1"/>
        </AS>
        <AS  id="AS1"  routing="Floyd">
-          <host id="host03" power="1000000000"/>
-          <host id="host04" power="500000000"/>
+          <host id="host03" power="1gf"/>
+          <host id="host04" power="500mf"/>
           <router id="router2"/>
        </AS>
        <AS  id="AS2"  routing="Dijkstra">
-          <host id="host05" power="1000000000"/>
-          <host id="host06" power="500000000"/>
+          <host id="host05" power="1gf"/>
+          <host id="host06" power="500mf"/>
           <router id="router3"/>
           </AS>
        <AS  id="AS3"  routing="DijkstraCache">
-          <host id="host07" power="1000000000"/>
-          <host id="host08" power="500000000"/>
+          <host id="host07" power="1gf"/>
+          <host id="host08" power="500mf"/>
           <router id="router4"/>
        </AS>
        <AS  id="AS4"  routing="None">
-          <host id="host09" power="1000000000"/>
-          <host id="host10" power="500000000"/>
+          <host id="host09" power="1gf"/>
+          <host id="host10" power="500mf"/>
           <router id="router5"/>
        </AS>