Skip to content

Commit

Permalink
Use concrete types
Browse files Browse the repository at this point in the history
Thank vchuravy!
  • Loading branch information
benegee authored Sep 5, 2024
1 parent 7154dae commit bfee672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auxiliary/mpi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ ode_unstable_check(dt, u, semi, t) = isnan(dt)
function reduce_vector_plus(x, y)
x .+ y
end
MPI.@Op(reduce_vector_plus, SVector)
MPI.@Op(reduce_vector_plus, SVector{4, Float64})
MPI.@Op(reduce_vector_plus, SVector{5, Float64})

0 comments on commit bfee672

Please sign in to comment.