#7254: Parallel processing and the -Nn flag ------------------------------+--------------------------------------------- Reporter: mcandre | Owner: Type: feature request | Status: new Priority: normal | Component: Runtime System Version: 7.0.3 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Runtime crash | Testcase: Blockedby: | Blocking: Related: | ------------------------------+---------------------------------------------
Comment(by parcs): As of GHC 6.12.1, you can omit the number of processors and pass in `-N` by itself and GHC will automatically determine the number of processors to use. And as of GHC 7.6.1, you can also adjust the number of processors at runtime via `GHC.Conc.getNumProcessors` and `GHC.Conc.setNumCapabilities`. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7254#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs