Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage-kill: get rid of this platform file
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 2 Feb 2021 23:03:33 +0000 (00:03 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 3 Feb 2021 09:01:46 +0000 (10:01 +0100)
MANIFEST.in
examples/platforms/storage/storage.xml [deleted file]
tools/cmake/DefinePackages.cmake

index 771e165..76e5d49 100644 (file)
@@ -775,7 +775,6 @@ include teshsuite/simdag/comp-only-par/comp-only-par.c
 include teshsuite/simdag/comp-only-par/comp-only-par.tesh
 include teshsuite/simdag/comp-only-seq/comp-only-seq.c
 include teshsuite/simdag/comp-only-seq/comp-only-seq.tesh
-include teshsuite/simdag/flatifier/bogus_disk_attachment.tesh
 include teshsuite/simdag/flatifier/bogus_missing_gateway.tesh
 include teshsuite/simdag/flatifier/bogus_two_hosts_asymetric.tesh
 include teshsuite/simdag/flatifier/flatifier.cpp
@@ -1948,7 +1947,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/storage.xml
 include examples/platforms/syscoord/generate_peer_platform.pl
 include examples/platforms/syscoord/median_harvard.syscoord
 include examples/platforms/syscoord/median_meridian.syscoord
diff --git a/examples/platforms/storage/storage.xml b/examples/platforms/storage/storage.xml
deleted file mode 100644 (file)
index ca64a72..0000000
+++ /dev/null
@@ -1,46 +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="single_HDD" size="500GiB" content="content/storage_content.txt">
-      <model_prop id="Bwrite" value="30MBps" />
-      <model_prop id="Bread" value="100MBps" />
-    </storage_type>
-
-    <storage_type id="single_SSD" size="500GiB" content="content/storage_content.txt">
-      <model_prop id="Bwrite" value="60MBps" />
-      <model_prop id="Bread" value="200MBps" />
-    </storage_type>
-
-    <storage id="Disk1" typeId="single_HDD" attach="bob" />
-    <storage id="Disk2" typeId="single_SSD" attach="alice"
-             content="content/small_content.txt"/>
-    <storage id="Disk3" typeId="single_HDD" attach="carl" />
-    <storage id="Disk4" typeId="single_SSD" attach="denise"
-             content="content/small_content.txt" />
-
-    <host id="bob" speed="1Gf">
-      <mount storageId="Disk1" name="/home"/>
-    </host>
-    <host id="alice" speed="1Gf">
-      <mount storageId="Disk2" name="/tmp"/>
-    </host>
-    <host id="carl" speed="1Gf">
-      <mount storageId="Disk3" name="/home"/>
-    </host>
-    <host id="denise" speed="1Gf">
-      <mount storageId="Disk2" name="/tmp"/>
-      <mount storageId="Disk4" name="/home"/>
-    </host>
-
-    <link id="link1" bandwidth="125MBps" latency="150us" />
-
-    <route src="bob" dst="alice">
-      <link_ctn id="link1" />
-    </route>
-  </zone>
-</platform>
index 7fcd5e6..d5e1b5c 100644 (file)
@@ -1171,7 +1171,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/storage.xml
   examples/platforms/small_platform.xml
   examples/platforms/small_platform.lua
   examples/platforms/small_platform_constant.xml