Skip to content

Commit

Permalink
mention package extension for MPI (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Oct 5, 2023
1 parent 5670e7b commit 842946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ They are also available via the package manager of a number of Linux
distributions.

Finally, note that the MPI.jl package is lazy-loaded by HDF5.jl
using [Requires](https://github.com/JuliaPackaging/Requires.jl).
using [Requires](https://github.com/JuliaPackaging/Requires.jl) up to Julia v1.8.
In practice, this means that in Julia code, `MPI` must be imported _before_
`HDF5` for parallel functionality to be available.
In Julia v1.9 and newer, a package extension is used to reduce the latency.

## Setting-up Parallel HDF5

Expand Down

0 comments on commit 842946b

Please sign in to comment.