1 %% Use the standard UP-methodology class
2 %% with French language and Book layout.
4 %% Change the 'book' option below to 'report'
5 %% if you want to use a report style (see your LaTeX
6 %% documention about the different between a report
9 %% You may also specify 'twoside' or 'oneside' option.
10 %% By default 'book' is two-sided and 'report' is one-sided.
12 %% See the documentation tex-upmethodology on
13 %% http://www.arakhne.org/tex-upmethodology/
14 %% for details about the macros that are provided by the class and
15 %% to obtain the list of the packages that are already included.
16 %\documentclass[french,book,nopubpage,nodocumentinfo]{upmethodology-document}
18 %\documentclass[french,book,nopubpage,nodocumentinfo]{spimufcphdthesis}
19 \documentclass[english, book,nopubpage,nodocumentinfo]{spimufcphdthesis}
20 %%--------------------
21 \usepackage[acronym,smallcaps]{glossaries}
22 \newcommand{\abbrlabel}[1]{\makebox[2cm][l]{\textbf{#1}\ \dotfill}}
23 \newenvironment{abbreviations}{\begin{list}{}{\renewcommand{\makelabel}{\abbrlabel}}}{\end{list}}
25 \usepackage[utf8]{inputenc}
26 \usepackage{enumerate}
27 \usepackage[english]{babel}
28 %\usepackage[french]{babel}
34 \usepackage[section]{placeins}
36 \usepackage{afterpage}
38 \usepackage[autolanguage,np]{numprint}
40 %\usepackage{algorithm2e}
41 \newcommand\blankpage{%
43 \thispagestyle{empty}%
44 \addtocounter{page}{-1}%
47 \def\setgrouptext#1{\gdef\grouptext{#1}}
48 \newenvironment{groupeditems}{\begin{displaymath}\left.\vbox\bgroup\setgrouptext}{%
49 \egroup\right\rbrace\hbox{\grouptext}\end{displaymath}}
51 \newcommand*\rot{\rotatebox{90}}
52 \newcommand*\OK{\ding{51}}
54 \newcommand{\mcrot}[4]{\multicolumn{#1}{#2}{\rlap{\rotatebox{#3}{#4}~}}}
56 \newcommand*{\twoelementtable}[3][l]%
58 \renewcommand{\arraystretch}{0.8}%
59 \begin{tabular}[t]{@{}#1@{}}%
68 %%--------------------
69 %% Use the style dedicated to PhD thesis from SPIM-UFC
70 \UseExtension{spimufcphdthesis}
73 %%--------------------
74 %% Set the title, subtitle, defense date, and
75 %% the registration number of the PhD thesis.
76 %% The optional parameter is the subtitle of the PhD thesis.
77 %% The first mandatory parameter is the title of the PhD thesis.
78 %% The second mandatory parameter is the date of the PhD defense.
79 %% The third mandatory parameter is the reference number given by the University Library after the PhD defense.
80 %\declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
81 \declarethesis{Energy Consumption Optimization of Parallel Applications with Iterations using CPU Frequency Scaling}{}{}
83 %%--------------------
84 %% Set the author of the PhD thesis
85 %%\addauthor[email]{Prénom}{Nom}
86 \addauthor[ahmed.fanfakh_badri_muslim@univ-fcomte.fr]{Ahmed Badri Muslim}{Fanfakh}
89 %%--------------------
90 %% Add a member of the jury
91 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
92 %\addjury{...}{...} {...}{...}
93 %\addjury{Ye-Qiong}{SONG}{Reviewer} {Professor at University of Lorraine}
94 %\addjury{Hamida}{SEBA}{Reviewer}{Associate Professor (HDR) at University of Claude Bernard Lyon1}
95 %\addjury{x4}{y4}{Examiner}{Professor at University of}
96 %\addjury{Raphaël}{Couturier}{Supervisor}{Professor at University of Franche-Comt\'e}
97 %\addjury{Karine}{Deschinkel}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
98 %\addjury{Michel}{Salomon}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
100 \addjury{} {DR Fabienne Jézéquel(HDR)} {University of Paris 6} {Reviewer}
101 \addjury {} {Pr Jean-Marc Pierson} {University of Toulouse 3} {Reviewer}
102 \addjury {}{Pr Nabil Abdennadher} {University of HES-SO, Switzerland} {Examiner}
103 \addjury {} {Pr Raphaël Couturier} {University of Franche-Comt\'e} {Supervisor}
104 \addjury {} {Dr Jean-Claude Charr} {University of Franche-Comt\'e} { Co-supervisor}
105 %\addjury {} {Asst Prof Michel Salomon} {University of Franche-Comt\'e} {Co-supervisor}
110 %%--------------------
111 %% Set the English abstract
112 \thesisabstract[english]{ This thesis, presents the algorithms developed to optimize the energy consumption
113 and the performance of synchronous and asynchronous message passing applications with iterations running over clusters or grids. The energy consumption and performance models for each type of parallel application predicts its execution time and energy consumption for any selected frequency
114 according to the characteristics of both the application and the architecture executing this application.
117 The contribution of this thesis can be divided into three parts: Firstly, optimizing the trade-off between
118 the energy consumption and the performance of the message passing applications with synchronous iterations
119 running over homogeneous clusters. Secondly, adapting the energy and performance models to heterogeneous platforms where each node can have different specifications such as computing power, energy consumption, available frequency gears or network's latency and bandwidth. The frequency scaling algorithm was also modified to suit the heterogeneity of the platform. Thirdly, the models and the frequency scaling algorithm were completely rethought to take into considerations the asynchronism in the communication and computation.
120 All these models and algorithms were applied to message passing applications with iterations and evaluated
121 over either SimGrid simulator or Grid'5000 platform. The experiments showed that the proposed algorithms are
122 efficient and outperform existing methods such as the energy and delay product. They also introduce a small
123 runtime overhead and work online without any training or profiling.
128 \thesiskeywords[english]{Dynamic voltage and frequency scaling, Grid computing, Energy optimization, parallel applications with iterations and online frequency scaling algorithm. }
131 %%--------------------
132 %% Set the French abstract
133 \thesisabstract[french]{Cette thèse présente des algorithmes développés pour optimiser la consommation d'énergie et les performances des applications parallèles avec des itérations synchrones et asynchrones sur des clusters ou des grilles. Les modèles de consommation d'énergie et de performance proposés pour chaque type d'application parallèle permettent de prédire le temps d'exécution et la consommation d'énergie d'une application pour toutes les fréquences disponibles. La contribution de cette thèse peut être divisé en trois parties. Tout d'abord, il s'agit d'optimiser le compromis entre la consommation d'énergie et les performances des applications parallèles avec des itérations synchrones sur des clusters homogènes. Deuxièmement, nous avons adapté les modèles de performance énergétique aux plates-formes hétérogènes dans lesquelles chaque noeud peut avoir des spécifications différentes telles que la puissance de calcul, la consommation d'énergie, différentes fréquences de fonctionnement ou encore des latences et des bandes passantes réseaux différentes. L'algorithme d'optimisation de la fréquence CPU a également été modifié en fonction de l'hétérogénéité de la plate-forme. Troisièmement, les modèles et l'algorithme d'optimisation de la fréquence CPU ont été complètement repensés pour prendre en considération les spécificités des algorithmes itératifs asynchrones.
134 Tous ces modèles et algorithmes ont été appliqués sur des applications parallèles utilisant la bibliothèque MPI et ont été exécutés avec le simulateur Simgrid ou sur la plate-forme Grid'5000. Les expériences ont montré que les algorithmes proposés sont plus efficaces que les méthodes existantes. Ils n’introduisent qu’un faible surcoût et ne nécessitent pas de profilage au préalable car ils sont exécutés au cours du déroulement de l’application.
137 \thesiskeywords[french]{l'ajustement dynamique de la tension et de la fréquence d'un processeur, Grille de calcul, Optimisation de l'énergie, applications parallèles avec des itérations et
138 en ligne algorithme fréquence ajustement.
142 %%--------------------
143 %% Change the speciality of the PhD thesis
144 %\Set{speciality}{Informatique}
147 %%--------------------
148 %% Change the institution
149 %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard}
152 %%--------------------
153 %% Change the header and the foot of the pages
167 %%--------------------
169 %\usepackage{mdwlist}
170 %\usepackage{enumerate}
173 %\usepackage{multirow}
176 %\usepackage{pdflscape}
177 %\usepackage{geometry}
178 %\usepackage{changemargin}
180 %%--------------------
182 %\usepackage{algorithmic}
183 %\usepackage[ruled,english,boxed,linesnumbered]{algorithm2e}
184 %\usepackage[english]{algorithme}
185 \usepackage{algorithm}
186 \usepackage{subfigure}
187 \usepackage{listings}
188 \usepackage{algpseudocode}
189 \usepackage{graphicx,graphics}
191 \usepackage{listings}
192 \usepackage{colortbl}
195 %%--------------------
197 %\usepackage{moreverb}
199 %%--------------------
201 %\usepackage{amsmath,amsfonts}
202 %\usepackage{amssymb}
203 %\newcommand{\scalprod}[2]%
204 %{\ensuremath{\langle #1 \, , #2 \rangle}}
208 %\font\largefont=yinitas % fontes yinit
210 %\newtheorem{remark}{Remarque}
211 %\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
212 %\let\endchangemargin=\endlist
214 %\usepackage{lettrine}
215 %\usepackage{oldgerm}
217 %\newcommand{\enluminure}[2]{\lettrine[lines=3]{\small \initfamily #1}{#2}}
218 %\usepackage{indentfirst}
220 \usepackage{booktabs}
221 \usepackage{multirow}