Closed vijaysm closed 2 years ago
Hi @vijaysm, this error occurs if UMFPack has not been found by dune-fem.
You can try (re-)installing suitesparse first, but I'm quite surprised that also downloading with git-lfs didn't work automatically. That should be the case if everything was installed correctly with apt. It worked that way for me and also @krober10nd.
Could it be that something went wrong when building the Docker image, and thus dependencies like git-lfs and suitesparse have not installed correctly?
Best, Samuel
P.S. I tried to build the Docker images on GitHub, but did not succeed yet. Unfortunately, I won't find time to try this again for another week.
There is now a Docker image in the Github container registry. You should be able to run it with
docker run -it ghcr.io/samuelburbulla/dune-mmesh:master
Could you give a try with this image?
I'll play with this image. Thanks for getting back to me.
Excellent, I can now run the examples! This satisfies all my requirements.
Excellent. Will try with it and let you know if everything is successful. Thanks.
On Mon., Jun. 20, 2022, 08:03 Samuel Burbulla, @.***> wrote:
There is now a Docker image in the Github container registry. You should be able to run it with
docker run -it ghcr.io/samuelburbulla/dune-mmesh:master
Could you give a try with this image?
— Reply to this email directly, view it on GitHub https://github.com/samuelburbulla/dune-mmesh/issues/15#issuecomment-1160489109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACVEPJPR4P22YV5FM3JRBLVQB223ANCNFSM5X6BDH6A . You are receiving this because you were mentioned.Message ID: @.***>
While running within a docker image with all dependencies met, and after a
git-lfs pull
to get the full mesh files, I get the following errors. It looks like a compiler error due toUMFPACKInverseOperator
? Can you please check and let me know?