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

Private GIT Repository
v3
[hpcc2014.git] / hpcc.tex
index fdd60b273b0e9689e8961003dc098f4ecd801fb1..5a03bb293cdd65ef887504ba7897d83ac5cef7c8 100644 (file)
--- a/hpcc.tex
+++ b/hpcc.tex
@@ -228,11 +228,11 @@ In the context of asynchronous algorithms, the number of iterations to reach the
 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
+nodes,  inter  and  intra clusrters  bandwith  and  latency, etc.) and  of  the
 algorithm  (number   of  splitting  with  the   multisplitting  algorithm),  the
 multisplitting code  will obtain the solution  more or less  quickly. Or course,
 the GMRES method also depends of the same parameters. As it is difficult to have