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
As I mentioned in #1830, many elixirs are still not working on Apple Silicon on multiple threads. To determine a definite list of elixirs, I started running all tests on 2 threads (ignoring allocation tests, which will fail on multiple threads due to extra allocations).
Here is the summary for TreeMesh. I'll keep running more tests in the background. The failing tests are due to slight differences in the L2/Linf errors. The errors are all due to LoadError: cfunction: closures are not supported on this platform (see #1462 for a solution that has to be applied to the remaining indicators).
The errors in elixir_euler_warm_bubble.jl and elixir_euleracoustics_co-rotating_vortex_pair.jl seem to be caused by the @threded loop in compute_coefficients!. No idea why this is not causing problems elsewhere.
Note that I mentioned the 1D and 2D indicators separately because these are different codes that need to be refactored like I did in #1462.
As I mentioned in #1830, many elixirs are still not working on Apple Silicon on multiple threads. To determine a definite list of elixirs, I started running all tests on 2 threads (ignoring allocation tests, which will fail on multiple threads due to extra allocations).
Here is the summary for
TreeMesh
. I'll keep running more tests in the background. The failing tests are due to slight differences in the L2/Linf errors. The errors are all due toLoadError: cfunction: closures are not supported on this platform
(see #1462 for a solution that has to be applied to the remaining indicators).test_tree_2d_part1.jl
passed.The text was updated successfully, but these errors were encountered: