Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / platforms / clusters_routing_full.xml
index 19bea24..b7bd013 100644 (file)
 
 <AS id="AS0" routing="Full">
        <cluster id="my_cluster_1" prefix="c-" suffix=".me" radical="0-9"
-               power="1gf" bw="125MBps" lat="50us" bb_bw="2.25GBps"
+               power="1Gf" bw="125MBps" lat="50us" bb_bw="2.25GBps"
                bb_lat="500us" />
 
        <cluster id="my_cluster_2" prefix="c-" suffix=".me" radical="10-19"
-               power="1gf" bw="125MBps" lat="50us" bb_bw="2.25GBps"
+               power="1Gf" bw="125MBps" lat="50us" bb_bw="2.25GBps"
                bb_lat="500us" />
 
        <link id="backbone" bandwidth="1.25GBps" latency="500us" />