Message ID | 20160719024520.9121-3-me@tobias.gr |
---|---|
State | New |
Headers |
Received: (qmail 55596 invoked by uid 89); 19 Jul 2016 02:48:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=governor, Hx-languages-length:1156, prebuilt, pre-built X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 19 Jul 2016 02:47:59 +0000 Received: from localhost ([::1]:51571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <guix-devel-bounces+patchwork=sourceware.org@gnu.org>) id 1bPL4f-0000qa-3q for patchwork@sourceware.org; Mon, 18 Jul 2016 22:47:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <me@tobias.gr>) id 1bPL1W-0006wz-MB for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <me@tobias.gr>) id 1bPL1S-0000lV-GC for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:41 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:45012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <me@tobias.gr>) id 1bPL1S-0000kI-9O for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:38 -0400 Received: from mfilter25-d.gandi.net (mfilter25-d.gandi.net [217.70.178.153]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 7DCFDFB883 for <guix-devel@gnu.org>; Tue, 19 Jul 2016 04:44:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter25-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter25-d.gandi.net (mfilter25-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id oIEqR4W39dxE for <guix-devel@gnu.org>; Tue, 19 Jul 2016 04:44:35 +0200 (CEST) X-Originating-IP: 163.172.141.64 Received: from sandstone.cloud.online.net (unknown [163.172.141.64]) (Authenticated sender: me@tobias.gr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 21064FB88B for <guix-devel@gnu.org>; Tue, 19 Jul 2016 04:44:35 +0200 (CEST) From: Tobias Geerinckx-Rice <me@tobias.gr> To: guix-devel@gnu.org Subject: [PATCH 2/2] gnu: atlas: Use cpupower in description. Date: Tue, 19 Jul 2016 04:45:20 +0200 Message-Id: <20160719024520.9121-3-me@tobias.gr> X-Mailer: git-send-email 2.9.1 In-Reply-To: <20160719024520.9121-1-me@tobias.gr> References: <20160719024520.9121-1-me@tobias.gr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.198 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." <guix-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guix-devel/> List-Post: <mailto:guix-devel@gnu.org> List-Help: <mailto:guix-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=subscribe> Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" <guix-devel-bounces+patchwork=sourceware.org@gnu.org> |
Commit Message
Tobias Geerinckx-Rice
July 19, 2016, 2:45 a.m. UTC
* gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector' with its replacement 'cpupower --governor'. --- gnu/packages/maths.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
Comments
Tobias Geerinckx-Rice <me@tobias.gr> skribis: > * gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector' > with its replacement 'cpupower --governor'. Applied, thanks! Ludo’.
Ludo',
On 2016-07-19 23:00, ludo@gnu.org wrote:
> Applied, thanks!
Thanks! I didn't know about @example.
It seems like some Texinfo syntax is encouraged (like @command), but
not the full set (package descriptions are full of abbreviations,
but no @abbr or @acronym anywhere). Is this by design?
More would certainly help get to the recommended 5-10 lines... :-)
Kind regards,
T G-R
Tobias Geerinckx-Rice <me@tobias.gr> writes: > Ludo', > > On 2016-07-19 23:00, ludo@gnu.org wrote: >> Applied, thanks! > > Thanks! I didn't know about @example. > > It seems like some Texinfo syntax is encouraged (like @command), but > not the full set (package descriptions are full of abbreviations, > but no @abbr or @acronym anywhere). Is this by design? Nope it is not by design, the Guile (texinfo ...) modules just don't implement these commands from GNU Texinfo, but should indeed.
Mathieu Lirzin <mthl@gnu.org> writes: > Tobias Geerinckx-Rice <me@tobias.gr> writes: > >> Ludo', >> >> On 2016-07-19 23:00, ludo@gnu.org wrote: >>> Applied, thanks! >> >> Thanks! I didn't know about @example. >> >> It seems like some Texinfo syntax is encouraged (like @command), but >> not the full set (package descriptions are full of abbreviations, >> but no @abbr or @acronym anywhere). Is this by design? > > Nope it is not by design, the Guile (texinfo ...) modules just don't > implement these commands from GNU Texinfo, but should indeed. > > -- > Mathieu Lirzin > Is there a feature request / bug we could file somewhere on this? I don't know what the upstream of Guile texinfo is, but it reads like it should be extended.
Hello, ng0 <ng0@we.make.ritual.n0.is> writes: > Mathieu Lirzin <mthl@gnu.org> writes: > >> Tobias Geerinckx-Rice <me@tobias.gr> writes: >> >>> Ludo', >>> >>> On 2016-07-19 23:00, ludo@gnu.org wrote: >>>> Applied, thanks! >>> >>> Thanks! I didn't know about @example. >>> >>> It seems like some Texinfo syntax is encouraged (like @command), but >>> not the full set (package descriptions are full of abbreviations, >>> but no @abbr or @acronym anywhere). Is this by design? >> >> Nope it is not by design, the Guile (texinfo ...) modules just don't >> implement these commands from GNU Texinfo, but should indeed. >> >> -- >> Mathieu Lirzin >> > > Is there a feature request / bug we could file somewhere on this? I > don't know what the upstream of Guile texinfo is, but it reads like it > should be extended. Guile texinfo is maintained in Guile itself. You can send a bug report to <bug-guile@gnu.org>. Thanks!
Mathieu Lirzin <mthl@gnu.org> writes: > Hello, > > ng0 <ng0@we.make.ritual.n0.is> writes: > >> Mathieu Lirzin <mthl@gnu.org> writes: >> >>> Tobias Geerinckx-Rice <me@tobias.gr> writes: >>> >>>> Ludo', >>>> >>>> On 2016-07-19 23:00, ludo@gnu.org wrote: >>>>> Applied, thanks! >>>> >>>> Thanks! I didn't know about @example. >>>> >>>> It seems like some Texinfo syntax is encouraged (like @command), but >>>> not the full set (package descriptions are full of abbreviations, >>>> but no @abbr or @acronym anywhere). Is this by design? >>> >>> Nope it is not by design, the Guile (texinfo ...) modules just don't >>> implement these commands from GNU Texinfo, but should indeed. >>> >>> -- >>> Mathieu Lirzin >>> >> >> Is there a feature request / bug we could file somewhere on this? I >> don't know what the upstream of Guile texinfo is, but it reads like it >> should be extended. > > Guile texinfo is maintained in Guile itself. You can send a bug report > to <bug-guile@gnu.org>. > > Thanks! > > -- > Mathieu Lirzin Thanks. I could, but I have no time to interact with it due to personal resources. It would be better if someone else did this.
M=5360, N=5360, lda=5360, NB=24 FINDING NB FOR M=5440, N=5440, LDA=5440: nb=80: 21451.30 --> 21451.30 MFLOP. NB refinement search: *** i=8, nbB=80, NB=80, mul1=8, mul2=0 *** nb=8: 7003.41 --> 7003.41 MFLOP. nb=16: 1278.46 --> 1278.46 MFLOP. nb=24: 1540.06 --> 1540.06 MFLOP. nb=32: 3296.98 --> 3296.98 MFLOP. nb=40: 24713.32 --> 24713.32 MFLOP. nb=48: 26342.54 --> 26342.54 MFLOP. nb=56: 26221.28 --> 26221.28 MFLOP. nb=64: 28333.27 --> 28333.27 MFLOP. nb=72: 4903.17 --> 4903.17 MFLOP. nb=80: 4536.84 --> 4536.84 MFLOP. nb=88: 4924.19 --> 4924.19 MFLOP. nb=96: 5507.97 --> 5507.97 MFLOP. nb=104: 7172.10 --> 7172.10 MFLOP. nb=112: 59322.21 --> 59322.21 MFLOP. nb=120: 68613.85 --> 68613.85 MFLOP. nb=128: 65228.73 --> 65228.73 MFLOP. nb=136: 70809.52 --> 70809.52 MFLOP. nb=144: 72456.07 --> 72456.07 MFLOP. building of `/gnu/store/hrr2bzzlvl9aivrd6dnh7sncgbbx9awf-atlas-3.10.2.drv' timed out after 3600 seconds of silence That on a 56 core machine with a TESLA on board... Disabling tests. Pj. On Fri, Jul 29, 2016 at 08:35:47AM +0000, ng0 wrote: > Mathieu Lirzin <mthl@gnu.org> writes: > > > Hello, > > > > ng0 <ng0@we.make.ritual.n0.is> writes: > > > >> Mathieu Lirzin <mthl@gnu.org> writes: > >> > >>> Tobias Geerinckx-Rice <me@tobias.gr> writes: > >>> > >>>> Ludo', > >>>> > >>>> On 2016-07-19 23:00, ludo@gnu.org wrote: > >>>>> Applied, thanks! > >>>> > >>>> Thanks! I didn't know about @example. > >>>> > >>>> It seems like some Texinfo syntax is encouraged (like @command), but > >>>> not the full set (package descriptions are full of abbreviations, > >>>> but no @abbr or @acronym anywhere). Is this by design? > >>> > >>> Nope it is not by design, the Guile (texinfo ...) modules just don't > >>> implement these commands from GNU Texinfo, but should indeed. > >>> > >>> -- > >>> Mathieu Lirzin > >>> > >> > >> Is there a feature request / bug we could file somewhere on this? I > >> don't know what the upstream of Guile texinfo is, but it reads like it > >> should be extended. > > > > Guile texinfo is maintained in Guile itself. You can send a bug report > > to <bug-guile@gnu.org>. > > > > Thanks! > > > > -- > > Mathieu Lirzin > > > Thanks. > > I could, but I have no time to interact with it due to personal > resources. > It would be better if someone else did this. > -- > ♥Ⓐ ng0 > Current Keys: https://we.make.ritual.n0.is/ng0.txt > For non-prism friendly talk find me on http://www.psyced.org > --
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 643bce5..776963e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2120,14 +2120,11 @@ Optimization occurs at build time. For this reason, the library is built on the machine where it is installed, without resorting to pre-built substitutes. Before building the library, CPU throttling should be disabled. This can be -done in the BIOS, or, on GNU/Linux, with the following commands: +done in the BIOS, or, on GNU/Linux, with the following command: -cpufreq-selector -g performance -c 0 -... -cpufreq-selector -g performance -c N-1 +# cpupower --governor performance -where N is the number of cores of your CPU. Failure to do so will result in a -library with poor performance.") +Failure to do so will result in a library with poor performance.") (license license:bsd-3))) (define-public glm