Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[platforms] fix comments
authorMillian Poquet <millian.poquet@inria.fr>
Fri, 16 Aug 2019 12:31:15 +0000 (14:31 +0200)
committerMillian Poquet <millian.poquet@inria.fr>
Thu, 5 Sep 2019 15:09:42 +0000 (17:09 +0200)
examples/platforms/energy_cluster.xml
examples/platforms/energy_platform.xml

index 0452d00..4b6dcef 100644 (file)
@@ -3,7 +3,7 @@
 <platform version="4.1">
   <cluster bb_bw="2.25GBps" bb_lat="500us" bw="125MBps" core="4" id="cluster" lat="50us" prefix="MyHost" radical="1-2" speed="100.0Mf,50.0Mf,20.0Mf" suffix="">
     <!--  List of idle_power:epsilon_power:max_power pairs (in Watts) -->
-    <!--  The list must contain one speed tupple for each previously defined pstate-->
+    <!--  The list must contain one speed tuple for each previously defined pstate-->
     <prop id="watt_per_state" value="100.0:93.33333333333333:200.0, 93.0:90.0:170.0, 90.0:90.0:150.0" />
     <prop id="watt_off" value="10" />
   </cluster>
index e085b0f..17756ad 100644 (file)
@@ -6,21 +6,21 @@
     <!-- Attribute 'pstate' specifies the initialy selected pstate (here, the lowest pstate corresponds to the highest
          processor speed) -->
     <host core="4" id="MyHost1" pstate="0" speed="100.0Mf,50.0Mf,20.0Mf">
-      <!--  List of Idle:Epsilon:AllCores (in Watts) corresponding to the speed consumed when the processor is idle
-            and when one core is at full speed, and when all cores are fully loaded -->
+      <!--  List of Idle:Epsilon:AllCores (in Watts) corresponding to the speed consumed when the processor is idle,
+            when all cores have a tiny epsilon load, and when all cores are fully loaded -->
       <!--  The list must contain one energetic profile for each previously defined pstate-->
       <prop id="watt_per_state" value="100.0:93.33333333333333:200.0, 93.0:90.0:170.0, 90.0:90.0:150.0" />
       <prop id="watt_off" value="10" />
     </host>
     
     <host core="1" id="MyHost2" pstate="0" speed="100.0Mf,50.0Mf,20.0Mf">
-      <!-- This host is mono-core, so Epsilon=AllCores -->
+      <!-- This host is mono-core and its consumption is either idle or full load (Epsilon=AllCores) -->
       <prop id="watt_per_state" value="100.0:200.0:200.0, 93.0:170.0:170.0, 90.0:150.0:150.0" />
       <prop id="watt_off" value="10" />
     </host>
     
     <host core="1" id="MyHost3" pstate="0" speed="100.0Mf,50.0Mf,20.0Mf">
-      <!-- This host is mono-core, so Epsion=AllCores -->
+      <!-- This host is mono-core and its consumption is either idle or full load (Epsilon=AllCores) -->
       <prop id="watt_per_state" value="100.0:200.0:200.0, 93.0:170.0:170.0, 90.0:150.0:150.0" />
       <prop id="watt_off" value="10" />
     </host>