Skip to content

Commit

Permalink
[docs] Fix reference to MPI.run_init_hooks (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Sep 8, 2024
1 parent 80e84d3 commit d9acc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ There are two typical solutions to this problem:
When working with non-Julia libraries or tools, `MPI_Init` may be invoked in another part
of the execution flow and not via MPI.jl's [`MPI.Init`](@ref) function. This leaves some
package-internal settings uninitialized. In this case, you need to call
[`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).
[`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 comments on commit d9acc7c

Please sign in to comment.