Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Import of Frederic's files and set up a very basic test (juste parsing the files).
[simgrid.git] / teshsuite / simdag / platforms / one_link_fatpipe.xml
diff --git a/teshsuite/simdag/platforms/one_link_fatpipe.xml b/teshsuite/simdag/platforms/one_link_fatpipe.xml
new file mode 100644 (file)
index 0000000..1155bc6
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <host id="bob" power="500000000"/>
+  <link id="link1" bandwidth="125000000" latency="5E-5"
+        sharing_policy="FATPIPE"/>
+</platform>