c34203
diff -up ATLAS/CONFIG/src/config.c.zaloha ATLAS/CONFIG/src/config.c
c34203
--- ATLAS/CONFIG/src/config.c.zaloha	2012-10-25 11:29:02.495425989 +0200
c34203
+++ ATLAS/CONFIG/src/config.c	2012-10-25 11:42:10.218216957 +0200
c34203
@@ -711,6 +711,8 @@ int ProbePtrbits(int verb, char *targarg
c34203
 
c34203
 int ProbeCPUThrottle(int verb, char *targarg, enum OSTYPE OS, enum ASMDIA asmb)
c34203
 {
c34203
+   return 0; /* impossible to turn off cpu throttling => ignore */
c34203
+             /* this undermines performance of compiled library */
c34203
    int i, iret;
c34203
    char *ln;
c34203
    i = strlen(targarg) + 22 + 12;