Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this xml file did not even parse anymore
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 09:11:48 +0000 (10:11 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 09:11:48 +0000 (10:11 +0100)
teshsuite/simdag/platforms/CMakeLists.txt
teshsuite/simdag/platforms/random.xml [deleted file]

index e4ccbac..7897b33 100644 (file)
@@ -50,7 +50,6 @@ set(xml_files
   ${CMAKE_CURRENT_SOURCE_DIR}/one_link_state_file.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/platform_include.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/properties.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/one_link_state_file.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/platform_include.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/properties.xml
-  ${CMAKE_CURRENT_SOURCE_DIR}/random.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/test_of_is_router.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/three_hosts_non_symmetric_route.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/two_clusters_one_name.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/test_of_is_router.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/three_hosts_non_symmetric_route.xml
   ${CMAKE_CURRENT_SOURCE_DIR}/two_clusters_one_name.xml
diff --git a/teshsuite/simdag/platforms/random.xml b/teshsuite/simdag/platforms/random.xml
deleted file mode 100644 (file)
index 573c424..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-
-<config id="General">
-  <prop id="rngstream/seed" value="12345;12345;12345;12345;12345;12345"></prop>
-</config>
-
-<random_law_type id="Core2010" type="discrete_explicite" value="1:0.1;2:0.4;23=0.00001"/>
-<random_law_type id="Core2012" type="discrete_explicite" value="1:0.01;2:0.8;23=0.00001"/>
-
-<random_law_type id="CustomBandwidth" type="uniform" min="1000" max="10000"/>
-<random_law_type id="CustomLatency" type="uniform" min="0.0001" max="0.0002"/>
-<random_law_type id="CustomAvail" type="uniform" min="0" max="1"/>
-
-<random_law_type id="expo01" type="exponential" rate="0.1"/>
-<random_law_type id="wei01" type="weibull" shape="1" scale=".4"/>
-
-<random_state_trace_type id="mystate" availa="expo01" unavail="wei01"/>
-<random_availability_trace_type id="mypow_avail" duration="expo01" value="CustomAvail"/>
-<random_availability_trace_type id="mybw" duration="expo01" value="CustomBandwidth"/>
-<random_availability_trace_type id="mylat" duration="expo01" value="CustomLatency"/>
-
-<random_law_type id="CustomPower" type="uniform" min="10000" max="400000"/>
-<random_law_type id="CustomBWval" type="uniform" min="1000" max="10000"/>
-
-<!--  tentative de description de variables linéairement corrélées. À revoir et confirmer... -->
-<random_law_type id="white" type="Gaussion" mean="1000" max="10000"/>
-<random_core_and_power_type id_core="foo"id_power="Core2010" mode="linear" base="NBcore" 
-                            linear_a="0.5" linear_b="1000" noise="white"/>
-
-<AS  id="AS0"  routing="Full">
-  <!-- Horizontal streams -->
-  <host id="foo" speed="123.121kf" state_trace="mystate" availability_trace="mypow_avail"/> 
-  <link id="bar" bandwidth=""   bandwidth_trace="mybw" latency_trace="mylat"/>
-  <cluster  id="bob_cluster" prefix="bob" suffix=".hamburger.edu" radical="0-1" speed="100kf"
-        bw="" lat="50us" bb_bw="2.25GBps"  bb_lat="500us"
-        bw_trace="mybw"
-        availability_trace="mywpow_avail"
-        state_trace="mystate"
-   />
-
-  <!-- Vertical stream ? -->
-  <peer_set id="peer_home" prefix="home" suffix=".edu" radical="1-10000"
-        speed="CustomPower"
-        bw_in_trace="mybw"
-        bw_out="CustomBWval"
-        lat="50us"
-  />
-  <peer_set/>
-</AS>
-</platform>