libslepc.so.3.019 not found #28123
Answered
by
GiudGiud
hhy2022
asked this question in
Q&A Getting Started
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEHi, I am trying to update MOOSE and everything goes well. However, when I am trying to compiling it, it gave me a message saying that "libslepc.so.3.019" not found. (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Jul 14, 2024
Replies: 1 comment 1 reply
-
|
Hello You ll need to git clean -xfd the repository Some left over compiled object is looking for the previous version of petsc you had installed Guillaume |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hhy2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
You ll need to git clean -xfd the repository
Some left over compiled object is looking for the previous version of petsc you had installed
Guillaume