Problem installing the latest version #4146
-
Hi all, I had the previous version installed correctly. However, since it kept refining the boundary elements in 3D adaptive meshes, I had to update to the latest version. And I failed to install it correctly. Attached are the log files for building PETSc: make.log, configure.log. For the firedrake part, I cannot find an installation log file in my directory. To summarize the problem, for the PETSc part, everything went well until the check part.
I tried to ignore it and continue to building the firedrake. However, it did not work.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
What operating system (and version) are you using? The "invalid MIT-MAGIC" error looks to be some sort of error with X forwarding or something. A quick search found this which may be helpful. Regarding the last part of the issue. Did you run |
Beta Was this translation helpful? Give feedback.
I finally made it work by installing SLEPc similar to the way of installing PETSc, and then install slepc4py by pip after installing the firedrake.
However, I got segmentation fault by
msh = msh.refine_marked_elements(mark)
with the error message