You currently have to use a DArray and multiple processes to do anything in parallel.
On Wed, Aug 6, 2014 at 5:39 AM, paul analyst <[email protected]> wrote: > How to count consecutive parallel loops at work on a large matrix? > D = big sparse > for i = 0: 9999... > c$i = cor (D [:, and * 1000 + 1: and * 1000 + 1000]) > end > Paul >
