Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill this file
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 20 Feb 2020 12:32:43 +0000 (13:32 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 20 Feb 2020 12:34:36 +0000 (13:34 +0100)
MANIFEST.in
examples/platforms/storage/remote_io.xml [deleted file]
tools/cmake/DefinePackages.cmake

index 00f45c1..2bd61ba 100644 (file)
@@ -1935,7 +1935,6 @@ include examples/platforms/small_platform_profile.xml
 include examples/platforms/small_platform_with_routers.xml
 include examples/platforms/storage/content/small_content.txt
 include examples/platforms/storage/content/storage_content.txt
-include examples/platforms/storage/remote_io.xml
 include examples/platforms/storage/storage.xml
 include examples/platforms/syscoord/generate_peer_platform.pl
 include examples/platforms/syscoord/median_harvard.syscoord
diff --git a/examples/platforms/storage/remote_io.xml b/examples/platforms/storage/remote_io.xml
deleted file mode 100644 (file)
index da1a035..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <config>
-    <prop id="path" value="../examples/platforms/"/>
-  </config>
-
-  <zone id="AS0" routing="Full">
-    <storage_type id="SATA-II_HDD" size="500GB" content="content/small_content.txt">
-      <model_prop id="Bread" value="92MBps"/> 
-      <model_prop id="Bwrite" value="62MBps"/> 
-    </storage_type>
-
-    <storage id="Disk1" typeId="SATA-II_HDD" attach="carl"/>
-
-    <storage id="Disk2" typeId="SATA-II_HDD" attach="dave"
-             content="content/storage_content.txt" />
-
-    <host id="alice" speed="1Gf">
-      <mount storageId="Disk2" name="/tmp"/>
-    </host>
-    <host id="bob" speed="1Gf">
-      <mount storageId="Disk1" name="/scratch"/>
-    </host>
-    <host id="carl" speed="1Gf">
-      <mount storageId="Disk1" name="/scratch"/>
-    </host>
-    <host id="dave" speed="1Gf">
-      <mount storageId="Disk2" name="/tmp"/>
-    </host>
-
-    <link id="link1" bandwidth="125MBps" latency="50us"/>
-    <link id="link2" bandwidth="125MBps" latency="50us"/>
-    <link id="link3" bandwidth="125MBps" latency="50us"/>
-    <link id="link4" bandwidth="125MBps" latency="50us"/>
-    <link id="link5" bandwidth="125MBps" latency="50us"/>
-    <link id="link6" bandwidth="125MBps" latency="50us"/>
-
-    <route src="alice" dst="bob">
-      <link_ctn id="link1"/>
-    </route>
-    <route src="alice" dst="carl">
-      <link_ctn id="link2"/>
-    </route>
-    <route src="alice" dst="dave">
-      <link_ctn id="link3"/>
-    </route>
-    <route src="bob" dst="carl">
-      <link_ctn id="link4"/>
-    </route>
-    <route src="bob" dst="dave">
-      <link_ctn id="link5"/>
-    </route>
-    <route src="carl" dst="dave">
-      <link_ctn id="link6"/>
-    </route>
-  </zone>
-</platform>
index 2b827e9..b211891 100644 (file)
@@ -1170,7 +1170,6 @@ set(PLATFORMS_EXAMPLES
   examples/platforms/simulacrum_7_hosts.xml
   examples/platforms/storage/content/small_content.txt
   examples/platforms/storage/content/storage_content.txt
-  examples/platforms/storage/remote_io.xml
   examples/platforms/storage/storage.xml
   examples/platforms/small_platform.xml
   examples/platforms/small_platform.lua