<div dir="ltr"><div><div><div><div><div><div><div>Hey,<br><br></div>I think there is some misconception here:<br><br></div>SuperLU and UMFPack are *direct solvers*. As such, they are quite limited in the problem sizes they can solve.<br></div>As linear solvers they are usually not feasible beyond small toy problems.<br><br></div>However, as a *coarse grid solver*, they can signifcantly improve the convergence of your AMG solver.<br></div>So, if cmake has not detected either of the two you should really fix this to have your AMG give best performance.<br></div><div>Once, the direct solver is detected, AMG automatically uses it for the coarse grid level.<br></div><div><br></div>Best,<br></div>Dominic<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 9, 2017 at 4:12 PM, Christoph Grüninger <span dir="ltr"><<a href="mailto:christoph.grueninger@iws.uni-stuttgart.de" target="_blank">christoph.grueninger@iws.uni-stuttgart.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gergő,<br>
on my computer, I can solve systems in 2d up to 150'000 unknowns, in 3d<br>
(more nonzero entries) its less then 100'000. Unless your matrix is<br>
special, i.e., symmetric, AMG is probably the best you can get.<br>
<br>
That's what you can find in my opts file (without installing, those line<br>
gets added to CMAKE_PREFIX_PATH):<br>
<br>
>   -DSUPERLU_INCLUDE_DIR=/temp/<wbr>gruenich/dune/zusatz/SuperLU_<wbr>5.2.1/ \<br>
>   -DSUPERLU_LIBRARY=/temp/<wbr>gruenich/dune/zusatz/SuperLU_<wbr>5.2.1/build/SRC/libsuperlu.a \<br>
<br>
Have you tried the packages from your distribution or homebrew? Usually<br>
that's the easiest way.<br>
<div class="HOEnZb"><div class="h5"><br>
Bye<br>
Christoph<br>
<br>
--<br>
When I worked at Harvard's Writing Center, we joked that the single<br>
most useful piece of equipment for a writer was a bucket of glue.<br>
First you spread some on your chair, and then you sit down.<br>
[Joan Bolker, Writing Your Dissertation in 15 Minutes a Day]<br>
<br>
</div></div><br>______________________________<wbr>_________________<br>
Dune mailing list<br>
<a href="mailto:Dune@dune-project.org">Dune@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune" rel="noreferrer" target="_blank">http://lists.dune-project.org/<wbr>mailman/listinfo/dune</a><br>
<br></blockquote></div><br></div>