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

Removing hard-coded MKL in tests #97

Merged
merged 6 commits into from
Feb 15, 2024

Conversation

mipals
Copy link
Member

@mipals mipals commented Feb 15, 2024

This is a first try to make tests available for Panua-Pardiso when MKL is not installed as noted in #96 . Not all tests passes, however, as there is currently some issues with the err returned in Panua-Pardiso 7.2 and upwards (as discussed in #75 ).

In addition MKL_jll is pinned to 2023 in testing for macOS on intel machines.

The examples is also make into functions with either MKLPardisoSolver or PardisoSolver as inputs. Currently the functions just wraps the old code. This can definitely be made cleaner.

Trying to pin MKL_jll to 2023 for macOS.

Furthermore making the examples functions to take in the available solvers.
Fixing mistakes in the test examples
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e62b47a) 39.68% compared to head (1ec0ae8) 39.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   39.68%   39.68%           
=======================================
  Files           4        4           
  Lines         378      378           
=======================================
  Hits          150      150           
  Misses        228      228           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mipals
Copy link
Member Author

mipals commented Feb 15, 2024

MKL_jll 2023 seem to work fine on macOS #96

@KristofferC
Copy link
Member

Update README to say to use 2023 instead?

After that, LGTM.

@mipals
Copy link
Member Author

mipals commented Feb 15, 2024

So, should i merge?

@KristofferC
Copy link
Member

👍 go for it

@mipals mipals merged commit 5457b3f into JuliaSparse:master Feb 15, 2024
11 checks passed
@mipals mipals deleted the fixing-macos-tests branch February 15, 2024 17:01
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.

2 participants