File machines1000.xml is basically the same as cluster100.xml, but
with smaller bandwidths (100 times smaller).
XML_FILES = \
Dep.xml Plat.xml \
platform.xml deployment.xml simple_async.xml \
- cluster1000.xml
+ cluster1000.xml machines1000.xml
XML_DEV_FILES = $(XML_FILES:%.xml=%_dev.xml)
Plat.xml
cluster1000.xml
+ machines1000.xml
platform.xml
* fichiers de description de déploiement (tests)
<platform version="3">
<AS id="AS0" routing="Full">
<cluster id="c" prefix="h-" suffix="" radical="100000-100999"
- power="1000000000"
- bw="125000000" lat="5E-5"
- bb_bw="2250000000" bb_lat="5E-4" bb_sharing_policy="FATPIPE"/>
+ power="1e9"
+ bw="1.25e8" lat="5e-5"
+ bb_bw="2.25e9" bb_lat="5e-4" bb_sharing_policy="FATPIPE"/>
</AS>
</platform>
--- /dev/null
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="3">
+<AS id="AS0" routing="Full">
+ <cluster id="c" prefix="h-" suffix="" radical="100000-100999"
+ power="1e9"
+ bw="1.25e6" lat="5e-5"
+ bb_bw="2.25e7" bb_lat="5e-4" bb_sharing_policy="SHARED"/>
+</AS>
+</platform>