X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/mpi-energy2.git/blobdiff_plain/2f04605c2607edb3cf245d6af58ceb13aff27453..6f654dc78519e3caa1dfdec3a8be444277823ce4:/mpi-energy2-extension/Heter_paper.tex diff --git a/mpi-energy2-extension/Heter_paper.tex b/mpi-energy2-extension/Heter_paper.tex index a72c553..0973f10 100644 --- a/mpi-energy2-extension/Heter_paper.tex +++ b/mpi-energy2-extension/Heter_paper.tex @@ -202,7 +202,7 @@ 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 was proposed to reduce the energy consumption of message passing -applications \textcolor{blue}{with iterations} running over homogeneous and heterogeneous clusters respectively. +applications with iterations 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 describe homogeneous and heterogeneous platforms, and to simulate the execution of message passing parallel @@ -212,7 +212,7 @@ 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 \cite{grid5000}. It selects for a grid platform running a message passing - application \textcolor{blue}{with iterations} the vector of frequencies that simultaneously tries to + application with iterations the vector of frequencies that simultaneously tries to offer the maximum energy reduction and minimum performance degradation ratios. The algorithm has a very small overhead, works online and does not need any training or profiling. @@ -255,8 +255,8 @@ adapted to the execution's environment and the type of the application such as sequential, parallel or distributed architecture, homogeneous or heterogeneous platform, synchronous or asynchronous application. -In this paper, we are interested in reducing energy for message passing - synchronous applications \textcolor{blue}{with iterations} running over heterogeneous grid platforms. Some +In this paper, we are interested in reducing the energy consumption of message passing + synchronous applications with iterations running over heterogeneous grid platforms. Some works have already been done for such platforms and they can be classified into two types of heterogeneous platforms: \begin{itemize} @@ -304,7 +304,7 @@ overhead. In contrast to the above described papers, this paper presents the following contributions : \begin{enumerate} \item two new energy and performance models for message passing - synchronous applications \textcolor{blue}{with iterations} running over a heterogeneous grid platform. Both models + synchronous applications with iterations running over a heterogeneous grid platform. Both models take into account communication and slack times. The models can predict the required energy and the execution time of the application. @@ -312,7 +312,7 @@ following contributions : platforms. The algorithm has a very small overhead and does not need any training nor profiling. It uses a new optimization function which simultaneously maximizes the performance and minimizes the energy consumption - of a message passing synchronous application \textcolor{blue}{with iterations}. + of a message passing synchronous application with iterations. \end{enumerate} @@ -322,25 +322,25 @@ following contributions : \label{sec.exe} \subsection{The execution time of message passing distributed - applications \textcolor{blue}{with iterations} on a heterogeneous platform} + applications with iterations on a heterogeneous platform} In this paper, we are interested in reducing the energy consumption of message -passing distributed synchronous applications \textcolor{blue}{with iterations} running over +passing distributed synchronous applications with iterations running over heterogeneous grid platforms. A heterogeneous grid platform could be defined as a collection of heterogeneous computing clusters interconnected via a long distance network which has lower bandwidth and higher latency than the local networks of the clusters. Each computing cluster in the grid is composed of homogeneous nodes that are connected together via high speed network. Therefore, each cluster has different characteristics such as computing power (FLOPS), energy consumption, CPU's frequency range, network bandwidth and latency. -The overall execution time of a distributed synchronous application \textcolor{blue}{with iterations} +The overall execution time of a distributed synchronous application with iterations running over a heterogeneous grid consists of the sum of the computation time and the communication time for every iteration on a node. -\textcolor{blue}{However, nodes from distinct clusters in a grid have different computing powers, thus -while executing message passing \textcolor{blue}{with iterations} synchronous applications, fast nodes +However, nodes from distinct clusters in a grid have different computing powers, thus +while the application, fast nodes have to wait for the slower ones to finish their computations before being able to synchronously communicate with them as in Figure~\ref{fig:heter}. These -periods are called idle or slack times. } +periods are called idle or slack times. Therefore, the overall execution time of the program is the execution time of the slowest task -which has the highest computation time and no slack time. \textcolor{blue}{For example, in Figure \ref{fig:heter} the task 1 is the slower task which has no slack time (not waits for the other nodes) and it is only has the communication times.} +which has the highest computation time and almost no slack time. For example, in Figure \ref{fig:heter}, task 1 is the slower task and it does not have to wait for the other nodes to communicate with them because they all finish their computations before it. \begin{figure}[!t] \centering @@ -361,7 +361,8 @@ as in (\ref{eq:s}). \label{eq:s} S = \frac{\Fmax}{\Fnew} \end{equation} -\textcolor{blue}{Where $\Fmax$ is the maximum frequency before applying DVFS and $\Fnew$ is the new frequency after applying DVFS.} +where $\Fmax$ is the maximum frequency before applying any DVFS and $\Fnew$ is the new frequency after applying DVFS. + The execution time of a compute bound sequential program is linearly proportional to the frequency scaling factor $S$. On the other hand, message passing distributed applications consist of two parts: computation and @@ -378,7 +379,7 @@ especially different frequency gears, when applying DVFS operations on the nodes of these clusters, they may get different scaling factors represented by a scaling vector: $(S_{11}, S_{12},\dots, S_{NM_i})$ where $S_{ij}$ is the scaling factor of processor $j$ in cluster $i$ . To be able to predict the execution time of message passing synchronous -applications \textcolor{blue}{with iterations} running over a heterogeneous grid, for different vectors of +applications with iterations running over a heterogeneous grid, for different vectors of scaling factors, the communication time and the computation time for all the tasks must be measured during the first iteration before applying any DVFS operation. Then the execution time for one iteration of the application with any @@ -394,10 +395,10 @@ where $N$ is the number of clusters in the grid, $M_i$ is the number of nodes cluster $i$, $\TcpOld[ij]$ is the computation time of processor $j$ in the cluster $i$ and $\Tcm[hj]$ is the communication time of processor $j$ in the cluster $h$ during the 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 \textcolor{blue}{the communication time of the slower node without slack time during one iteration. -The slower node $h$ is the node that gives maximum execution time in all clusters befor scaling its frequency.} +and the communication time of the slowest node without slack time during one iteration. + The slowest node $h$ is the node which takes the maximum execution time to execute an iteration before scaling down its frequency. It means that only the communication time without any slack time is taken into account. -Therefore, the execution time of the application \textcolor{blue}{with iterations} is equal to +Therefore, the execution time of the application is equal to the execution time of one iteration as in Equation (\ref{eq:perf}) multiplied by the number of iterations of that application. @@ -546,8 +547,8 @@ 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 synchronous applications \textcolor{blue}{with iterations}. In this work we -are interested in grids that are composed of heterogeneous clusters, \textcolor{blue}{where} the nodes -have different characteristics such as dynamic power, static power, computation power, +are interested in grids that are composed of heterogeneous clusters. The nodes from distinct clusters may 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.