Re: [Haskell-cafe] NDP

2008-01-30 Thread Stephan Friedrichs
Roman Leshchinskiy wrote: [...] You should make clean in ndp/examples. Sorry this doesn't happen automatically, the whole setup is a bit of a mess at the moment. Now it works, thanks a lot :) Sorry for the German make output, but I'm no admin on this machine No worries, I actually speak

Re: [Haskell-cafe] NDP

2008-01-30 Thread Roman Leshchinskiy
Stephan Friedrichs wrote: dotp.hs:13:0: Bad interface file: ../lib/Bench/Benchmark.hi mismatched interface file versions: expected 60920080126, found 60920080124 make: *** [dotp.o] Fehler 1 You should make clean in ndp/examples. Sorry this doesn't happen automatically, the whole

Re: [Haskell-cafe] NDP

2008-01-30 Thread Stephan Friedrichs
Roman Leshchinskiy wrote: [...] OK: I've recompiled the current ghc-head version: darcs pull -a ./darcs-all pull -a make clean sh boot && ./configure && make -j5 && echo ok cd libraries/ndp/ darcs pull -a make clean cd .. make make.library.ndp # works up to this point cd ndp/examples/dotp m

Re: [Haskell-cafe] NDP

2008-01-30 Thread Stephan Friedrichs
Roman Leshchinskiy wrote: [...] Yes, me :-) Sorry for the late reply, it's been a long weekend here in Australia. Wow, Australia :) [...] I suspect that "cd examples; make" doesn't quite work at the moment because some of the examples are broken. I'll try to fix that soon. But "cd examp

Re: [Haskell-cafe] NDP

2008-01-28 Thread Brandon S. Allbery KF8NH
On Jan 28, 2008, at 20:41 , Roman Leshchinskiy wrote: (.text+0x8d5): undefined reference to `__stginit_parallelzm1zi0zi0zi0_ControlziParallelziStrategies_' This is strange, I've never seen this. Can you please send me the exact commands you used to build ghc and package ndp and the compl

Re: [Haskell-cafe] NDP

2008-01-28 Thread Roman Leshchinskiy
Hi Stephan, is someone familiar with compiling ndp (nested data parallel Haskell), "Speed with less convenience"-version? Yes, me :-) Sorry for the late reply, it's been a long weekend here in Australia. I followed the guide at http://www.haskell.org/haskellwiki/Data_Parallel_Haskell/Packa

Re: [Haskell-cafe] NDP

2008-01-27 Thread Henning Thielemann
On Fri, 25 Jan 2008, Stephan Friedrichs wrote: > Hi all, > > is someone familiar with compiling ndp (nested data parallel Haskell), > "Speed with less convenience"-version? > > I followed the guide at > http://www.haskell.org/haskellwiki/Data_Parallel_Haskell/PackageNDP but > executing "make" in

[Haskell-cafe] NDP

2008-01-25 Thread Stephan Friedrichs
Hi all, is someone familiar with compiling ndp (nested data parallel Haskell), "Speed with less convenience"-version? I followed the guide at http://www.haskell.org/haskellwiki/Data_Parallel_Haskell/PackageNDP but executing "make" in the examples directory issues the following error: (.tex

Re: [Haskell-cafe] NDP documentation

2007-07-25 Thread Andrew Coppin
Bulat Ziganshin wrote: Hello Andrew, Monday, July 23, 2007, 11:50:32 PM, you wrote: Actually, I was just reading through all the Data Parallel Haskell and Nested Data Parallelism documentation. It says in several places that "parallel array comprehensions are available since GHC 6.6, but t

Re: [Haskell-cafe] NDP documentation

2007-07-25 Thread Manuel M T Chakravarty
Andrew, Actually, I was just reading through all the Data Parallel Haskell and Nested Data Parallelism documentation. It says in several places that "parallel array comprehensions are available since GHC 6.6, but they are broken; please use the development versions; this will be fixed in GHC 6

Re: [Haskell-cafe] NDP documentation

2007-07-23 Thread Donald Bruce Stewart
bulat.ziganshin: > Hello Andrew, > > Monday, July 23, 2007, 11:50:32 PM, you wrote: > > > Actually, I was just reading through all the Data Parallel Haskell and > > Nested Data Parallelism documentation. It says in several places that > > "parallel array comprehensions are available since GHC 6.

Re: [Haskell-cafe] NDP documentation

2007-07-23 Thread Bulat Ziganshin
Hello Andrew, Monday, July 23, 2007, 11:50:32 PM, you wrote: > Actually, I was just reading through all the Data Parallel Haskell and > Nested Data Parallelism documentation. It says in several places that > "parallel array comprehensions are available since GHC 6.6, but they are > broken; pleas

[Haskell-cafe] NDP documentation

2007-07-23 Thread Andrew Coppin
Actually, I was just reading through all the Data Parallel Haskell and Nested Data Parallelism documentation. It says in several places that "parallel array comprehensions are available since GHC 6.6, but they are broken; please use the development versions; this will be fixed in GHC 6.6.1".