Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dig through git history, and update copyright lines.
[simgrid.git] / examples / msg / icomms / small_platform.xml
index 1455f4c..481e3c2 100644 (file)
@@ -3,13 +3,13 @@
  <platform version="3">
  <AS  id="AS0"  routing="Full">
    <!-- ljlkj -->
-   <host id="Tremblay" power="98095000"/>
-   <host id="Ruby" power="98095000"/>
-   <host id="Perl" power="98095000"/>
-   <host id="Java" power="98095000"/>
-   <link id="1" bandwidth="498000000" latency="0.00015" sharing_policy="FATPIPE"/>
-   <link id="2" bandwidth="498000000" latency="0.00015" sharing_policy="FATPIPE"/>
-   <link id="3" bandwidth="498000000" latency="0.00015" sharing_policy="FATPIPE"/>
+   <host id="Tremblay" power="98.095Mf"/>
+   <host id="Ruby" power="98.095Mf"/>
+   <host id="Perl" power="98.095Mf"/>
+   <host id="Java" power="98.095Mf"/>
+   <link id="1" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
+   <link id="2" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
+   <link id="3" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
    <route src="Tremblay" dst="Ruby"><link_ctn id="1"/></route>
    <route src="Tremblay" dst="Perl"><link_ctn id="2"/></route>
    <route src="Tremblay" dst="Java"><link_ctn id="3"/></route>