]> AND Private Git Repository - hpcc2014.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix numbers and units again. Use LaTeX itemize environment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 27 Apr 2014 21:08:55 +0000 (23:08 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 27 Apr 2014 21:09:19 +0000 (23:09 +0200)
hpcc.tex

index 16a5943f8f72659143c9feaa802fc6a60839976e..ae3a2290086e9cd5f9193ce27ca87e69571101b8 100644 (file)
--- 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}