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

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/hpcc2014
authorlaiymani <laiymani@MacBook-Pro-de-laiymani.local>
Mon, 28 Apr 2014 15:26:51 +0000 (17:26 +0200)
committerlaiymani <laiymani@MacBook-Pro-de-laiymani.local>
Mon, 28 Apr 2014 15:26:51 +0000 (17:26 +0200)
1  2 
hpcc.tex

diff --combined hpcc.tex
index e73d2ccc01ef901aa81ce40d84695f952a1d5c20,5559af7edc44594e909e52e27ed79f2e3e9076e2..37ad4e3e4151c61a05ad074ac467e06b02ce1757
+++ b/hpcc.tex
@@@ -228,13 -228,13 +228,13 @@@ In the context of asynchronous algorith
  convergence depends on  the delay of messages. With  synchronous iterations, the
  number of  iterations is exactly  the same than  in the sequential mode  (if the
  parallelization process does  not change the algorithm). So  the difficulty with
- asynchronous iteratie algorithms comes from the fact it is necessary to run the algorithm
+ asynchronous iterative algorithms comes from the fact it is necessary to run the algorithm
  with real data. In fact, from an execution to another the order of messages will
  change and the  number of iterations to reach the  convergence will also change.
  According  to all  the parameters  of the  platform (number  of nodes,  power of
- nodes,  inter  and  intra clusrters  bandwith  and  latency,  ....) and  of  the
- algorithm  (number   of  splitting  with  the   multisplitting  algorithm),  the
- multisplitting code  will obtain the solution  more or less  quickly. Or course,
+ nodes,  inter  and  intra clusrters  bandwith  and  latency, etc.) and  of  the
+ algorithm  (number   of  splittings  with  the   multisplitting  algorithm),  the
+ multisplitting code  will obtain the solution  more or less  quickly. Of course,
  the GMRES method also depends of the same parameters. As it is difficult to have
  access to  many clusters,  grids or supercomputers  with many  different network
  parameters,  it  is  interesting  to  be  able  to  simulate  the  behaviors  of
@@@ -383,8 -383,8 +383,8 @@@ exchanged by message passing using MPI 
  
  \begin{figure}[!t]
  \centering
 -  \includegraphics[width=60mm,keepaspectratio]{clustering2}
 -\caption{Example of two distant clusters of processors.}
 +  \includegraphics[width=60mm,keepaspectratio]{clustering}
 +\caption{Example of three distant clusters of processors.}
  \label{fig:4.1}
  \end{figure}