ghc -parallel ...

2000-01-18 Thread Dirk Nowotka TUCS
Hi, I've been trying to compile a toy example with GHC's parallel option. The `impossible' happened ... How do I get the parallel machinery working? Best, Dirk Here is the verbose compiler report: (the program code follows after that) droog:~/Hacks/haskell/Equation

Re: FW: ghc -parallel ...

2000-01-24 Thread Phil Trinder
L PROTECTED]] > Sent: None > To: [EMAIL PROTECTED] > Subject: ghc -parallel ... > > > Hi, > > I've been trying to compile a toy example with GHC's parallel option. > > The `impossible' happened ... > > How do I get the parallel machinery working

RE: FW: ghc -parallel ...

2000-01-24 Thread Simon Marlow
> Dirk, > > Glasgow parallel Haskell (GpH) doesn't work with GHC 4.04, > but will real soon: (in 4.06 I believe). Actually it won't be quite ready for 4.06 - the code is in there, but not in a production state. Similarly for the GranSim and SMP versions. Hans Wolfgang Lloidl & I spent a week