Open jerett-cc opened 2 months ago
@jerett-cc I am a bit worried about this one in your last comparison:
##11 #:2 <== 4.287451614926996e-15
##11 #:2 ==> 0.0002049750897826185
@ Absolute error = 2.0497508978e-4, Relative error = 4.7808140636e+10
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?
@tamiko Yes, I can. detailed.log
As far as avx support, I believe so, but am not knowledgeable enough to tell you for sure, nor which one. I know I compile with -march-native
@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.