Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a flatifying test with a multicore cluster -- it's broken for now
[simgrid.git] / teshsuite / simdag / platforms / two_clusters_one_name.xml
index 0e7f853..8270507 100644 (file)
@@ -4,14 +4,14 @@
   <AS id="AS0"  routing="Full">
 
     <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
-             radical="0-1" power="1000000000" bw="125000000" lat="5E-5"
-             bb_bw="2250000000" bb_lat="5E-4"/>
+             radical="0-1" power="1Gf" bw="125MBps" lat="50us"
+             bb_bw="2.25GBps" bb_lat="500us"/>
    
     <cluster id="bob_cluster_1" prefix="bob" suffix=".hamburger.edu"
-             radical="2-3" power="1000000000" bw="125000000" lat="5E-5"
-             bb_bw="2250000000" bb_lat="5E-4"/>
+             radical="2-3" power="1Gf" bw="125MBps" lat="50us"
+             bb_bw="2.25GBps" bb_lat="500us"/>
            
-    <link id="backbone" bandwidth="1250000000" latency="5E-4"/>  
+    <link id="backbone" bandwidth="1.25GBps" latency="500us"/>  
    
     <ASroute src="bob_cluster" 
              dst="bob_cluster_1"