Hi !
First off let me thank all the people on this forum… your posts have been very helpful to me.
However now I seem to be stuck on a very difficult problem and cannot seem to solve it.
I am a former Windows user currently making the switch to open source for work.
I have :-
1.) Ubuntu 12.04 LTS
2.) Z87 OC Formula Asrock mobo
3.) 16 GB RAM
4.) NVIDIA GTX 660 Ti - 3 in number
5.) CUDA 6.0
When I use only one of the cards I can compile deviceQueryDrv and get it to run. However when I add the other 2 cards I get problems
[b]svamotive@svamotive-desktop:~/Desktop/NVIDIA_CUDA-6.0_Samples/1_Utilities/deviceQueryDrv$ ./deviceQueryDrv
./deviceQueryDrv Starting…
CUDA Device Query (Driver API) statically linked version
cuInit(0) returned 101
→ CUDA_ERROR_INVALID_DEVICE (device specified is not a valid CUDA device)
Result = FAIL[/b]
And when I run deviceQuery I get a problem also
[b]svamotive@svamotive-desktop:~/Desktop/NVIDIA_CUDA-6.0_Samples/1_Utilities/deviceQuery$ ./deviceQuery
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 10
→ invalid device ordinal
Result = FAIL
[/b]
Here are the details of my system
lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
03:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
uname -m && cat /etc/*release
x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=“Ubuntu 12.04.4 LTS”
NAME=“Ubuntu”
VERSION=“12.04.4 LTS, Precise Pangolin”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu precise (12.04.4 LTS)”
VERSION_ID=“12.04”
gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
nvidia-smi
Unable to determine the device handle for GPU 0000:03:00.0: Unknown Error
nvidia-settings -q NvidiaDriverVersion
Attribute ‘NvidiaDriverVersion’ (svamotive-desktop:0.0): 331.20
I have also modified /etc/X11/xorg.conf to include all three Device sections for the different Cards.
I still cannot get the system to work with all 3 of the GPU cards
Since this is for my work… I am kinda in a bind. Any help would be appreciated.
Thanks
Sidarth