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

Please help me solve the problem(T_T): 【getrf : Lapack library not found in compile time】 #365

Open
TaoTaoFu opened this issue May 18, 2017 · 1 comment

Comments

@TaoTaoFu
Copy link

I tried all ways you suggested , such as :

git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make NO_AFFINITY=1 USE_OPENMP=1
sudo make install

and

CMAKE_LIBRARY_PATH=/opt/OpenBLAS/include:/opt/OpenBLAS/lib:$CMAKE_LIBRARY_PATH luarocks install torch

============================================

But when I test

         xs = torch.inverse(A)*b       http://torch.ch/docs/five-simple-examples.html

The problem as 【getrf : Lapack library not found in compile time】 still unsolved , I don't know how to solve it , I need you help T_T .

Thanks in advance!

@albanD
Copy link
Contributor

albanD commented May 18, 2017

During torch installation, when the checks are running at the beginning, you should be able to see if it found OpenBlas or not.

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