]> AND Private Git Repository - mpi-energy2.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
some corrections
authorafanfakh <afanfakh@fanfakh.afanfakh>
Wed, 3 Dec 2014 15:10:40 +0000 (16:10 +0100)
committerafanfakh <afanfakh@fanfakh.afanfakh>
Wed, 3 Dec 2014 15:10:40 +0000 (16:10 +0100)
Heter_paper.tex

index 88e7fefb305f4507676d09c565160bae31c22930..b51db3b23149cd8cad677db096cd3599cd5c0cf8 100644 (file)
@@ -448,11 +448,11 @@ normalized execution time is inverted which gives the normalized performance equ
 \begin{figure}
   \centering
   \subfloat[Homogeneous platform]{%
-    \includegraphics[width=.33\textwidth]{fig/homo}\label{fig:r1}}%
+    \includegraphics[width=.30\textwidth]{fig/homo}\label{fig:r1}}%
   
   
   \subfloat[Heterogeneous platform]{%
-    \includegraphics[width=.33\textwidth]{fig/heter}\label{fig:r2}}
+    \includegraphics[width=.30\textwidth]{fig/heter}\label{fig:r2}}
   \label{fig:rel}
   \caption{The energy and performance relation}
 \end{figure}
@@ -898,10 +898,10 @@ compared to the communication times.
 \begin{figure}
   \centering
   \subfloat[Energy saving]{%
-    \includegraphics[width=.33\textwidth]{fig/energy}\label{fig:energy}}%
+    \includegraphics[width=.30\textwidth]{fig/energy}\label{fig:energy}}%
   
   \subfloat[Performance degradation ]{%
-    \includegraphics[width=.33\textwidth]{fig/per_deg}\label{fig:per_deg}}
+    \includegraphics[width=.30\textwidth]{fig/per_deg}\label{fig:per_deg}}
   \label{fig:avg}
   \caption{The energy and performance for all NAS benchmarks running with difference number of nodes}
 \end{figure}
@@ -1023,7 +1023,7 @@ results in less energy saving but less performance degradation.
     \includegraphics[width=.30\textwidth]{fig/sen_comp}\label{fig:sen_comp}}%
 
   \subfloat[Comparison the selected frequency scaling factors of MG benchmark class C running on 8 nodes]{%
-    \includegraphics[width=.34\textwidth]{fig/three_scenarios}\label{fig:scales_comp}}
+    \includegraphics[width=.30\textwidth]{fig/three_scenarios}\label{fig:scales_comp}}
   \label{fig:comp}
   \caption{The comparison of the three power scenarios}
 \end{figure}  
@@ -1041,7 +1041,7 @@ They developed a green governor that regularly applies an online frequency selec
 initial frequencies computed using the equation (\ref{eq:Fint}). The resulting algorithm is an exhaustive search algorithm that minimizes the EDP and has the initial frequencies values as an upper bound.
 
 Both algorithms were applied to the parallel NAS benchmarks to compare their efficiency. Table \ref{table:compare_EDP}  presents the results of comparing the execution times and the energy consumptions for both versions of the NAS benchmarks while running the class C of each benchmark over 8 or 9 heterogeneous nodes. \textcolor{red}{The results show that our algorithm gives better energy savings than Spiliopoulos et al. algorithm, 
-on average it is up to 17\% higher for  energy saving compared to their algorithm. The average of performance degradation percentage using our method is higher on average by 3.82\%.
+on average it is up to 17\% higher for  energy saving compared to their algorithm. The average of performance degradation percentage using our method is higher on average by 3.82\%. The positive values for  energy saving and distance are mean that our method outperform Spiliopoulos et al. method, while the inverse is happen for the negative values. The negative values for performance degradation percentage are mean our method is has the less delay in time, while the positive values mean the inverse. }
 
 For all benchmarks, our algorithm outperforms 
 Spiliopoulos et al. algorithm in term of energy and performance tradeoff \textcolor{red}{(on average it has up to 21\% of distance)}, see figure (\ref{fig:compare_EDP}) because it maximizes the distance between the energy saving and the performance degradation values while giving the same weight for both metrics.