#9341: Evaluate default CPUs setting for validate -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.10.1 Component: Build | Version: 7.8.2 System | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D146 | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * differential: => Phab:D146 * resolution: => fixed * milestone: => 7.10.1 Comment: This has since been implemented. `./validate` now sets `THREADS=CPUS+1`, and `CPUS` is determined dynamically. {{{ commit f328890021253c426b7450b6c5a1061d25f6219b Author: Sergei Trofimovich <slyfox@gentoo.org> Date: Tue Aug 19 16:54:13 2014 +0300 validate: add simple CPU count autodetection Summary: Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Test Plan: ran ./validate on linux Reviewers: austin Reviewed By: austin Subscribers: phaskell, simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D146 }}} See also: https://www.haskell.org/pipermail/ghc-devs/2014-August/006018.html -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9341#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler