Here's the basic situation:
- Windows 7 installed
- CUDA v4.2 installed
- examples compiled with Visual Studio 2010 -> everything's fine
So we have proven that CUDA works.
Now we want to try MAGMA
- MAGMA 1.2.1 downloaded and unzipped
And here the questions start as there's unfortunately not much documentation to the installation of MAGMA at all:
1) I assume that the package has to be compiled for the given platform. Which compiler shall I use? Settings? Makefile?
2) Are all necessary sub-packages included or will I need additional files (BLAS, LAPACK)?
3) Could anyone please create a step-by-step installation instruction for a common Windows-based C-environment!?
Thanks,
Jan