No test 'passed' message from bandwidth test

Dear All,

Everything else I’ve checked so far seems to work fine for CUDA 5.0 under ubuntu 12.10. However, I have a problem with bandwidthTest. The output I get is:

[CUDA Bandwidth Test] - Starting…
Running on…

Device 0: GeForce GTX 560M
Quick Mode

Host to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 6308.7

Device to Host Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 6228.1

Device to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 29571.9

But I don’t see the ‘passed’ message. Shouldn’t it print ‘passed’ ?? Thanks !!

It is ok. Mine does similar. There is nothing else to print.

@Tractor:~/NVIDIA_CUDA-5.0_Samples/1_Utilities/bandwidthTest$ ./bandwidthTest 
[CUDA Bandwidth Test] - Starting...
Running on...

 Device 0: GeForce GTX 660 Ti
 Quick Mode

 Host to Device Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     5896.3

 Device to Host Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     6386.0

 Device to Device Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     108146.7

Many Thanks !!! You have a better GPU :)