Skip to content

Commit

Permalink
Fix typo in precompile statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lcw committed Jun 4, 2023
1 parent 0ac76b4 commit ff69721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ using PrecompileTools: @compile_workload
# to compile them ahead of time instead of compiling them in parallel for each
# run.
Base.precompile(Init, ())
Base.precompile(Comm_size, (Comm,))
Base.precompile(Comm_rank, (Comm,))
Base.precompile(Comm_size, (Comm,))
end

Expand Down

0 comments on commit ff69721

Please sign in to comment.