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

OpenBLAS / Lapacke #24

Closed
tskisner opened this issue Oct 24, 2018 · 3 comments
Closed

OpenBLAS / Lapacke #24

tskisner opened this issue Oct 24, 2018 · 3 comments

Comments

@tskisner
Copy link
Member

Some packages require lapacke.h headers which are not included when we are using OpenBLAS instead of MKL. If installing OpenBLAS from ubuntu packages (i.e. in the Docker files), we should also install the lapacke-dev package. If installing OpenBLAS from source, we should add the installation of the lapacke headers.

None of this matters for MKL-based installs, which is what we use at NERSC and why we did not notice this with the imaging stack on those machines.

@dannygoldstein
Copy link
Contributor

Hi Ted,

I figured out how to fix this, and will open a PR soon.

Danny

@tskisner
Copy link
Member Author

Hopefully for the docker template you just added "liblapacke-dev" to the apt-get package list...

@dannygoldstein
Copy link
Contributor

dannygoldstein commented Oct 24, 2018 via email

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

No branches or pull requests

2 participants