-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
potential bug with compiler setting #120
Comments
fails in what way? |
convergence rate
|
OK, yes, that's bad. |
Is this a bug in the Intel compiler, TSFC, or COFFEE? |
On first look it appears that 1) the c files are identical 2) the compilation commands are identical Will have another look later. |
Before saying that it's a C compiler bug, you must judge that the generated code is standard conforming and does not contain undefined behaviour. Another thing to try with potential C compiler bugs is the change/lower the optimisation level. |
It appears the following test passes with gcc but fails with icc
regression/test_helmholtz_sphere.py::test_helmholtz_sphere_lowestorder[MeshClass1]
The text was updated successfully, but these errors were encountered: