]> 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 12:57:32 +0000 (14:57 +0200)
committerlaiymani <laiymani@MacBook-Pro-de-laiymani.local>
Mon, 28 Apr 2014 12:57:32 +0000 (14:57 +0200)
1  2 
hpcc.tex

diff --combined hpcc.tex
index 8bf89cd6f88d04b75097846dd45e769678759a40,6140ad3a6f832bb4c7a8cafb5524233d6214b63b..318a85e291a542d4cbb3b9f0d93a822cbaba685f
+++ b/hpcc.tex
@@@ -144,11 -144,11 +144,11 @@@ execution time
  
  To our knowledge,  there is no existing work on the  large-scale simulation of a
  real asynchronous  iterative application.  {\bf The contribution  of the present
 -  paper can be  summarised in two main points}.  First we  give a first approach
 +  paper can be  summarized in two main points}.  First we  give a first approach
  of the simulation  of asynchronous iterative algorithms using  a simulation tool
  (i.e.    the   SimGrid   toolkit~\cite{SimGrid}).    Second,  we   confirm   the
  effectiveness  of the  asynchronous  multisplitting algorithm  by comparing  its
 -performance   with  the   synchronous  GMRES   (Generalized   Minimal  Residual)
 +performance   with  the   synchronous  GMRES   (Generalized   Minimal  Residual) method
  \cite{ref1}.  Both  these codes can  be used to  solve large linear  systems. In
  this  paper, we  focus  on  a 3D  Poisson  problem.  We  show,  that with  minor
  modifications of the initial MPI code,  the SimGrid toolkit allows us to perform
@@@ -450,8 -450,9 +450,8 @@@ The parallel solving of the 3D Poisson 
  
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  We did not encounter major blocking problems when adapting the multisplitting algorithm previously described to a simulation environment like SimGrid unless some code 
 -debugging. Indeed, apart from the review of the program sequence for asynchronous exchanges between processors within a cluster or between clusters, the algorithm was executed successfully with SMPI and provided identical outputs as those obtained with direct execution under MPI. In synchronous 
 -mode, the execution of the program raised no particular issue but in asynchronous mode, the review of the sequence of MPI\_Isend, MPI\_Irecv and MPI\_Waitall instructions
 -and with the addition of the primitive MPI\_Test was needed to avoid a memory fault due to an infinite loop resulting from the non-convergence of the algorithm.
 +debugging. Indeed, apart from the review of the program sequence for asynchronous exchanges between processors within a cluster or between clusters, the algorithm was executed successfully with SMPI and provided identical outputs as those obtained with direct execution under MPI. For the synchronous GMRES method, the execution of the program raised no particular issue but in the asynchronous multisplitting method , the review of the sequence of \texttt{MPI\_Isend, MPI\_Irecv} and \texttt{MPI\_Waitall} instructions
 +and with the addition of the primitive \texttt{MPI\_Test} was needed to avoid a memory fault due to an infinite loop resulting from the non-convergence of the algorithm.
  %\CER{On voulait en fait montrer la simplicité de l'adaptation de l'algo a SimGrid. Les problèmes rencontrés décrits dans ce paragraphe concerne surtout le mode async}\LZK{OK. J'aurais préféré avoir un peu plus de détails sur l'adaptation de la version async} 
  %\CER{Le problème majeur sur l'adaptation MPI vers SMPI pour la partie asynchrone de l'algorithme a été le plantage en SMPI de Waitall après un Isend et Irecv. J'avais proposé un workaround en utilisant un MPI\_wait séparé pour chaque échange a la place d'un waitall unique pour TOUTES les échanges, une instruction qui semble bien fonctionner en MPI. Ce workaround aussi fonctionne bien. Mais après, tu as modifié le programme avec l'ajout d'un MPI\_Test, au niveau de la routine de détection de la convergence et du coup, l'échange global avec waitall a aussi fonctionné.}
  Note here that the use of SMPI functions optimizer for memory footprint and CPU usage is not recommended knowing that one wants to get real results by simulation.
@@@ -461,7 -462,7 +461,7 @@@ shared memory used by threads simulatin
  %Second, some compilation errors on MPI\_Waitall and MPI\_Finalize primitives have been fixed with the latest version of SimGrid.
  %\AG{compilation or run-time error?}
  In total, the initial MPI program running on the simulation environment SMPI gave after a very simple adaptation the same results as those obtained in a real 
 -environment. We have successfully executed the code in synchronous mode using parallel GMRES algorithm compared with our multisplitting algorithm in asynchronous mode after few modifications. 
 +environment. We have successfully executed the code for the synchronous GMRES algorithm compared with our asynchronous multisplitting algorithm after few modifications. 
  
  
  
@@@ -630,13 -631,12 +630,12 @@@ Note that the program was run with the 
  
  \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 :
+ \item PLATFORM: XML file description of the platform architecture whith the following characteristics: %two clusters (cluster1 and cluster2) with the following characteristics :
    \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};
+   \item 2 clusters of 50 hosts each;
+   \item Processor unit power: \np[GFlops]{1} or \np[GFlops]{1.5};
+   \item Intra-cluster network bandwidth: \np[Gbit/s]{1.25} and latency: \np[$\mu$s]{0.05};
+   \item Inter-cluster network bandwidth: \np[Mbit/s]{5} or \np[Mbit/s]{50} and latency: \np[$\mu$s]{20};
    \end{itemize}
  \end{itemize}
  
  
  \begin{itemize}
  \item Description of the cluster architecture matching the format <Number of
-   cluster> <Number of hosts in cluster1> <Number of hosts in cluster2>;
+   clusters> <Number of hosts in cluster1> <Number of hosts in cluster2>;
  \item Maximum number of iterations;
  \item Precisions on the residual error;
  \item Matrix size $N_x$, $N_y$ and $N_z$;
- \item Matrix diagonal value: $6$ (See~(\ref{eq:03}));
+ \item Matrix diagonal value: $6$ (See Equation~(\ref{eq:03}));
  \item Matrix off-diagonal value: $-1$;
  \item Communication mode: asynchronous.
  \end{itemize}