Is there a way that I can find out if my installation is using superlu
?
Does it work to install SuperLU and then reinstall petsc (so that petsc automatically detects SuperLU when reinstalling)?
I am trying specifically to run the TAO/toy example (called "maros.c" in newer versions). The example can be found here
Pinned Comments
MartinDiehl commented on 2022-10-06 10:26 (UTC)
@jrohwer
When building PETSc (more specifically, petsc4py), one test (ex100 from ksp) will fail if a previous (major) version is installed. I could not figure out why this happens. The solution would be to build in a clean root (which is a little bit complicated due to dependency on other AUR packages) or simply uninstall the old version before.
Any help to solve this issue is welcomed.