Skip to content

Creating high degree element segfaults when using intel compilers #685

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

Closed
mscroggs opened this issue Aug 15, 2023 · 1 comment
Closed

Creating high degree element segfaults when using intel compilers #685

mscroggs opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mscroggs
Copy link
Member

This currently causes a segfault:

import basix
element = basix.create_element(basix.ElementFamily.P, basix.CellType.hexahedron, 7, basix.LagrangeVariant.gll_isaac)

This is the same error I'm getting when running the oneAPI tests in #684

@mscroggs mscroggs added the bug Something isn't working label Aug 15, 2023
@mscroggs mscroggs self-assigned this Aug 15, 2023
@mscroggs mscroggs mentioned this issue Aug 15, 2023
@mscroggs mscroggs reopened this Aug 15, 2023
@mscroggs
Copy link
Member Author

There's a flaky fix for this in #686. I'm not convinced it actually fixes it, looks like it probably just hides the issue

@mscroggs mscroggs added the help wanted Extra attention is needed label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants