Skip to content
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

Grid fails to build for Nc != 3 #398

Closed
edbennett opened this issue May 9, 2022 · 0 comments · Fixed by #399
Closed

Grid fails to build for Nc != 3 #398

edbennett opened this issue May 9, 2022 · 0 comments · Fixed by #399

Comments

@edbennett
Copy link
Contributor

Line 50 of Grid/qcd/action/fermion/WilsonCloverTypes.h makes a static_assert that Nc == 3. This prevents Grid compiling at all for anything other than SU(3).

I suspect either this should either be a dynamic assert instead of a static one, or that this header shouldn't be included in the main Grid build if Nc != 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant