Cuda burn-in using a dgemm-based test. Card looks good and ready to go. The script and results are:
CUDA burn-in test
#
#
# cat script.sh
#!/bin/tcsh -f
date
./dgemmSweep 0 300
date
exit
#
#
# ./script.sh >& LOG &
#
# head LOG
Fri Apr 10 20:37:22 EEST 2009
Testing device 0: GeForce GTX 260
device = 0
iterSize = 5504
Device 0: i = 128
Device 0: i = 160
Device 0: i = 192
Device 0: i = 224
Device 0: i = 256
Device 0: i = 288
#
#
# tail LOG
Device 0: i = 5280
Device 0: i = 5312
Device 0: i = 5344
Device 0: i = 5376
Device 0: i = 5408
Device 0: i = 5440
Device 0: i = 5472
Device 0 completed successfully
dgemmSweep PASSED.
Sat Apr 11 20:06:56 EEST 2009
#
#