Installed (from developer.nvidia.com/cuda-downloads) cuda-repo-ubuntu1404_6.5-14_amd64.deb
Installed intel MKL (parallel_studio_xe_2015_update1).
Downloaded MAGMA 1.6.0, but after "make" I got error:
Code: Select all
In file included from ../include/magmablas_z.h:14:0,
from ../include/magmablas.h:12,
from ../include/magma.h:15,
from ../control/common_magma.h:58,
from zhemm_mgpu.cpp:14:
../include/magma_types.h:57:24: fatal error: cublas.h: No such file or directory
#include <cublas.h>
^
compilation terminated.
make[1]: *** [zhemm_mgpu.o] Error 1
make[1]: Leaving directory `/home/kestutis/nvidia/magma-1.6.0/magmablas'
make: *** [libmagma] Error 2