From bf4693302ab924b37253fdb2079ad75a8808a987 Mon Sep 17 00:00:00 2001 From: afanfakh Date: Thu, 29 Oct 2015 15:40:11 +0100 Subject: [PATCH 1/1] correcting equation format --- mpi-energy2-extension/Heter_paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpi-energy2-extension/Heter_paper.tex b/mpi-energy2-extension/Heter_paper.tex index cf464bd..88731ec 100644 --- a/mpi-energy2-extension/Heter_paper.tex +++ b/mpi-energy2-extension/Heter_paper.tex @@ -733,7 +733,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_{i=1,\dots N}}_{j=1,\dots,M}(\Tcp[ij])} {\Tcp[ij]} + \Scp[ij] = \frac{ \mathop{\max\limits_{i=1,\dots N}}\limits_{j=1,\dots,M}(\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 -- 2.39.5