You'll have to install the packages first, e.g. Pkg.add("Optim") and
Pkg.add("Distributions")Med venlig hilsen Andreas Noack 2014-10-18 12:15 GMT-04:00 Kapil <[email protected]>: > Another thing- > I shifted to Julia 0.3.1 which is the stable release version. > > I checked out the julia-tutorial repository and tried to run the Numerical > Optimization codes and I get the following error- > > ERROR: Optim not found > in require at loading.jl:47 > in include at ./boot.jl:245 > in include_from_node1 at loading.jl:128 > in process_options at ./client.jl:285 > in _start at ./client.jl:354 > in _start_3B_1715 at > /nethome/kagarwal39/julia-0.3.1/julia/usr/bin/../lib/julia/sys.so > while loading > /nethome/kagarwal39/HPPCProject/julia-tutorial/NumericalOptimization/Tutorial.jl, > in expression starting on line 1 > > I also tried to run the codes at the end of > http://bogumilkaminski.pl/files/julia_express.pdf which is linked on > Julia tutorials webpage and I get the following errors- > > ERROR: Distributions not found > in require at loading.jl:47 > in include at ./boot.jl:245 > in include_from_node1 at loading.jl:128 > in process_options at ./client.jl:285 > in _start at ./client.jl:354 > in _start_3B_1715 at > /nethome/kagarwal39/julia-0.3.1/julia/usr/bin/../lib/julia/sys.so > while loading /nethome/kagarwal39/HPPCProject/temp/ex.jl, in expression > starting on line 1 > > > Can you help me run these codes. > > > ᐧ > > Regards, > Kapil Agarwal > > On Fri, Oct 17, 2014 at 11:35 PM, Iain Dunning <[email protected]> > wrote: > >> 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]> >>> 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]> 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]> >>>>> 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]> >>>>>> 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 >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >
