Skip to content

Commit

Permalink
Merge branch 'bg/base_min_in_mpi_reduce' of github.com:trixi-framewor…
Browse files Browse the repository at this point in the history
…k/Trixi.jl into bg/base_min_in_mpi_reduce
  • Loading branch information
benegee committed Sep 5, 2024
2 parents ff513ba + bfee672 commit c5970f3
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 c5970f3

Please sign in to comment.