[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / docs / users_guide / parallel.lit
index b01dec5..49c1861 100644 (file)
@@ -612,6 +612,12 @@ something...) per PVM processor.  We use the standard \tr{debugger}
 script that comes with PVM3, but we sometimes meddle with the
 \tr{debugger2} script.  We include ours in the GHC distribution,
 in \tr{ghc/utils/pvm/}.
+
+\item[\tr{-e<num>}:]
+\index{-e<num> RTS option (parallel)}
+(PARALLEL ONLY) Limit the number of pending sparks per processor to
+\tr{<num>}. The default is 100. A larger number may be appropriate if
+your program generates large amounts of parallelism initially.
 \end{description}
 
 %************************************************************************