[Haskell-cafe] Problems running vectorised dph program

2009-01-27 Thread Fabian Reck
Hi, I've just begun to play with Data Parallel Haskell but instantly ran into a problem. My very stupid but very simple example ought to sum the values of all Nodes in a Tree. The non-vectorised code behaves like I expected, the vectorised code doesn't terminate. I compiled and ran it the same

Re: [Haskell-cafe] Problems running vectorised dph program

2009-01-28 Thread Fabian Reck
Hi Manuel, thanks for your quick response. Hi Fabian, I've just begun to play with Data Parallel Haskell but instantly ran into a problem. My very stupid but very simple example ought to sum the values of all Nodes in a Tree. The non-vectorised code behaves like I expected, the