Git Product home page Git Product logo

distributedarrays.jl's Introduction

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

  • STABLE โ€” documentation of the most recently tagged version.
  • DEVEL โ€” documentation 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!

distributedarrays.jl's People

Contributors

andreasnoack avatar vchuravy avatar jakebolewski avatar amitmurthy avatar tanmaykm avatar traktofon avatar mbauman avatar r-barnes avatar haampie avatar josmanps avatar kshyatt avatar femtocleaner[bot] avatar jonas-schulze avatar jeffbezanson avatar josephtomlinson avatar severinson avatar ararslan avatar christopher-dg avatar chrisrackauckas avatar ranocha avatar juliatagbot avatar mortenpi avatar tkelman avatar viralbshah avatar dependabot[bot] avatar samtkaplan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.