Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Distributed Arrays in Julia

License

NotificationsYou must be signed in to change notification settings

JuliaParallel/DistributedArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed arrays for Julia.

DocumentationBuild Status

Introduction

DistributedArrays.jl uses the stdlibDistributed to implement aGlobal Array interface.ADArray 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 thePkg 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 Julia0.7,1.0 and the nightly builds of the Juliamaster branch on Linux, and macOS.

Questions and Contributions

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

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

About

Distributed Arrays in Julia

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp