-
Notifications
You must be signed in to change notification settings - Fork 435
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
Minimal Linux Kernel version #4014
Comments
@denisbertini UCX uses cross-memory-attach but this is standard within 3.16.x. Also it may depend on interconnect that you use. |
@denisbertini which issues are you seeing? |
The problem is linked certainly to a buggy Kernel version: Aug 6 13:12:43 lxbk0538 kernel: [6502193.052726] hugetlbfs: cactus_bns_inte (26849): Using mlock ulimits for SHM_HUGETLB is deprecated |
@denisbertini is there a kernel backtrace following the Oops to see which syscall was causing this? |
Here is the complete dump : Aug 6 13:12:43 lxbk0538 kernel: [6502193.052726] hugetlbfs: cactus_bns_inte (26849): Using mlock ulimits for SHM_HUGETLB is deprecated |
seems like shmget(HUGETLB) is broken.. |
OK thanks |
Seems like kernel bug, if it works on a newer kernel i'd suggest to use it.. |
OK i tried what you suggested and it seems i am hitting a kernel bug here : [ 7102.537122] ------------[ cut here ]------------ |
closing this since the issue is not related to UCX, and reproduced with standalone test |
We have some issues running openMPI 4.0 with UCX with Debian Kernel 3.16.0-8 at initialisation of MPI jobs.
It seems to work fine for the upper minor version 0.9 0.10. Did you encounter some
issue with this particular kernel. Is there a minimal version of the linux Kernel in order to
use openMPI with UCX ?
Thanks in advance
The text was updated successfully, but these errors were encountered: