Its definitely one of the least-documented-by-example parts of Julia, partly because its inherently complicated to make a realistic workload that doesn't require too much background knowledge. You contributions in this area will be appreciated by many, I'm sure.
Thanks, Iain On Friday, October 17, 2014 11:09:43 PM UTC-4, Kapil Agarwal wrote: > > Yeah, I've seen that too. > > If there aren't any else, I assume that not many people have experimented > with parallel Julia. > > I am actually looking to write some parallel benchmarks using Julia, which > if successful, can be included then. > ᐧ > > Regards, > Kapil Agarwal > > On Fri, Oct 17, 2014 at 11:06 PM, Isaiah Norton <[email protected] > <javascript:>> wrote: > >> Here is one nice code example (it probably works against 0.3, but I don't >> know for sure): >> >> https://github.com/madeleineudell/ParallelSparseMatMul.jl >> >> There are also some demos in the examples/ directory. >> >> On Fri, Oct 17, 2014 at 10:44 PM, Kapil <[email protected] <javascript:>> >> wrote: >> >>> Still, are there any resources other than the documentation to learn >>> what all can be done for parallel computing in julia ? >>> ᐧ >>> >>> Regards, >>> Kapil Agarwal >>> >>> On Fri, Oct 17, 2014 at 10:42 PM, Isaiah Norton <[email protected] >>> <javascript:>> wrote: >>> >>>> The recommended version right now for most users is 0.3, for this >>>> reason. 0.4 is only recommended if you are actively developing in or >>>> against the trunk, are following the github issues, or if there is a >>>> must-have feature and you don't mind digging in to the code to figure out >>>> what is going on. Very few of the user-level resources are expected to be >>>> up-to-date at this point. Once we move to the 0.4-pre stage then one of >>>> the >>>> major tasks will be updating the larger ecosystem and documentation. >>>> >>>> On Fri, Oct 17, 2014 at 9:28 PM, Kapil Agarwal <[email protected] >>>> <javascript:>> wrote: >>>> >>>>> Are there any working code examples to learn parallel computing using >>>>> Julia ? >>>>> >>>>> I have gone through the documentation and some videos, but either the >>>>> information is too less or outdated. >>>>> I am currently using Julia 0.4 and many of the things don't work as >>>>> mentioned in the videos or other tutorials. >>>>> >>>>> Kapil >>>>> >>>> >>>> >>> >> >
