From: Peter Munch Date: Mon, 27 Jun 2022 05:06:20 +0000 (+0200) Subject: Use midrule X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b092f97a0ca1a3b61de91b2f990468a05a6906eb;p=release-papers.git Use midrule --- diff --git a/9.4/paper.tex b/9.4/paper.tex index 95b6024..7905ea7 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -884,7 +884,7 @@ Because the particle IDs are already sorted in the intended order at this time, \centering \begin{tabular}{lccc} \toprule - Particle Operation & \dealii 9.3 & \dealii 9.4 & Speedup \\[0.3em] + Particle Operation & \dealii 9.3 & \dealii 9.4 & Speedup \\ \midrule Generation & 444 ms & 235 ms & 1.9$\times$ \\ Iteration & 4.18 ms & 0.638 ms & 6.6$\times$ \\ Advection & 37.8 ms & 33.9 ms & 1.15$\times$ \\ @@ -948,7 +948,7 @@ much faster in \dealii 9.4 than in version 9.3. In particular, operations that d \begin{tabular}{llcc} \toprule - Version & MPI routine used & 1 file, striping 16 & 16 files, no striping \\[0.3em] + Version & MPI routine used & 1 file, striping 16 & 16 files, no striping \\\midrule \dealii{} 9.3 & \texttt{MPI\_File\_write\_ordered()} & 3 GB/s & 15 GB/s \\ \dealii{} 9.4 & \texttt{MPI\_File\_write\_at\_all()} & 17 GB/s & 21 GB/s \\ \bottomrule