# Does anyone have an implementation of MPI\_Ibcast wrapper?

**URL:** https://discourse.julialang.org/t/does-anyone-have-an-implementation-of-mpi-ibcast-wrapper/119970
**Category:** General Usage
**Created:** [September 27, 2024, 4:43pm UTC](https://discourse.julialang.org/t/does-anyone-have-an-implementation-of-mpi-ibcast-wrapper/119970 "2024-09-27T16:43:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [September 27, 2024, 4:43pm UTC](https://discourse.julialang.org/t/does-anyone-have-an-implementation-of-mpi-ibcast-wrapper/119970/1 "2024-09-27T16:43:09Z")

</div>

MPI.jl does not seem to have it. I thought I would ask. (Why redesign the wheel?)

---

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [September 27, 2024, 4:55pm UTC](https://discourse.julialang.org/t/does-anyone-have-an-implementation-of-mpi-ibcast-wrapper/119970/2 "2024-09-27T16:55:44Z")

</div>

> [@PetrKryslUCSD](#):
>
> [MPI.jl](https://juliahub.com/ui/Packages/General/MPI) does not seem to have it.

> **[Low-level API · MPI.jl](https://juliaparallel.org/MPI.jl/stable/reference/api/#MPI.API.MPI_Ibcast-NTuple%7B6,%20Any%7D)**
>
> Documentation for MPI.jl.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [September 27, 2024, 11:56pm UTC](https://discourse.julialang.org/t/does-anyone-have-an-implementation-of-mpi-ibcast-wrapper/119970/3 "2024-09-27T23:56:47Z")

</div>

Right, thanks. I knew it was in the auto-generated Julia IF code. I was wondering whether there was a convenience wrapper. Perhaps I will sketch something and do a PR…
