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

simd instructions for complex stencil not working for all versions of compilers #53

Open
xuqimen opened this issue Jul 14, 2021 · 0 comments

Comments

@xuqimen
Copy link
Contributor

xuqimen commented Jul 14, 2021

The ENABLE_SIMD_COMPLEX option in the makefile can bring significant speedup for systems with k-points. However, it only brings speedup for relatively new versions of compilers. For some old compilers, it might even give wrong results. Therefore the user would need to test by turning on and off the ENABLE_SIMD_COMPLEX option (and check both the answers and the speed) to confirm whether the compiler is compatible with this option. This option is off by default.

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

No branches or pull requests

1 participant