Skip to content

Commit d9acc7c

Browse files
authored
[docs] Fix reference to MPI.run_init_hooks (#873)
1 parent 80e84d3 commit d9acc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/external.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ There are two typical solutions to this problem:
6666
When working with non-Julia libraries or tools, `MPI_Init` may be invoked in another part
6767
of the execution flow and not via MPI.jl's [`MPI.Init`](@ref) function. This leaves some
6868
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).
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).

0 commit comments

Comments
 (0)