Groups 20 of 99+ julia-users › Question about parallel computing 3 posts by 3 authors antony schutz 9/18/15 Hi Everybody, from some weeks I am trying to do Big data calculus using all the parallel tools. Is somebody have examples of code ? The documentation of Julia is not enough complete for me. I found some tutorials, and also for me it is not enough clear. How to do efficient parallel computing, with a lot of array, on which calculus can be parallelized. Thanks best regards Nils Gudat 9/18/15 Your question seems to be a bit generic - there's lot of different ways in Julia to do parallelized computing, depending on your problem and the hardware setup you're trying to use. If you just search this forum for "parallel", you'll find lots of threads, many of them containing code snippets or links to gists with code examples. 0 0 Tom Breloff 9/18/15 Re: [julia-users] Re: Question about parallel computing I'm assuming you've already read this: http://julia.readthedocs.org/en/latest/manual/parallel-computing/. There's a lot of good info there, so if there's something specific you want help with, please post a more complete problem (vague questions can only get vague answers). - show quoted text - 0 0