From: Arnaud Giersch Date: Sun, 27 Apr 2014 21:08:55 +0000 (+0200) Subject: Fix numbers and units again. Use LaTeX itemize environment. X-Git-Tag: hpcc2014_submission~52 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/hpcc2014.git/commitdiff_plain/664f844ffe608be37e65a2061489a0c09ebb731d?hp=a8b4b3a23b1c1582ea09a8d170c1024eec85a965 Fix numbers and units again. Use LaTeX itemize environment. --- 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}