Skip to content

Commit 9bc34b1

Browse files
authored
Update link
1 parent caed343 commit 9bc34b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ rngs = [Xoshiro(i) for i in 1:Threads.nthreads()]
8787

8888
As you can see, the speed-up is not linear in the number of threads. This is mainly due to
8989
the fact that accessing the chunks is single-threaded, so one would need to use `MPI.jl` as
90-
explained at https://juliaio.github.io/HDF5.jl/stable/mpi/ to improve the multi-threading
91-
performance. Though, we are already sampling at 500MB/S, which is not bad!
90+
explained at [https://juliaio.github.io/HDF5.jl/stable/mpi/](https://juliaio.github.io/HDF5.jl/stable/mpi/)
91+
to improve the multi-threading performance. Though, we are already sampling at 500MB/S, which is not bad!
9292

9393
## Monitoring
9494

0 commit comments

Comments
 (0)