Are you trying to use DistributedArrays? Then you need to add the package: Pkg.add("DistributedArrays"); using DistributedArrays.
- Chris Rackauckas
@ChrisRackauckas yes, but i didn't know which package must be add. thank you.
- Armaa
@ChrisRackauckas i add this package but get same error! why?
- Armaa
1 Answers
6
votes
You need to add the DistributedArrays.jl package.
Pkg.add("DistributedArrays"); using DistributedArrays
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
Pkg.add("DistributedArrays"); using DistributedArrays
. - Chris Rackauckas