You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with one and 16 threads. You should observe that the version with 1 thread crashes as expected, but for the multi-threaded version no error is raised (in contrast to the built-in Julia threads). See also the discussion in the corresponding issue in the Trixi.jl repository.
The text was updated successfully, but these errors were encountered:
DanielDoehring
changed the title
No exception raised for negative logarithm
No exception/error raised for negative logarithm
Dec 8, 2023
It is a bit tough for me to provide a MWE showcasing this behaviour, but you can reproduce this using my branch forked from
Trixi.jl
.Then, execute the example https://github.com/DanielDoehring/Trixi.jl/blob/MultiThreadedNegativeLog/examples/tree_2d_dgsem/elixir_mhd_rotor_reproducibility.jl
with one and 16 threads. You should observe that the version with 1 thread crashes as expected, but for the multi-threaded version no error is raised (in contrast to the built-in
Julia
threads). See also the discussion in the corresponding issue in the Trixi.jl repository.The text was updated successfully, but these errors were encountered: