Re: [julia-users] Using pmap in julia

2016-06-01 Thread Martha White
Thank you for the prompt reply! No, I am not using either open or mmap. On Wednesday, June 1, 2016 at 12:20:19 PM UTC-4, Stefan Karpinski wrote: > > Are you opening files via open or mmap in any of the functions > that learningExperimentRun calls? > > On Wed, Jun 1, 2016 at 11:42 AM, Martha

Re: [julia-users] Using pmap in julia

2016-06-01 Thread Stefan Karpinski
Are you opening files via open or mmap in any of the functions that learningExperimentRun calls? On Wed, Jun 1, 2016 at 11:42 AM, Martha White wrote: > I am having difficulty understanding how to use pmap in Julia. I am a > reasonably experienced matlab and c

[julia-users] Using pmap in julia

2016-06-01 Thread Martha White
I am having difficulty understanding how to use pmap in Julia. I am a reasonably experienced matlab and c programmer. However, I am new to Julia and to using parallel functions. I am running an experiment with nested for loops, benchmarking different algorithms. In the inner loop, I am