Re: [julia-users] Compute eigenvalues in parallel

2016-05-24 Thread Yao Lu
thanks

On Sun, May 22, 2016 at 2:41 PM, Tony Kelman  wrote:

> Shared memory or distributed? For the latter I would look at Elemental.
> For the former, you can use a multithreaded BLAS in the LAPACK eigenvalue
> calls, though from reports it appears MKL is often better optimized on
> eigenvalue computation that openblas.


[julia-users] How to use Debug.jl in Atom?

2016-05-11 Thread Yao Lu





However, I cannot input anything in the console.


[julia-users] New Juno Atom Bundle for Windows

2016-03-24 Thread Yao Lu
Please see https://github.com/YaoLuCNS/Juno-Bundle-for-Windows. I'm not 
sure if this would work for others but your could check this.


[julia-users] Re: When will juno-atom bundle become available?

2016-03-22 Thread Yao Lu
I mean an atom bundle with julia and other plugins installed

在 2016年3月21日星期一 UTC+8下午10:07:01,Chris Rackauckas写道:
>
> It's available. 
>
> https://github.com/JunoLab/atom-julia-client/tree/master/manual
>
> Or do you mean a Julia/Atom bundle with the client pre-installed?
>
> On Monday, March 21, 2016 at 1:08:45 AM UTC-7, Yao Lu wrote:
>>
>> I 'm expecting this bundle.
>>
>

Re: [julia-users] Re: When will juno-atom bundle become available?

2016-03-21 Thread Yao Lu
Yes, I'm expecting a Julia/Atom bundle with the client pre-installed.

2016-03-21 22:07 GMT+08:00 Chris Rackauckas :

> It's available.
>
> https://github.com/JunoLab/atom-julia-client/tree/master/manual
>
> Or do you mean a Julia/Atom bundle with the client pre-installed?
>
> On Monday, March 21, 2016 at 1:08:45 AM UTC-7, Yao Lu wrote:
>>
>> I 'm expecting this bundle.
>>
>


[julia-users] When will juno-atom bundle become available?

2016-03-21 Thread Yao Lu
I 'm expecting this bundle.


[julia-users] Parallel coputing for vector?

2016-01-21 Thread Yao Lu
I want to parallelly compute v+=g(v) while v is a large-dimentional vector. 
But I'd like to stick to the vector formalism so I don't want to change to 
for-loop and use @parallel. How could I do this?


Re: [julia-users] Using MATLAB error

2016-01-03 Thread Yao Lu
I know the reason. The package haven't passed the test for 0.4.

在 2015年12月29日星期二 UTC+8上午12:32:40,Mauro写道:
>
> This works for me: 
>
> julia> using MATLAB 
>
> julia> x=[1,2,3] 
> 3-element Array{Int64,1}: 
>  1 
>  2 
>  3 
>
> julia> @mput x 
> A MATLAB session is open successfully 
>
> on 0.3 and 0.4.1 (with lots of deprecation warnings) 
>
> @mxput does not exist: 
>
> julia> @mxput x 
> ERROR: UndefVarError: @mxput not defined 
>
> So, as cdm said: are you sure that you don't have a typo? 
>
> On Mon, 2015-12-28 at 16:19, Stefan Karpinski  > wrote: 
> > I'm not sure how many users of the MATLAB package there are here. You 
> may 
> > want to file an issue with the package if you're having trouble getting 
> it 
> > working. 
> > 
> > On Mon, Dec 28, 2015 at 1:46 AM, Yao Lu > 
> wrote: 
> > 
> >> I installed MATLAB packages. 
> >> "Pkg.add("MATLAB") 
> >> ENV["MATLAB_HOME"]="F:\\MATLAB\\R2015b\\bin" 
> >> using MATLAB 
> >> x=[1,2,3]" 
> >> The codes above are OK. 
> >> When I type   "@mxput x", 
> >> it shows   "ERROR: UndefVarError: @mput not defined". 
> >> What's wrong? 
> >> 
>


[julia-users] Using MATLAB error

2015-12-27 Thread Yao Lu
I installed MATLAB packages.
"Pkg.add("MATLAB")
ENV["MATLAB_HOME"]="F:\\MATLAB\\R2015b\\bin"
using MATLAB
x=[1,2,3]"
The codes above are OK.
When I type   "@mxput x",
it shows   "ERROR: UndefVarError: @mput not defined".
What's wrong?


[julia-users] Re: How can I install a julia package in an assigned folder?

2015-12-27 Thread Yao Lu
thanks

在 2015年12月27日星期日 UTC+8下午5:44:10,Tony Kelman写道:
>
> Set ENV["JULIA_PKGDIR"]
>
> On Saturday, December 26, 2015 at 7:02:28 PM UTC-8, Yao Lu wrote:
>>
>> I have installed julia in F:\julia\, and I run "Pkg.add(***)", then Julia 
>> installed my package in C:\User\***\.julia\. But I would like to install it 
>> in F:\julia\. How could I achieve that?
>>
>

[julia-users] How can I install a julia package in an assigned folder?

2015-12-26 Thread Yao Lu
I have installed julia in F:\julia\, and I run "Pkg.add(***)", then Julia 
installed my package in C:\User\***\.julia\. But I would like to install it 
in F:\julia\. How could I achieve that?


[julia-users] Do I need to pay for Juliabox?

2015-12-24 Thread Yao Lu
If I want to do parrallel computing, how could I pay to get it?