Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to rename cloud examples
[simgrid.git] / examples / platforms / three_multicore_hosts.xml
diff --git a/examples/platforms/three_multicore_hosts.xml b/examples/platforms/three_multicore_hosts.xml
new file mode 100644 (file)
index 0000000..7372bf9
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <AS id="siteA" routing="Full">
+    <host id="PM0" speed="100Mf" core="1"/>
+    <host id="PM1" speed="100Mf" core="2"/>
+    <host id="PM2" speed="100Mf" core="4"/>
+
+    <link id="link1" bandwidth="100Mbps" latency="10ms" />
+
+    <route src="PM0" dst="PM1"><link_ctn id="link1"/></route>
+    <route src="PM0" dst="PM2"><link_ctn id="link1"/></route>
+    <route src="PM1" dst="PM2"><link_ctn id="link1"/></route>
+  </AS>
+</platform>