Two tesla c2050 + quadro 600 - GPU error. Ideas ?
Show older comments
Hello, I've got a remote cluster with 2 teslas c2050 inside (compute capability 2.0) + quadro 600 for OS purposes. All drivers are the newest from NVIDIA. CUDA toolkit - the latest one 3.2. MATLAB R2010b x64 + PCT + MDCS. Parallel computing test works fine. win7 x64 + 16Gb of RAM. This machine is public one, so some other software (CUDA compatible) is being tested on it. MATLAB is being run under system administrator. Some time ago it worked, now I have an error:
>> gpuDevice ??? Error using ==> feval An error occurred during: setting up the CUDA device. The CUDA error was: (Unknown code: 10100).
Error in ==> currentDeviceIndex at 7 idx = feval( '_gpu_selectedDeviceIdx' );
Error in ==> deviceProperties at 8 idx = parallel.internal.gpu.currentDeviceIndex;
Error in ==> GPUDevice.GPUDevice>GPUDevice.current at 34 [props, E] = parallel.internal.gpu.deviceProperties();
Error in ==> gpuDevice at 18 dev = parallel.gpu.GPUDevice.current();
Actually, I don't have an idea what to test or to check. Please help.
Accepted Answer
More Answers (1)
Najeeb Ahmad
on 8 Mar 2011
0 votes
The problem was with Windows 7 32-bit as it doesn't support TCC driver. I installed Windows 7 64-bit and associated TCC drivers for Tesla C1060 and don't get the error anymore. Moroever, now I do have NVSMI folder in its rightful place but it never required me to run nvidia-smi.exe utility to switch driver into TCC mode which indicates that driver is in TCC mode by default.
Categories
Find more on Get Started with GPU Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!