JuliaParallel / DistributedArrays.jl

Distributed Arrays in Julia
Other
196 stars 35 forks source link

Use mul! from LinearAlgebra instead of a local definition #217

Closed haampie closed 4 years ago

haampie commented 4 years ago

Fixes a missing import of mul!, which causes DistributedArrays.jl to miss fast implementations of mul! when defined outside the package.

andreasnoack commented 4 years ago

Could you change the .travis.yml to test on julia: 1 such that we test this on the latest release?

haampie commented 4 years ago

This is good to go