I want to install MAGMA in a server(centos) in order to use the GEMM function.
I have installed CUDA and MKL in this server before i install MAGMA, and i check both is run well by runing a cuBLAS example program and a MKL example program.
Before i describe what i haved happened i must point it seem that there is no fortran in this server. So i install MAGMA by follows:
make.inc-examples/make.inc.mkl-gcc
to ../make.inc
I commented out:
and remove -lgfortran
in
and i also set MKLROOT=/home/lixin/intel/mkl
and CUDADIR=/usr/local/cuda
in this file.
It turn out this is a bug in testing program.Thank for @Ignacio Vazquez-Abrams point to this. I have post this problem in MAGMA Forum, then i got a fix tar file, and this problem had solved. If you also meet this problem, you can see this post