MPIArrays.jl
MPIArrays.jl copied to clipboard
Distributed arrays based on MPI onesided communication
```julia (@v1.5) pkg> test MPIArrays Testing MPIArrays Status `/tmp/jl_x8KgWs/Project.toml` [dc8bdbbb] CustomUnitRanges v1.0.0 [aaf54ef3] DistributedArrays v0.6.4 [da04e1cc] MPI v0.15.1 [b2d6846a] MPIArrays v0.1.0 `[email protected]:barche/MPIArrays.jl.git#master` [8ba89e20] Distributed [37e2e46d] LinearAlgebra [9a3f8284] Random [8dfed614] Test...
julia> Pkg.test("MPIArrays") Updating registry at `~/.julia/registries/General` Updating git-repo `[email protected]:JuliaRegistries/General.git` Testing MPIArrays Status `/var/folders/3z/rj6y6gfx4nd3h867q_mvjnw0000b9r/T/tmpAMTEOd/Manifest.toml` [9e28174c] BinDeps v0.8.10 [34da2185] Compat v2.1.0 [dc8bdbbb] CustomUnitRanges v0.2.0 [aaf54ef3] DistributedArrays v0.6.2 [da04e1cc] MPI v0.8.0 [b2d6846a] MPIArrays...
I saw your JuliaCon talk today. Impressive work. README says: >Using hybrid parallelism, where threads are used to communicate within each machine and MPI or Julia's native parallelism between machines...