Skip to content

Commit 0e74a51

Browse files
committed
Now specifying "node efficiency" for MPI plots
1 parent cb4e086 commit 0e74a51

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

analysis/seq_omp_ff_composites.ipynb

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.
-1003 Bytes
Loading

report/report.pdf

-560 Bytes
Binary file not shown.

report/report.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,15 @@ \subsubsection{Absolute speedup at fixed size}
308308
\[
309309
S_{\text{abs}}(P,t) \;=\; \frac{T_{\text{seq}}^{\ast}(N)}{T_{\text{mpi}}(P,t,N)} \, ,
310310
\]
311-
where \(P\) is nodes, \(t\) is threads per node, and \(T_{\text{seq}}^{\ast}(N)\) is the fastest observed sequential time at size \(N\). I also report absolute efficiency that normalizes by the number of nodes:
311+
where \(P\) is nodes, \(t\) is threads per node, and \(T_{\text{seq}}^{\ast}(N)\) is the fastest observed sequential time at size \(N\). I also report \emph{node efficiency}, normalized by the number of nodes:
312312
\[
313-
E_{\text{abs}}(P,t) \;=\; \frac{S_{\text{abs}}(P,t)}{P} \, .
313+
E_{\text{node}}(P,t) \;=\; \frac{S_{\text{abs}}(P,t)}{P} \, .
314314
\]
315315

316316
\begin{figure}[H]
317317
\centering
318318
\includegraphics[width=\textwidth]{imgs/mpi_abs_fixedN_time_speedup_efficiency.png}
319-
\caption{Fixed \(N\) and \(\text{payload}_{\max}=32\): time \(T\), absolute speedup \(S_{\text{abs}}\), and absolute efficiency \(E_{\text{abs}}\) versus nodes. Lines are threads per node.}
319+
\caption{Fixed \(N\) and \(\text{payload}_{\max}=32\): time \(T\), absolute speedup \(S_{\text{abs}}\), and node efficiency \(E_{\text{node}}\) versus nodes. Lines are threads per node.}
320320
\label{fig:mpi-abs-fixedN}
321321
\end{figure}
322322

0 commit comments

Comments
 (0)