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

illegal instruction (core dumped) #264

Closed
amandalqy opened this issue Sep 21, 2020 · 3 comments
Closed

illegal instruction (core dumped) #264

amandalqy opened this issue Sep 21, 2020 · 3 comments

Comments

@amandalqy
Copy link

Hi, when I run the excecutable named demo, the following errors occur:illegal instruction (core dumped). Does anyone know the reason? If it is because the version of cpu, what is the minimum version of cpu required by Quest ? Thanks!

@TysonRayJones
Copy link
Member

Hi Amanda,

This may relate to issue #259, caused by a default compile flag for AVX, which may be a facility that your CPU doesn't support.
If that's the case, you can merely disable the flag. Just remove line 205 of QuEST/CMakeLists.txt

What CPU are you using by the way? This might help me better understand the issue.

Thanks,
Tyson

@amandalqy
Copy link
Author

amandalqy commented Sep 24, 2020

Hi Tyson! Thanks for your reply! The CPU I use is Intel Celeron(R) CPU J1900. Thanks again!

@TysonRayJones
Copy link
Member

Ah yep, indeed that has no AVX support. Glad to help!

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

2 participants