I try to run the simpleMultiGPU sample from CUDA SDK 2.0. And the test is failed
Can someone explain me what happen, and what should i do to run that program on tesla ( I run it on the machine with 2 GTX9800 and it work fine)
NVIDIA: could not open the device file /dev/nvidiactl (No such file or directory).
CUDA-capable device count: 1
main(): generating input data…
main(): waiting for GPU results…
GPU Processing time: 0.387000 (ms)
Checking the results…
CPU Processing time: 113.348000 (ms)
GPU sum: -279776368684695552.000000; CPU sum: 16777294.395033
Relative difference: 1.667589E+10
TEST FAILED
Shutting down…