We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caed343 commit 9bc34b1Copy full SHA for 9bc34b1
docs/src/example.md
@@ -87,8 +87,8 @@ rngs = [Xoshiro(i) for i in 1:Threads.nthreads()]
87
88
As you can see, the speed-up is not linear in the number of threads. This is mainly due to
89
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!
+explained at [https://juliaio.github.io/HDF5.jl/stable/mpi/](https://juliaio.github.io/HDF5.jl/stable/mpi/)
+to improve the multi-threading performance. Though, we are already sampling at 500MB/S, which is not bad!
92
93
## Monitoring
94
0 commit comments