I tried to run SDK examples
deviceQuery
deviceQueryDrv
however both failed and here is the screen dump
239 fermi1: ./deviceQuery
[deviceQuery] starting…
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 2
→ out of memory
[deviceQuery] test results…
FAILED
Press ENTER to exit…
246 fermi1: ./deviceQueryDrv
[deviceQueryDrv] starting…
CUDA Device Query (Driver API) statically linked version
cuInit(0) returned 1
→ CUDA_ERROR_INVALID_VALUE
[deviceQueryDrv] test results…
FAILED
Press ENTER to exit…
my setup:
dual M2090 cards with redhat 5.4 system
cuda driver 290.10
cudatoolkit & SDK 4.0
my nvidia-smi result looks like
247 fermi1: nvidia-smi
Fri Dec 30 09:34:46 2011
±-----------------------------------------------------+
| NVIDIA-SMI 2.290.10 Driver Version: 290.10 |
|-------------------------------±---------------------±---------------------+
| Nb. Name | Bus Id Disp. | Volatile ECC SB / DB |
| Fan Temp Power Usage /Cap | Memory Usage | GPU Util. Compute M. |
|===============================+======================+======================|
| 0. Tesla M2090 | 0000:0D:00.0 Off | 0 0 |
| N/A N/A P12 34W / 225W | 0% 9MB / 5375MB | 0% Default |
|-------------------------------±---------------------±---------------------|
| 1. Tesla M2090 | 0000:0E:00.0 Off | 0 0 |
| N/A N/A P12 34W / 225W | 0% 9MB / 5375MB | 0% Default |
|-------------------------------±---------------------±---------------------|
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| No running compute processes found |
±----------------------------------------------------------------------------+
anyone had similar problem ?