[julia-users] multiple processes question

2016-10-05 Thread noel ryan
I am an undergraduate working on a Julia parallelism project. I have read in quite a few tutorials that to get the best parallel performance I should spawn a number of processes equal to the number of cores in my processor ( working with 2 cores & 4 threads). However in a test to check processin

[julia-users] Re: multiple processes question

2016-10-12 Thread noel ryan
Thanks a lot Chris your insight has been extremely helpful