Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a simple exemple and test of multicore machine.
[simgrid.git] / examples / platforms / multicore_machine.xml
diff --git a/examples/platforms/multicore_machine.xml b/examples/platforms/multicore_machine.xml
new file mode 100644 (file)
index 0000000..0c9011c
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version='1.0'?>
+ <!DOCTYPE platform SYSTEM "simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+   <host id="Tremblay" power="98095000" core="6"/>
+ </AS>
+ </platform>