Changes between Version 3 and Version 4 of FAQ
- Timestamp:
- 12/09/05 09:47:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v3 v4 80 80 81 81 See [http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#rts-hooks Section 4.14.5, ““Hooks” to change RTS behaviour”]. 82 I'm trying to compile my program for parallel execution with the -parallel, and GHC complains with an error like “failed to load interface file for Prelude”. 82 83 == I'm trying to compile my program for parallel execution with the -parallel, and GHC complains with an error like “failed to load interface file for Prelude”. == 83 84 84 85 GHC doesn't ship with support for parallel execution, that support is provided separately by the [http://www.macs.hw.ac.uk/~dsg/gph/ GPH] project.
