Skip to content
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

Update MKL and LAPACK flags #119

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Andres-MG
Copy link
Collaborator

Remove deprecation warning from ifort with -mkl flag, and separate MKL from LAPACK since MKL adds more functionality on top of LAPACK.

Closes #114.

@Andres-MG Andres-MG requested a review from loganoz January 4, 2023 23:49
@Andres-MG Andres-MG self-assigned this Jan 4, 2023
@loganoz
Copy link
Owner

loganoz commented Jan 31, 2023

@Andres-MG, it seems the change is not compiling?

@Andres-MG
Copy link
Collaborator Author

Yes, I have been working on some other stuff and I couldn't finish this. I will try to go back to this and fix it this week hopefully.

@Andres-MG
Copy link
Collaborator Author

I think this PR can be closed without merging, the code works fine and the new testing strategy covers this better. Of course, we can keep it open if anyone wants to have a look.

@loganoz
Copy link
Owner

loganoz commented Nov 27, 2023

I took a look to the code while fixing the makefile. I am not sure that the code is perfect. I think that inside the code, MKL and LAPACK are sometimes interchanged. Let's keep the PR open, in case someone wants to take a look, but I agree it does not make sense to merge it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update compilation flags for MKL/LAPACK
2 participants