The eigenvalue test that comes with the CUDA SDK reproducibly fails on my machine. It generates the following output:
Matrix size: 2048 x 2048
Precision: 0.000010
Iterations to be timed: 100
Result filename: ‘eigenvalues.dat’
Gerschgorin interval: -2.894310 / 2.923304
Average time step 1: 41.569971 ms
Average time step 2, one intervals: 6.247866 ms
Average time step 2, mult intervals: 0.016520 ms
Average time TOTAL: 47.887832 ms
FAILED.
I am using Red Hat Linux, with gcc4, on an Intel Core2 Quad processor and the NVIDIA Tesla C870. Does anyone have any ideas on why the test always fails?
Thank you.
Rahul