Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement MPI_IN_PLACE behavior for collectives
[simgrid.git] / examples / platforms / prop.xml
index ac206ca..17246bb 100644 (file)
    </AS>
    
    <AS  id="AS4"  routing="Full">
-          <host id="host1" power="1000000000">
+          <host id="host1" power="1Gf">
             <prop id="Hdd" value="180"/>
             <prop id="mem" value="4"/>
           </host>
           
-          <host id="host2" power="1000000000">
+          <host id="host2" power="1Gf">
             <prop id="Hdd" value="120"/>
           </host>
           
-          <link id="l1" bandwidth="125000000" latency="0.000100">
+          <link id="l1" bandwidth="125MBps" latency="100us">
             <prop id="type" value="Ethernet"/>
           </link>
           
-          <link id="l2" bandwidth="125000000" latency="0.000100">
+          <link id="l2" bandwidth="125MBps" latency="100us">
             <prop id="type" value="ethernet"/>
           </link>
           <route src="host1" dst="host2"><link_ctn id="l1"/><link_ctn id="l2"/></route>