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

UCX_1.5.1 and process_vm_readv delivered 0 instead of .... #3545

Closed
spikebike opened this issue May 1, 2019 · 1 comment
Closed

UCX_1.5.1 and process_vm_readv delivered 0 instead of .... #3545

spikebike opened this issue May 1, 2019 · 1 comment
Labels

Comments

@spikebike
Copy link

spikebike commented May 1, 2019

On an ubuntu-18.04 system I built openmpi-4.0.1 with UCX-1.5.1. Many codes on a single node or multiple node runs "just worked". However some codes like LAMMPs or ESKM would report errors like:

process_vm_readv delivered 0 instead of 480960, error message Operation not permitted

The immediate fix is:
sysctl -w kernel.yama.ptrace_scope=0

The permanent fix is to make the same change in /etc/sysctl.d/10-ptrace.conf, which will fix things after the next boot.

I didn't see any mention of this in the docs, by ./configure, during ./install, or at runtime.

@yosefe
Copy link
Contributor

yosefe commented May 1, 2019

@spikebike the issue is fixed in #3205 which will be part of ucx v1.6 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants