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

Improve Linux package performance #1695

Closed
SeanTAllen opened this issue Mar 16, 2017 · 2 comments · Fixed by #1706
Closed

Improve Linux package performance #1695

SeanTAllen opened this issue Mar 16, 2017 · 2 comments · Fixed by #1706
Assignees

Comments

@SeanTAllen
Copy link
Member

In order to address problems on older CPUs with "illegal instruction" errors, we set the target CPU to x86-64 for Deb and RPM release builds. Original issue is #1682 and the PR to implement was #1686.

As part of #1682, we discussed that we should also build using -mtune=intel to get better performance. This issues exists to address that remaining change. Currently, our Makefiles don't support setting -mtune so the Makefile needs to be updated, once that is done, both the DOCKERFILE, and .travis.yml need to be updated accordingly.

@Theodus
Copy link
Contributor

Theodus commented Mar 16, 2017

@SeanTAllen would there be any reason to use -mtune=intel with the Dockerfile rather than -mtune=native?

@Theodus
Copy link
Contributor

Theodus commented Mar 16, 2017

@SeanTAllen never mind, I see the issue after trying to build the container with native

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.

2 participants