Update: I'm using RemoteRefs instead of DArrays inside the Array an it works fine.
On Sunday, September 20, 2015 at 5:56:21 PM UTC-3, [email protected] wrote: > > I want create an Array of DArrays and I'm using > > > a = Array(DArray, 5) > > but when I do a[1] = dfill(1,1) > > I get the error: > ERROR: `convert` has no method matching convert(::Type{DArray{T,N,A}}, > ::Int64) > > > Where am I doing wrong? > > How can I make it to work? >
