Hello and thank you for replying,
I'm currently using Ubuntu 11.10 with Nvidia driver 285.05.33 from CUDE developer site.
My CUDA environment is already set and tested, so I know that CUDA is working, but a few days ago I came across this package and I really want to try it out to see if its going to be beneficial to me.
I don't have a lot of experience on the make.inc files, therefore I couldnt do one by myself, so I tried the one from this topic:
http://icl.cs.utk.edu/magma/forum/viewtopic.php?f=2&t=365&hilit=+sizeptr#p1208I installed ATLAS from the repository, set the right paths and I even tried to replace the file sizeptr.c under control folder.
The libraries were compiled and created both .a's, but I can't compile the examples.
It always says that I'm missing -lf77blas -lcblas -lf2c -lcublas
Where can I find a make.inc that can suit for what I have?