Advertisement
Guest User

Repa nested error

a guest
Nov 21st, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Data.Array.Repa: Performing nested parallel computation sequentially.
  2. You've probably called the 'force' function while another instance was
  3. already running. This can happen if the second version was suspended due
  4. to lazy evaluation. Use 'deepSeqArray' to ensure each array is fully
  5. evaluated before you 'force' the next one.
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement