Hi, Mathieu,
Thanks for your reply. My operating system is 32-bit Ubuntu 10.04. Let me show what I did and errors I got.
Firstly, I cannot compile and execute CUDA sample in Linux.
I downloaded and installed CUDA driver, toolkits and SDK (3.2 version) at
http://developer.nvidia.com/cuda-toolki ... oads#Linux. Then I set environment variables as adding following two lines
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib:$LD_LIBRARY_PATH
into ~/.bashrc. and adding " <CUDA_INSTALL_PATH>/cuda/lib" into /etc/ld.so.conf.
When I build the SDK as typing commands as below:
@ubuntu:~$ cd [to my NVIDIA_GPU_Computing_SDK/C]
@ubuntu:~$ make
errors are showed as
make[1]: *** [obj/i386/release/cutil.cpp.o] Error 1
make[1]: Leaving directory `/home/darkwafer/NVIDIA_GPU_Computing_SDK/C/common'
make: *** [lib/libcutil.so] Error 2I think I should pass CUDA installation and then install BLAS and LAPACK. Finally, I'm allowed install MAGMA, right?
Regards,
David