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.