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

Building with CMA #72

Closed
jakirkham opened this issue Jul 7, 2020 · 1 comment
Closed

Building with CMA #72

jakirkham opened this issue Jul 7, 2020 · 1 comment

Comments

@jakirkham
Copy link
Member

While PR ( #64 ) added the --enable-cma flag, it hasn't been included in the builds as can be seen on CI or the build logs thereof. The reason being, this requires the functions process_vm_readv and process_vm_writev need to be available, which UCX checks for here. These functions are added in GLIBC version 2.15. However CentOS 6 uses GLIBC version 2.12, which is not new enough to have these features. Though CentOS 7 uses GLIBC version 2.17, which should include these functions.

jakirkham pushed a commit to jakirkham-feedstocks/ucx-split-feedstock that referenced this issue Jan 19, 2022
@jakirkham jakirkham mentioned this issue Jan 24, 2022
5 tasks
@jakirkham
Copy link
Member Author

Looks like this was fixed in PR ( #111 ). Can see UCX noting CMA support was enabled in the logs

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