Firedrake tests not passing #3495
-
Good afternoon, I have been facing issues with getting a working installation of Firedrake on an Ubuntu 22.04 machine with Intel Xeon W7 machine. The installation succeeds with no errors, however, when testing the installation with
A similar issue has been discussed in the Firedrake Slack channel before without a definitive solution identified. Following suggestions in said thread, I also provide the following outputs. Output of
Output of PETSc
The Firedrake install log: The PETSc Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The fact that
If this fails to pass then the issue is definitely with PETSc and we can iterate from there. |
Beta Was this translation helpful? Give feedback.
-
Adding a
Adding the flag in the firedrake-install script, and then testing the installation with Adding the flag Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Adding a
--download-fblaslapack
flag to./configure
when installing PETSc seems to have solved the issue. Here's the make check output: