From 16ecc435ceb8df6099ab0aef47295d5ff1e481fa Mon Sep 17 00:00:00 2001 From: afanfakh Date: Wed, 3 Dec 2014 16:10:40 +0100 Subject: [PATCH 1/1] some corrections --- Heter_paper.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Heter_paper.tex b/Heter_paper.tex index 88e7fef..b51db3b 100644 --- a/Heter_paper.tex +++ b/Heter_paper.tex @@ -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. -- 2.39.5