From 0ffaebffcc65daace4226a5736b1764ab98003dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:57:51 +0100 Subject: [PATCH 1/2] [docs] Fix reference to `MPI.run_init_hooks` --- docs/src/external.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/external.md b/docs/src/external.md index 9de8ef268..42fba8fdc 100644 --- a/docs/src/external.md +++ b/docs/src/external.md @@ -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). \ No newline at end of file +[`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). From 981c19988abf32143cdaf3170597d5e9c6e5be0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:05:24 +0100 Subject: [PATCH 2/2] Update external.md --- docs/src/external.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/external.md b/docs/src/external.md index 42fba8fdc..37166fd25 100644 --- a/docs/src/external.md +++ b/docs/src/external.md @@ -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).