Merge branch 'development' of github.com:sfilippone/amg4psblas into development

mergeparmatch
Salvatore Filippone 4 years ago
commit ec9ab0da4d

@ -596,7 +596,7 @@ system solve kernels. Solvers that satisfy this constraint include:
\item \verb|INVT|
\item \verb|AINV|
\end{itemize}
and their \verb|L1| variants.
and their $\ell_1$ variants.
%%% Local Variables:
%%% 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.
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
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
control for those solvers; for instance, by specifying the keyword

Loading…
Cancel
Save