mergeparmatch
pasquadambra 4 years ago
parent 8bf1e30d66
commit 094999a7f0

@ -596,7 +596,7 @@ system solve kernels. Solvers that satisfy this constraint include:
\item \verb|INVT| \item \verb|INVT|
\item \verb|AINV| \item \verb|AINV|
\end{itemize} \end{itemize}
and their \verb|L1| variants. and their $\ell_1$ variants.
%%% Local Variables: %%% Local Variables:
%%% mode: latex %%% mode: latex

@ -0,0 +1 @@
tmp/userguide.pdf

@ -202,7 +202,11 @@ been selected, the coarsest-level solver is changed to block-Jacobi,
with the previously chosen solver applied to the local blocks. with the previously chosen solver applied to the local blocks.
Likewise, the replicated layout can be used with any solver but SuperLu\_Dist and KRM; Likewise, the replicated layout can be used with any solver but SuperLu\_Dist and KRM;
therefore, if SuperLu\_Dist or KRM have been previously set, the coarsest-level therefore, if SuperLu\_Dist or KRM have been previously set, the coarsest-level
solver is changed to the default sequential solver. solver is changed to the default sequential solver.
In a parallel setting with many cores, we suggest to the users to change the default
coarsest solver for using the KRM choice, i.e. a parallel distributed iterative solution of the
coarsest system based on Krylov methods.
\textbf{Remark 4.} The argument \fortinline|idx| can be used to allow finer \textbf{Remark 4.} The argument \fortinline|idx| can be used to allow finer
control for those solvers; for instance, by specifying the keyword control for those solvers; for instance, by specifying the keyword

Loading…
Cancel
Save