All Projects → JuliaParallel → Distributedarrays.jl

JuliaParallel / Distributedarrays.jl

Licence: other
Distributed Arrays in Julia

Programming Languages

julia
2034 projects

DistributedArrays

Distributed arrays for Julia.

Documentation Build Status

Introduction

DistributedArrays.jl uses the stdlib Distributed to implement a Global Array interface. A DArray is distributed across a set of workers. Each worker can read and write from its local portion of the array and each worker has read-only access to the portions of the array held by other workers.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add DistributedArrays

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("DistributedArrays")

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVELdocumentation of the in-development version.

Project Status

The package is tested against Julia 0.7, 1.0 and the nightly builds of the Julia master branch on Linux, and macOS.

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the Parallel/Distributed category, in the #parallel channel of the Julia Slack.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. In particular additions to documentation are encouraged!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].