Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/platforms/two_hosts_platform_with_availability.xml examples/platforms...
[simgrid.git] / examples / platforms / two_hosts_platform_with_availability.xml
diff --git a/examples/platforms/two_hosts_platform_with_availability.xml b/examples/platforms/two_hosts_platform_with_availability.xml
deleted file mode 100644 (file)
index 21d5f10..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <zone  id="AS0"  routing="Full">
-    <host id="Cpu A" speed="10f" speed_file="profiles/trace_A.txt" state_file="profiles/trace_A_failure.txt"/>
-    <host id="Cpu B" speed="10f" speed_file="profiles/trace_B.txt"/>
-    <link id="LinkA" bandwidth="10MBps" latency="200ms"/>
-    <route src="Cpu A" dst="Cpu B">
-      <link_ctn id="LinkA"/>
-    </route>
-  </zone>
-</platform>