I have been able to compile magma on my machine and I am running some tests from the "testing" directory. When I ran "testing_dsyevd", I get these results:
- Code: Select all
device 0: Tesla C2070, 1147.0 MHz clock, 5375.2 MB memory
device 1: Tesla C2050, 1147.0 MHz clock, 2687.4 MB memory
Usage:
testing_dsyevd -N 1024
N CPU Time(s) GPU Time(s) ||R||_F / ||A||_F
==========================================================
1024 0.25 0.20 0.000000e+00 2.054667e-15
2048 1.68 1.32 5.880427e-16 8.679861e-14
3072 5.70 3.67 4.055110e-16 4.497512e-13
Message from syslogd@ at Tue Apr 19 15:11:53 2011 ...
lady kernel: CPU2: Temperature above threshold, cpu clock throttled
Message from syslogd@ at Tue Apr 19 15:11:53 2011 ...
lady kernel: CPU1: Temperature/speed normal
Message from syslogd@ at Tue Apr 19 15:11:53 2011 ...
lady kernel: CPU0: Temperature/speed normal
Message from syslogd@ at Tue Apr 19 15:11:53 2011 ...
lady kernel: CPU3: Temperature/speed normal
4032 13.01 7.71 5.151417e-16 2.195313e-12
5184 29.13 15.14 1.169635e-16 4.566724e-13
...etc...
Does anyone have an idea about what the temperature messages mean? Should I be worried about this?
Thanks,
Jeremiah