[GHC] #11615: ghci -threaded
GHC
ghc-devs at haskell.org
Sat Feb 20 20:20:10 UTC 2016
#11615: ghci -threaded
-------------------------------------+-------------------------------------
Reporter: franz | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by franz):
Your guess did not work. I have however tried to set the "+RTS -N" in the
Haskell code:
{{{
m <- getNumProcessors
setNumCapabilities m
}}}
This did actually work! My problem is solved, but the question remains:
why does "cabal repl +RTS -N" and "cabal ghci +RTS -N" not work as
expected? The options seem not to "reach" ghc!
rwbarton: Thank you very much for your appreciated help!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11615#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list