-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems compiling on OpenSUSE 15.4 #299
Comments
Are you sure your OpenMPI installation is working properly? Also, you may want to update it, this version is about 6-year old. |
Yes, I am. I have multiple versions of OpenMPI in different modules, but I have various libraries compiled for OpenMPI 2 and I would have to recompile everything when switching to a different version. I also have different versions of GCC (7,8,9,10,11,12,13), but I didn't succeed in persuading the FreeFEM's configure to actually use them. The MPI modules are, however, compiled for GCC 7 only. |
Well, it may be working for you, but it looks like ParMmg can't use it. You may want to remove |
OK, there were some issues with OpenMPI 2 and I actually realized my own software was actually compiled with OpenMPI 3, but after switching the modules the results are virtually the same. But the biggest issue here is with MUMPS, not with PARMMG. Or do I interpret the last output incorrectly? Here it is update, but it stayed the same, really:
|
If you got PETSc to compile and install fine, I would just re-configure with the flag |
Not sure if I got PETSc to compile. It is quite unfortunate I have to do it in the first place as Linux distributions do have PETSc and MUMPS available as pre-compiled packages including the -devel with development header files. |
You can feed your own PETSc with |
I cannot compile FreeFEM on OpenSUSE 15.4.
In configure.log we have
I also tried without PETSC, the same, but new, git clone, autoreconf, configure and 3rdparty/getall -a and then directly
The text was updated successfully, but these errors were encountered: