
Dominic Steinitz wrote:
I think I have things working now but the "make" system seems to have problems. I followed the instructions here:
http://www.haskell.org/haskellwiki/Data_Parallel_Haskell/PackageNDP
but got the messages below.
Sorry, I haven't checked whether doing "make" works in the examples subdirectory for a while. However, "make <example>" ought to work, where <example> is dotp, smvm and so on. In any case, the code and the build system are undergoing extensive refactoring at the moment. I hope this will work better once that's done.
On the other hand this worked:
ghc --make -o dotp dotp.hs -package ndp -i../lib -threaded
I would recommend using -Odph with the HEAD or the flags from ndp.mk if you want to actually run the programs; it's going to be really slow otherwise.
Would you like me to raise a ticket?
For the moment, please just email or cc me about any NDP problems. Roman