+%%%%%%%%%%%%%%%%%%%%
+%% SLIDE 13 %%
+%%%%%%%%%%%%%%%%%%%%
+\begin{frame}{Performance evaluation of MPI programs}
+
+\small The frequency scaling factor is the ratio between the maximum and the new frequency, \textcolor{blue}{$S = \frac{F_{max}}{F_{new}}$}.
+ \vspace{5 mm}
+
+ \begin{femtoBlock}{}
+ \vspace{-5 mm}
+ \begin{block}{\small Execution time prediction model}
+ \centering{ $ \textcolor{red}{T_{new}} = \textcolor{blue}{T_{Max Comp Old} \cdot S + T_{{Min Comm Old}}}$}
+ \end{block}
+ \vspace{5 mm}
+ \centering{\includegraphics[width=.4\textwidth]{c1/cg_per}
+ \quad%
+ \includegraphics[width=.4\textwidth]{c1/lu_pre}}
+ \vspace{1 mm}
+
+ \small The maximum normalized error for CG=0.0073 \textbf{(the smallest)} and LU=0.031 \textbf{(the worst)}.
+ \end{femtoBlock}
+\end{frame}
+
+
+
+
+
+
+
+
+
+