While installing I gave the command
- Code: Select all
./setup.py --cc=gcc --fc=gfortran --blaslib="GotoBLAS2-1.13_bsd/GotoBLAS2/libgoto2_penryn-r1.13.a"
And the installation was successful. But now when I am running example code for checking Cholesky factorization, gcc is not able to detect plasma.h.
- Code: Select all
$gcc -o cholesky example_cposv.c
example_cposv.c:22:20: fatal error: plasma.h: No such file or directory
compilation terminated.
What is going wrong?
Thank You
Ashish
