]> AND Private Git Repository - mpi-energy.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Revert "Correct formulae and algorithm."
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 23 May 2014 14:20:22 +0000 (16:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 23 May 2014 14:20:22 +0000 (16:20 +0200)
This reverts commit deaad9c91bd56f904fe3c5ff93664431a18d4f44.

paper.tex

index 9c374ba8c8b4d56d6ca1346ca15f2942f2f41b28..618e7ad3b18f464092268e75866f3d6d8051ddbb 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -345,18 +345,18 @@ the consumed energy with scaled frequency and the consumed energy without scaled
 frequency:
 \begin{multline}
   \label{eq:enorm}
 frequency:
 \begin{multline}
   \label{eq:enorm}
-  \Enorm(S) = \frac{ \Ereduced}{\Eoriginal} \\
-         {} = \frac{\Pdyn \cdot S^{-2} \cdot
+  \Enorm = \frac{ \Ereduced}{\Eoriginal} \\
+      {} = \frac{\Pdyn \cdot S_1^{-2} \cdot
              \left( T_1 + \sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
              \left( T_1 + \sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
-               \Pstatic \cdot T_1 \cdot S \cdot N}{
+               \Pstatic \cdot T_1 \cdot S_1 \cdot N}{
              \Pdyn \cdot \left(T_1+\sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
                \Pstatic \cdot T_1 \cdot N }
 \end{multline}
 In the same way we can normalize the performance as follows:
 \begin{equation}
   \label{eq:pnorm}
              \Pdyn \cdot \left(T_1+\sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
                \Pstatic \cdot T_1 \cdot N }
 \end{multline}
 In the same way we can normalize the performance as follows:
 \begin{equation}
   \label{eq:pnorm}
-  \Pnorm(S) = \frac{\Tnew}{\Told}
-            = \frac{\TmaxCompOld \cdot S + \TmaxCommOld}{
+  \Pnorm = \frac{\Tnew}{\Told}
+         = \frac{\TmaxCompOld \cdot S + \TmaxCommOld}{
              \TmaxCompOld + \TmaxCommOld}
 \end{equation}
 The second problem is that the optimization operation for both energy and
              \TmaxCompOld + \TmaxCommOld}
 \end{equation}
 The second problem is that the optimization operation for both energy and
@@ -377,7 +377,7 @@ direction.  Therefore, we inverse the equation of the normalized performance as
 follows:
 \begin{equation}
   \label{eq:pnorm_en}
 follows:
 \begin{equation}
   \label{eq:pnorm_en}
-  \Pnorm^{-1}(S) = \frac{ \Told}{ \Tnew}
+  \Pnorm^{-1} = \frac{ \Told}{ \Tnew}
                = \frac{\TmaxCompOld +
                  \TmaxCommOld}{\TmaxCompOld \cdot S +
                  \TmaxCommOld}
                = \frac{\TmaxCompOld +
                  \TmaxCommOld}{\TmaxCompOld \cdot S +
                  \TmaxCommOld}
@@ -433,10 +433,13 @@ the objective function described above.
     \For {$j = 2$ to $\Pstates$}
       \State $\Fnew \gets \Fnew - \Fdiff$
       \State $S \gets \Fmax / \Fnew$
     \For {$j = 2$ to $\Pstates$}
       \State $\Fnew \gets \Fnew - \Fdiff$
       \State $S \gets \Fmax / \Fnew$
+      \State $S_i \gets S \cdot \frac{T_1}{T_i}
+                  = \frac{\Fmax}{\Fnew} \cdot \frac{T_1}{T_i}$
+             for $i=1,\dots,N$
       \State $\Enorm \gets
       \State $\Enorm \gets
-          \frac{\Pdyn \cdot S^{-2} \cdot
+          \frac{\Pdyn \cdot S_1^{-2} \cdot
                   \left( T_1 + \sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
                   \left( T_1 + \sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
-                  \Pstatic \cdot T_1 \cdot S \cdot N }{
+                  \Pstatic \cdot T_1 \cdot S_1 \cdot N }{
                 \Pdyn \cdot
                   \left(T_1+\sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
                   \Pstatic \cdot T_1 \cdot N }$
                 \Pdyn \cdot
                   \left(T_1+\sum_{i=2}^{N}\frac{T_i^3}{T_1^2}\right) +
                   \Pstatic \cdot T_1 \cdot N }$