From 664f844ffe608be37e65a2061489a0c09ebb731d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 27 Apr 2014 23:08:55 +0200 Subject: [PATCH 1/1] Fix numbers and units again. Use LaTeX itemize environment. --- hpcc.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hpcc.tex b/hpcc.tex index 16a5943..ae3a229 100644 --- a/hpcc.tex +++ b/hpcc.tex @@ -624,12 +624,13 @@ Note that the program was run with the following parameters: \begin{itemize} \item HOSTFILE: Text file containing the list of the processors units name. Here 100 hosts; \item PLATFORM: XML file description of the platform architecture : two clusters (cluster1 and cluster2) with the following characteristics : - - - Processor unit power : 1.5 GFlops; - - - Intracluster network : bandwidth = 1,25 Gbits/s and latency = \np{E-5} ms; - - - Intercluster network : bandwidth = 5 Mbits/s and latency = 5.\np{E-3} ms; + \begin{itemize} + \item Processor unit power: \np[GFlops]{1.5}; + \item Intracluster network bandwidth: \np[Gbit/s]{1.25} and latency: + \np[$\mu$s]{0.05}; + \item Intercluster network bandwidth: \np[Mbit/s]{5} and latency: + \np[$\mu$s]{5}; + \end{itemize} \end{itemize} -- 2.39.5