I am running example_dgesv.c (given by author in build/example) giving command:
- Code: Select all
gcc -o out example_dgesv.c -I/home/ashish/Desktop/plasma-installer_2.4.5/install/include -L/home/ashish/Desktop/plasma-installer_2.4.5/install/lib -lplasma -lquark -lcoreblas -llapacke -ltmg -L/usr/lib -lpthread
I have included all the libraries but I am getting this error.
- Code: Select all
home/ashish/Desktop/plasma-installer_2.4.5/install/lib/libcoreblas.a(core_dtstrf.o): In function `CORE_dtstrf':
core_dtstrf.c:(.text+0x34d): undefined reference to `cblas_dscal'
core_dtstrf.c:(.text+0x373): undefined reference to `cblas_dcopy'
core_dtstrf.c:(.text+0x3c2): undefined reference to `cblas_dger'
core_dtstrf.c:(.text+0x40b): undefined reference to `cblas_idamax'
core_dtstrf.c:(.text+0x472): undefined reference to `cblas_dswap'
core_dtstrf.c:(.text+0x49e): undefined reference to `cblas_dswap'
Please Help!
