Bulat Ziganshin-2 wrote: > > Hello Don, > > Tuesday, March 3, 2009, 5:22:46 AM, you wrote: > >> GHCi doesn't use the threaded runtime though. So given that: > > Don, afair ghci compiled using threaded runtime since 6.6: > > Prelude> :m Control.Concurrent > Prelude Control.Concurrent> rtsSupportsBoundThreads > True >
That's what I thought - the problem seems to be with the interaction between ghci threads (there are four OS threads running on my machine). I read the conc-ffi paper by Simon Marlow, Simon Peyton-Jones and Wolfgang Thaller and whilst that explained the situation regarding bound threads (and indeed how to ensure running a bunch of actions within the same thread context - which gave me some hope), I am still no wiser as to what is going on here and how it can be fixed. It at all. -- View this message in context: http://www.nabble.com/interaction-between-ghci-and-cudaBLAS-library-tp22300813p22310841.html Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
