MAGMA 1.6.0 install error

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
kestutisv
Posts: 1
Joined: Thu Jan 22, 2015 2:12 pm

MAGMA 1.6.0 install error

Post by kestutisv » Thu Jan 22, 2015 2:49 pm

OS Ubuntu 14.04
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

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: MAGMA 1.6.0 install error

Post by mgates3 » Mon Jan 26, 2015 8:37 pm

Please attach your make.inc file and any environment variables you set, e.g., $CUDADIR. Likely, $CUDADIR is missing or wrong.
-mark

Post Reply