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