Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@DArray constructor broken with latest julia master #80

Closed
amitmurthy opened this issue Jul 18, 2016 · 1 comment
Closed

@DArray constructor broken with latest julia master #80

amitmurthy opened this issue Jul 18, 2016 · 1 comment

Comments

@amitmurthy
Copy link
Contributor

julia> using DistributedArrays

julia> @DArray [i+j for i=1:10, j=1:10]
ERROR: ArgumentError: reducing over an empty collection is not allowed
 in mr_empty(::Function, ::Function, ::Type{T}) at ./reduce.jl:128
 in mapfoldl(::Base.#identity, ::Function, ::Tuple{}) at ./reduce.jl:60
 in DistributedArrays.DArray{T,N,A}(::Function, ::Tuple{}) at /Users/amitm/.julia/v0.5/DistributedArrays/src/DistributedArrays.jl:107
 in eval(::Module, ::Any) at ./boot.jl:234
 in macro expansion at ./REPL.jl:92 [inlined]
 in (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:46

@amitmurthy
Copy link
Contributor Author

Closed by 35f24d9 I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant