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

[Bug] supported version of mkl-devel is in-consist on different device #5

Closed
tanlin2013 opened this issue Mar 27, 2022 · 1 comment
Closed
Labels
bug dependencies Pull requests that update a dependency file

Comments

@tanlin2013
Copy link
Owner

tanlin2013 commented Mar 27, 2022

Description

Latest few versions of mkl-devel released in 2022 are in-consist across devices.

On pip, 2022.0.3 seems to be the newest

pip install mkl-devel==2022.0.3

But specifying version 2022.0.0, 2022.0.1, 2022.0.2 or 2022.0.3 does not give consistent result (those after 2021.0.4).

Error Logs

  • Docker (Ubuntu 20.04)
ERROR: Could not find a version that satisfies the requirement mkl-devel==2022.0.3 (from versions: 2018.0.0, 2018.0.3, 2021.1.1, 2021.2.0, 2021.3.0, 2021.4.0, 2022.0.1, 2022.0.2)
  • Conda environment (conda 4.10.3) on mac (Monterey 12.3)
ERROR: Could not find a version that satisfies the requirement mkl-devel==2022.0.3 (from versions: 2018.0.0, 2018.0.3, 2021.1.1, 2021.2.0, 2021.3.0, 2021.4.0, 2022.0.0)
@tanlin2013 tanlin2013 added bug dependencies Pull requests that update a dependency file labels Mar 27, 2022
@tanlin2013
Copy link
Owner Author

If Lapack & Blas are installed in prior through

apt-get install gfortran libblas-dev liblapack-dev

It's not required to have MKL installed. Otherwise Primme will look for mkl-devel.

See Installation Error #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant