From: afanfakh Date: Fri, 6 Nov 2015 10:47:36 +0000 (+0100) Subject: Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/mpi-energy2 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/mpi-energy2.git/commitdiff_plain/453664b6bc4c3d4cfee00082a2f26ada681f08a5?hp=397e5e999fa9e8d60d94e5e3f15302b14c1e54e9 Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/mpi-energy2 --- diff --git a/mpi-energy2-extension/Heter_paper.tex b/mpi-energy2-extension/Heter_paper.tex index 1d2081f..ccccc7f 100644 --- a/mpi-energy2-extension/Heter_paper.tex +++ b/mpi-energy2-extension/Heter_paper.tex @@ -200,17 +200,14 @@ the number of FLOPS executed by the processor which may increase the execution time of the application running over that processor. Therefore, researchers use different optimization strategies to select the frequency that gives the best trade-off between the energy reduction and performance degradation ratio. In -\cite{Our_first_paper} and \cite{pdsec2015} , a frequency selecting algorithm +\cite{Our_first_paper} and \cite{pdsec2015}, a frequency selecting algorithm was proposed to reduce the energy consumption of message passing iterative applications running over homogeneous and heterogeneous clusters respectively. The results of the experiments showed significant energy consumption reductions. All the experimental results were conducted over the SimGrid -simulator \cite{SimGrid}, which offers easy tools to create homogeneous and -heterogeneous platforms and runs message passing parallel applications over -them. % -\AG{[\dots], which offers easy tools to describe homogeneous and heterogeneous - platforms, and to simulate the execution of message passing parallel - applications over them.}% +simulator \cite{SimGrid}, which offers easy tools to describe homogeneous and heterogeneous platforms, and to simulate the execution of message passing parallel +applications over them. + In this paper, a new frequency selecting algorithm, adapted to grid platforms composed of heterogeneous clusters, is presented. It is applied to the NAS parallel benchmarks and evaluated over a real testbed, the Grid'5000 platform @@ -234,6 +231,7 @@ NAS parallel benchmarks and executing them on the Grid'5000 testbed. It also evaluates the algorithm over multi-cores per node architectures and over three different power scenarios. Moreover, it shows the comparison results between the proposed method and an existing method. Finally, in Section~\ref{sec.concl} the paper ends with a summary and some future works. + \section{Related works} \label{sec.relwork} @@ -394,7 +392,7 @@ and $\Tcm[hj]$ is the communication time of processor $j$ in the cluster $h$ dur first iteration. The execution time for one iteration is equal to the sum of the maximum computation time for all nodes with the new scaling factors and the slowest communication time without slack time during one iteration. The latter is equal to the communication time of the slowest node in the slowest cluster $h$. -It means\AG[]{It means that\dots} only the communication time without any slack time is taken into account. +It means that only the communication time without any slack time is taken into account. Therefore, the execution time of the iterative application is equal to the execution time of one iteration as in (\ref{eq:perf}) multiplied by the number of iterations of that application. @@ -543,9 +541,10 @@ frequency scaling factors for a homogeneous and a heterogeneous cluster respecti Both methods selects the frequencies that gives the best trade-off between energy consumption reduction and performance for message passing iterative synchronous applications. In this work we -are interested in grids that are composed of heterogeneous clusters were the nodes have different characteristics such as dynamic power, static power, computation power, frequencies range, network latency and bandwidth. -Due to the -heterogeneity of the processors, a vector of scaling factors should be selected +are interested in grids that are composed of heterogeneous clusters were the nodes +have different characteristics such as dynamic power, static power, computation power, +frequencies range, network latency and bandwidth. +Due to the heterogeneity of the processors, a vector of scaling factors should be selected and it must give the best trade-off between energy consumption and performance. The relation between the energy consumption and the execution time for an @@ -789,11 +788,7 @@ factor should start from the maximum frequency because the performance and the consumed energy decrease from the beginning of the plot. On the other hand, in the grid platform the performance is maintained at the beginning of the plot even if the frequencies of the faster nodes decrease until the computing -power of scaled down nodes are lower than the slowest node. In other words, -\AG[]{That's not a sentence.} -until they reach the higher bound. It can also be noticed that the higher the -difference between the faster nodes and the slower nodes is, the bigger the -maximum distance between the energy curve and the performance curve is, which results in bigger energy savings. +power of scaled down nodes are lower than the slowest node. It can also be noticed that the higher the difference between the faster nodes and the slower nodes is, the bigger the maximum distance between the energy curve and the performance curve is, which results in bigger energy savings. \section{Experimental results} @@ -975,12 +970,11 @@ scenario. Moreover, most of the benchmarks running over the one site scenario ha However, the execution times and the energy consumptions of EP and MG benchmarks, which have no or small communications, are not significantly affected in both scenarios, even when the number of nodes is doubled. On the -other hand, the communications\AG[]{the communication time?} of the rest of the benchmarks increases when +other hand, the communication times of the rest of the benchmarks increases when using long distance communications between two sites or increasing the number of computing nodes. - The energy saving percentage is computed as the ratio between the reduced energy consumption, Equation~\ref{eq:energy}, and the original energy consumption, Equation~\ref{eq:eorginal}, for all benchmarks as in Figure~\ref{fig:eng_s}. diff --git a/mpi-energy2-extension/fig/power_consumption.pdf b/mpi-energy2-extension/fig/power_consumption.pdf index 6405813..3e67d46 100644 Binary files a/mpi-energy2-extension/fig/power_consumption.pdf and b/mpi-energy2-extension/fig/power_consumption.pdf differ