From c0efd50c76c091d7a260c2e8140685e1971b23d8 Mon Sep 17 00:00:00 2001 From: afanfakh Date: Wed, 25 May 2016 12:03:09 +0200 Subject: [PATCH] adding reviewers remarks --- mpi-energy2-extension/Heter_paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpi-energy2-extension/Heter_paper.tex b/mpi-energy2-extension/Heter_paper.tex index 29d06ab..ba53471 100644 --- a/mpi-energy2-extension/Heter_paper.tex +++ b/mpi-energy2-extension/Heter_paper.tex @@ -746,7 +746,7 @@ frequency scaling factors are computed as a ratio between the computation time of the slowest node and the computation time of the node $i$ as follows: \begin{equation} \label{eq:Scp} - \Scp[ij] = \frac{ \mathop{\max\limits_{i=1,\dots N}}\limits_{j=1,\dots,M}(\Tcp[ij])} {\Tcp[ij]} + \Scp[ij] = \frac{ \mathop{\max\limits_{i=1,\dots N}}\limits_{j=1,\dots,M_i}(\Tcp[ij])} {\Tcp[ij]} \end{equation} Using the initial frequency scaling factors computed in (\ref{eq:Scp}), the algorithm computes the initial frequencies for all nodes as a ratio between the @@ -754,7 +754,7 @@ maximum frequency of node $i$ and the computation scaling factor $\Scp[i]$ as follows: \begin{equation} \label{eq:Fint} - F_{ij} = \frac{\Fmax[ij]}{\Scp[ij]},~{i=1,2,\dots,N},~{j=1,\dots,M} + F_{ij} = \frac{\Fmax[ij]}{\Scp[ij]},~{i=1,2,\dots,N},~{j=1,\dots,M_i} \end{equation} If the computed initial frequency for a node is not available in the gears of that node, it is replaced by the nearest available frequency. In -- 2.39.5