#1733: RTS option -N not exposed at Haskell level
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Easy (1 hr) | Os: Unknown
Testcase: | Architecture: Unknown
---------------------------------+------------------------------------------
I notice that the RTS option -N''k'' - for specifying the number of OS-
level threads to run concurrently - is not exposed to Haskell. This means
that for a parallel program, I need to effectively specify -N''k'' twice,
once for the Haskell runtime, and once in a way that the program itself
can see.
It would be very nice if GHC.Conc or some other such module made the value
of this flag visible, so I didn't need to repeat myself.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1733>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs