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.
MPI.run_init_hooks
1 parent 80e84d3 commit d9acc7cCopy full SHA for d9acc7c
docs/src/external.md
@@ -66,5 +66,5 @@ There are two typical solutions to this problem:
66
When working with non-Julia libraries or tools, `MPI_Init` may be invoked in another part
67
of the execution flow and not via MPI.jl's [`MPI.Init`](@ref) function. This leaves some
68
package-internal settings uninitialized. In this case, you need to call
69
-[`MPI.run_init_hooks()`)(@ref) manually to fully initialize MPI.jl. You may also want to
70
-consider calling [`MPI.set_default_error_handler_return()`](@ref).
+[`MPI.run_init_hooks()`](@ref) manually to fully initialize MPI.jl. You may also want to
+consider calling [`MPI.set_default_error_handler_return()`](@ref).
0 commit comments