From: Debian Science Team Date: Sat, 24 Jan 2015 22:06:27 +0000 (+0000) Subject: cpu-throttling-check X-Git-Tag: archive/raspbian/3.10.3-3+rpi1~2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=070757b21db84c5f659824bec477e1c09e4f9e99;p=atlas.git cpu-throttling-check Gbp-Pq: Name cpu-throttling-check.diff --- diff --git a/CONFIG/src/config.c b/CONFIG/src/config.c index 434b034..7b429fb 100644 --- a/CONFIG/src/config.c +++ b/CONFIG/src/config.c @@ -928,10 +928,8 @@ void PrintUsage(char *name, int iarg, char *arg) " -Si nocygwin <0/1> : Do/don't depend on GPL cygwin library\n"); fprintf(stderr, " (Windows compiler/cygwin install only)\n"); -/* Disabled due to abuse fprintf(stderr, " -Si cputhrchk <0/1> : Ignore/heed CPU throttle probe\n"); - */ fprintf(stderr, " -tl <#> : set # of threads, use list of affinity IDs\n"); fprintf(stderr, @@ -1129,6 +1127,8 @@ void GetFlags(int nargs, /* nargs as passed into main */ *NoF77 = k; else if (!strcmp(sp0, "nocygwin")) *NoCygwin = k; + else if (!strcmp(sp0, "cputhrchk")) + *ThrChk = k; else if (!strcmp(sp0, "kern")) gcc3 = sp; else if (!strcmp(sp0, "ADdir") || !strcmp(sp0, "addir"))