Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : test examples for snapshot comparison
[simgrid.git] / examples / msg / mc / test / snapshot_comparison_platform.xml
diff --git a/examples/msg/mc/test/snapshot_comparison_platform.xml b/examples/msg/mc/test/snapshot_comparison_platform.xml
new file mode 100644 (file)
index 0000000..a62a6e0
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version='1.0'?>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+   <host id="HostA" power="137333000"/>
+   <host id="HostB" power="98095000"/>
+   <host id="HostC" power="98095000"/>
+   <host id="HostD" power="98095000"/>
+   <link id="1" bandwidth="3430125" latency="0.000536941"/>
+   <link id="2" bandwidth="3430125" latency="0.000536941"/>
+   <link id="3" bandwidth="3430125" latency="0.000536941"/>
+   <route src="HostA" dst="HostB"><link_ctn id="1"/></route>
+   <route src="HostA" dst="HostC"><link_ctn id="2"/></route>
+   <route src="HostA" dst="HostD"><link_ctn id="3"/></route>
+ </AS>
+ </platform>
\ No newline at end of file