[julia-users] list all methods on certain datatype

2016-10-14 Thread Paulito Palmes
is there a function or keyboard shortcut to list all functions operating on certain datatype? for example, in a typical object-based approach, you can type the object in REPL with a dot and it completes all methods operating on that object. in Julia, we can only list all the behavior of a

Re: [julia-users] IBM Power port

2016-09-02 Thread Paulito Palmes
ctives. Is this a bug? Please try to reproduce the errors I have with the attached code. This error only happens if you do addprocs() to run parallel julia. I'm using Julia 0.4.6 (2016-06-19 17:16 UTC) On Fri, Sep 2, 2016 at 9:52 AM, Paulito Palmes <ppal...@gmail.com> wrote: > Hi A

Re: [julia-users] IBM Power port

2016-09-02 Thread Paulito Palmes
Hi All, I noticed that some of the packages are not aware that Julia has power port now and when you install those packages, they include some compiler directives specific to Intel processor such as SSE. In the Makefile, I removed this extra option and the package compiles. However, if I do

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
--output-ji /tmp/julia/usr/lib/julia/inference.ji --startup-file=no coreimg.jl make[1]: *** [/tmp/julia/usr/lib/julia/inference.ji] Error 134 make: *** [julia-inference] Error 2 On Fri, Jul 22, 2016 at 8:51 PM, Paulito Palmes <ppal...@gmail.com> wrote: > great!!! thanks very much > >

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
HI VIral, I am also hoping that once IBM sees the potential of Julia+IBM Power for doing HPC and analytics, they will formally support the Julia development in the future just like what they did with the docker and other open source initiatives. On Fri, Jul 22, 2016 at 9:07 PM, Paulito Palmes

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
> > > > On Jul 22, 2016, at 1:50 PM, Paulito Palmes <ppal...@gmail.com> wrote: > > > > This problem might be specific to Redhat? Unfortunately, I don't have > debian-based Power system running to test. > > > > On Fri, Jul 22, 2016 at 6:40 PM, Paulito Palme

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
power, I am using an ATLAS build (of which we are using the latest RC), and > packaging it all up is going to be some work. > > > > > > -viral > > > > > > > >> On Jul 22, 2016, at 1:50 PM, Paulito Palmes <ppal...@gmail.com> wrote: > >>

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
]: *** [/home/paulpalm/julia/usr/lib/julia/inference.ji] Error 139 make: *** [julia-inference] Error 2 On Fri, Jul 22, 2016 at 4:48 PM, Paulito Palmes <ppal...@gmail.com> wrote: > I'm compiling in both Power7 and Power8 and not yet finished. I started > with make -j 20 but after some

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
This problem might be specific to Redhat? Unfortunately, I don't have debian-based Power system running to test. On Fri, Jul 22, 2016 at 6:40 PM, Paulito Palmes <ppal...@gmail.com> wrote: > Here's the error using Power8: same error which happens during linking. > > Can you send

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
-inference] Error 2 On Fri, Jul 22, 2016 at 5:01 PM, Paulito Palmes <ppal...@gmail.com> wrote: > It caused a core-dump during linking ;( in Power7 > > ... > CC src/cgmemmgr.o > LINK usr/lib/libjulia.so.0.5.0 > CC ui/repl.o > LINK usr/bin/julia > PERL

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
ores. Let me know if you still want me to create the tarball. > Using ATLAS makes the whole thing a bit nonstandard for creating > distributions, but I’ll see what I can do if needed. > > -viral > > > On Jul 22, 2016, at 10:50 AM, Paulito Palmes <ppal...@gmail.com> wrote:

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
Ah, forgot to update Make.user On Fri, Jul 22, 2016 at 3:50 PM, Paulito Palmes <ppal...@gmail.com> wrote: > Hi, > > Got this error using Power7: Linux abc.com 3.10.0-327.4.5.el7.ppc64 #1 > SMP Thu Jan 21 04:12:40 EST 2016 ppc64 ppc64 ppc64 GNU/Linux > > Red Hat

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
gt; wrote: > Not sure what to do here. Is the filesystem NFS or something? Perhaps just > try building again with make -j 1. > > What is uname -a? > > -viral > > On Jul 22, 2016 8:52 AM, "Paulito Palmes" <ppal...@gmail.com> wrote: > >> Hi, >> &g

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
] Error 2 -- On Fri, Jul 22, 2016 at 3:10 PM, Paulito Palmes <ppal...@gmail.com> wrote: > Hi Viral, > > uname -a is: > > Linux abc.com 3.10.0-327.18.2.el7.ppc64le #1 SMP Fri Apr 8 05:10:45 EDT > 2016 ppc64le ppc64le ppc64le GNU/Linux > > and us

Re: [julia-users] IBM Power port

2016-07-22 Thread Paulito Palmes
Hi, I'm compiling using Red Hat Enterprise Linux Server release 7.2 in Power8 and I got this error: ./julia/usr/lib64/libunwind*.a: No such file or directory the make process didn't create usr/lib64 and the libunwind*.a are in usr/lib I created the links of libunwind*.a in usr/lib64 but got