iccsa-19-vtestbed

git clone https://git.igankevich.com/iccsa-19-vtestbed.git
Log | Files | Refs

commit ff974b299cc108fe9e48b463fa684af2f2adb201
parent 026cd739d1d75e038c1f81223adddc95561f625a
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Wed, 27 Mar 2019 14:27:43 +0300

Update table.

Diffstat:
main.tex | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/main.tex b/main.tex @@ -463,16 +463,17 @@ impact of ocean waves. \begin{table} \centering - \caption{Best median simulation step computation time in milliseconds and - best median no. of frames per second for each workstation and each ship - hull.\label{tab:benchmark1}} - \begin{tabular}{lrrr} + \caption{Best median performance for each workstation for spherical ship + hull. Here \(t\) is simulation step computation time, + \(1\text{s}/t\)~--- no. of frames per second, and \(n\)~--- the number of + OpenMP threads.\label{tab:benchmark1}} + \begin{tabular}{lrrrl} \toprule - & Aurora & MICW & Sphere \\ + Node & \(t\), ms & \(1\text{s}/t\) & \(n\) & Technology \\ \midrule - Storm & & & 21 (47) \\ - GPUlab & & & 15 (69) \\ - Capybara & & & 22 (46) \\ + Storm & 16 & 64 & 1 & OpenCL \\ + GPUlab & 10 & 104 & 1 & OpenCL \\ + Capybara & 12 & 85 & 10 & OpenMP \\ \bottomrule \end{tabular} \end{table}