Skip to content

Commit

Permalink
small adjustment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jun 1, 2023
1 parent bd14d4f commit d05bb58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ julia> set_preferences!(

### 3. Loading MPI-enabled HDF5

In Julia code, MPI.jl must be loaded _before_ HDF5.jl for MPI functionality to
be available:
In HDF5.jl v0.16 and earlier, MPI.jl must be loaded _before_ HDF5.jl for MPI functionality to be available:

```julia
using MPI
Expand Down

0 comments on commit d05bb58

Please sign in to comment.