# Distributed matrix

**URL:** https://discourse.julialang.org/t/distributed-matrix/62225
**Category:** General Usage
**Created:** [June 1, 2021, 8:25pm UTC](https://discourse.julialang.org/t/distributed-matrix/62225 "2021-06-01T20:25:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![FredericN](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredericn/32/21170_2.png) [@FredericN](https://discourse.julialang.org/u/FredericN)
#### Post date: [June 1, 2021, 8:25pm UTC](https://discourse.julialang.org/t/distributed-matrix/62225/1 "2021-06-01T20:25:38Z")

</div>

Dear All, I would like some advice. Which package (if any) implements distributed (in the MPI fashion) matrices and is compatible with other Krylov solvers.  
Thanks

---

<div class="post-metadata">

### Author: ![LaurentPlagne](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laurentplagne/32/10103_2.png) [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)
#### Post date: [June 3, 2021, 8:28am UTC](https://discourse.julialang.org/t/distributed-matrix/62225/3 "2021-06-03T08:28:05Z")

</div>

You may have a look to the packages related to PETSC ?

> **[GitHub - gridap/GridapPETSc.jl: Provides PETSc solvers to the Gridap project](https://github.com/gridap/GridapPETSc.jl)**
>
> Provides PETSc solvers to the Gridap project . Contribute to gridap/GridapPETSc.jl development by creating an account on GitHub.

> **[GitHub - JuliaParallel/PETSc.jl: Julia wrappers for the PETSc library](https://github.com/JuliaParallel/PETSc.jl)**
>
> Julia wrappers for the PETSc library. Contribute to JuliaParallel/PETSc.jl development by creating an account on GitHub.

[https://juliahub.com/docs/PetscWrap/mebIL/0.1.2/](https://juliahub.com/docs/PetscWrap/mebIL/0.1.2/)

---

<div class="post-metadata">

### Author: ![FredericN](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredericn/32/21170_2.png) [@FredericN](https://discourse.julialang.org/u/FredericN)
#### Post date: [June 15, 2021, 9:26am UTC](https://discourse.julialang.org/t/distributed-matrix/62225/4 "2021-06-15T09:26:03Z")

</div>

Many thanks.  
Frédéric
