I'm new to MAGMA. I'm interested in use it to solve my big sparse matrix. I use it on Windows 8.1, which have installed Visual Studio Community 2015, Intel FORTRAN Composer XE 2013, and CUDA 7.0.
I got the problem of
when I run CMake GUI to configure it.The Fortran compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_Fortran_COMPILER could be found.
I guess that CMake may need environment variable to tell the Fortran compiler, but I don't know what this enviroment variable should be.
Please help me how to solve it.
Thank you very much.
Ning An