Skip to content

Commit

Permalink
explain workdaround
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Aug 30, 2024
1 parent ed2540d commit cc1147d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/auxiliary/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ end
# when using `@fastmath`, which we also get from
# [Fortran](https://godbolt.org/z/Yrsa1js7P)
# or [C++](https://godbolt.org/z/674G7Pccv).
#
# Note however that such a custom reimplementation can cause incompatibilites with other

Check warning on line 288 in src/auxiliary/math.jl

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"incompatibilites" should be "incompatibilities".
# packages. Currently we are affected by an issue with MPI.jl on ARM, see
# https://github.com/trixi-framework/Trixi.jl/issues/1922
# The workaround is to resort to Base.min / Base.max when using MPI reductions.
"""
Trixi.max(x, y, ...)
Expand Down

0 comments on commit cc1147d

Please sign in to comment.