Skip to content

Commit

Permalink
Update src/MPI.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
  • Loading branch information
2 people authored and lcw committed May 8, 2023
1 parent 9b2f077 commit 5bab136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ end
using PrecompileTools: @compile_workload
@static if VERSION >= v"1.8"
@compile_workload begin
# Running the load time hooks here shaves off a significant amount of loading time,
# see also https://github.com/JuliaParallel/MPI.jl/pull/728
foreach(hook -> hook(), _mpi_load_time_hooks)
end
end
Expand Down

0 comments on commit 5bab136

Please sign in to comment.