Re: [julia-users] Could I start multiple workers for parallel processing from the program without starting from terminal ?

2016-08-17 Thread Stefan Karpinski
http://docs.julialang.org/en/release-0.4/stdlib/parallel/#Base.addprocs On Wed, Aug 17, 2016 at 3:50 PM, Rishabh Raghunath wrote: > Hello Julia Users ! > I am a beginner in Julia .. > I was wondering if there is a way to start multiple workers for parallel > processing

[julia-users] Could I start multiple workers for parallel processing from the program without starting from terminal ?

2016-08-17 Thread Rishabh Raghunath
Hello Julia Users ! I am a beginner in Julia .. I was wondering if there is a way to start multiple workers for parallel processing from the Julia program rather than starting Julia from terminal with " julia -p n " ? Is there a way that I can increase the number of workers right from the