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

79 Illegal Instruction (core dumped) $COMMAND #797

Closed
ronangarrison opened this issue Jul 5, 2019 · 3 comments
Closed

79 Illegal Instruction (core dumped) $COMMAND #797

ronangarrison opened this issue Jul 5, 2019 · 3 comments

Comments

@ronangarrison
Copy link

When running the following code in WSL (Ubuntu 18.04), I get an error:

antsRegistrationSyN.sh -d 2 -f temp1.nii -m temp2.nii -o output

The command calls ants Registration and then in the antsRegistrationSyN.sh script on line 606 there is the illegal instruction and core dumping error. I checked memory and it doesn't appear to be a faulty memory issue. I also don't think it is an overheating issue.

Any suggestions would be greatly appreciated.
ants_issue

@cookpa
Copy link
Member

cookpa commented Jul 5, 2019

Related? Different system I know.

#764

@gdevenyi
Copy link
Contributor

To be clear, the devs believe the issue is that your CPU is older than corei7, which is what our default "arch" setting is:
/CMake/ITKSetStandardCompilerFlags.cmake@master#L245

You can adjust this by adding "-march=native" to your compile options.

@cookpa cookpa closed this as completed Dec 11, 2019
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

3 participants