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