[Haskell-cafe] NDP

Stephan Friedrichs stephan.friedrichs at tu-bs.de
Fri Jan 25 13:10:32 EST 2008


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:

(.text+0x8d5): undefined reference to 
`__stginit_parallelzm1zi0zi0zi0_ControlziParallelziStrategies_'

manually compiling the dotp example on the link mentioned above doesn't 
work either:

[...]

(.data+0x5c): undefined reference to 
`ndp_DataziArrayziParallelziUnliftedziFlatziUArr_zdf14_closure'
DotP.o: In function `sz3_srt':
(.data+0x88): undefined reference to 
`ndp_DataziArrayziParallelziUnliftedziFlatziBasics_toU_closure'
DotP.o: In function `sz3_srt':
(.data+0x8c): undefined reference to 
`ndp_DataziArrayziParallelziUnliftedziFlatziUArr_zdf14_closure'
/home/sfriedrichs/ghc/rts/libHSrts.a(Main.o): In function `real_main':
Main.c:(.text+0x12): undefined reference to `__stginit_ZCMain'
Main.c:(.text+0x2c): undefined reference to `ZCMain_main_closure'

Does someone know, what's wrong? I'm using ghc-6.9.20080124 as source 
base (which compiled and works just fine).

//Stephan

-- 

Früher hieß es ja: Ich denke, also bin ich.
Heute weiß man: Es geht auch so.

  - Dieter Nuhr

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20080125/d3bbd753/signature.bin


More information about the Haskell-Cafe mailing list