Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention package extension for MPI #1122

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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