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
On the most recent version of the development branch, tests 66, 68, 69 fail on my school machine. But not my laptop.
At school, I am compiling on x86_64 Intel, with OpenMPI 4.1.4
On my laptop, I am compiling on similar architecture but different Intel CPU with OpenMPI 4.1.2
I can show more of the output files. Not sure what information you may need most. Almost all the diffs stem from t being different in small ways. Let me know if there are other facts about the machines that may be relevant.
The text was updated successfully, but these errors were encountered:
These values should pretty much be zero and they aren't. Can you post the detailed.log file of the deal.II version that you compile against? Most importantly, do you compile with avx256 or avx512 support?
@jerett-cc You are compiling with avx2 on this machine. Let me investigate - we had some weird behavior of some gcc version close to gcc-12 on other machines (with miscompilation).
On the most recent version of the development branch, tests
66, 68, 69
fail on my school machine. But not my laptop.At school, I am compiling on x86_64 Intel, with OpenMPI 4.1.4
On my laptop, I am compiling on similar architecture but different Intel CPU with OpenMPI 4.1.2
The diffs are:
66 shallow_water/verification-paraboloid_1d-erk33-l7.release:
68 shallow_water/verification-smooth_vortex-erk33-l6.release:
69 shallow_water/verification-steady_incline-erk33-l9.release:
I can show more of the output files. Not sure what information you may need most. Almost all the diffs stem from
t
being different in small ways. Let me know if there are other facts about the machines that may be relevant.The text was updated successfully, but these errors were encountered: