[Dune] SuperLU with CMake
Gergely Schmidt
schmidt at hydromech.uni-hannover.de
Wed Feb 8 17:06:26 CET 2017
Hello everybody,
In order to speed-up my simulations, I’d like to use the SuperLU as
LinearSolver instead of AMG. After setting parameters in
$(SuperLUroot)/make.inc according to
https://www.dune-project.org/doc/install-superlu and making SuperLU with
“cmake” and “make”, what else needs to be set?
I added
CONFIGURE_FLAGS=" \
LDFLAGS=\"-all-static\" \
CPPFLAGS=-I/home/gergo/SUPERLU/build/SRC \
LDADD=\"-L/home/gergo/SUPERLU/build -lsuperlu\" \
--with-superlu=/home/gergo/SUPERLU/build \
--with-superlu-lib=libsuperlu.a \
"
to my opts-file, but dune still does not find SuperLU. I would be very
grateful for any hints. Thank You!
Kind regards
Gergő
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20170208/ecf5c7c4/attachment.htm>
More information about the Dune
mailing list