-
Notifications
You must be signed in to change notification settings - Fork 14
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
Compilation fails on Fedora 32 #4
Comments
I don't have a GCC 10 yet and don't know much of Fortran either. Anyone has a patch that we could apply to the Mumps (4.10.0) source to work around this? |
I hear that adding the Fortran compiler flag With the build system, use |
I can confirm that with |
Hi, I am currently using Mingw64 for windows to compile Ipopt and experiencing the same issue with Mumps, this happens whenever I use the |
I would suggest to rather set |
Hi, I tried to add this line |
Hmm, maybe try |
Thanks for your advice. The error was gone by adding |
Hi, I can confirm this is an issue. I used the flag |
I would think that this should be fixed in the MUMPS source, but with the new MUMPS 5.3.3 they only added a note to use the same workaround to their INSTALL file:
|
- this should imply -fallow-argument-mismatch with GCC 10
-fallow-argument-mismatch is added to address issues building with GCC >= 10, as recommended in the thread here coin-or/coinbrew#47 and/or here: coin-or-tools/ThirdParty-Mumps#4 .
Trying to compile ThirdParty-Mumps produces MPI errors on Fedora 32:
The text was updated successfully, but these errors were encountered: