Closed
Description
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
Git repo version: v2.x-dev-5428-g17a5416
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
from a git clone (v2.x-dev-5428-g17a5416)
Please describe the system on which you are running
- Operating system/version: 3.10.0-327.36.3.el7.x86_64
- Computer hardware: Xeon E5 V3
- Network type: OPA
Details of the problem
Please describe, in detail, the problem that you are having, including the behavior you expect to see, the actual behavior that you are seeing, steps to reproduce the problem, etc. It is most helpful if you can attach a small program that a developer can use to reproduce your problem.
When trying to launch a programm with the --cpu-set
option, I've got this:
[miriel016:115300] [[3216,0],0] ORTE_ERROR_LOG: Data unpack would read past end of buffer in file ../../../../ompi-sources/orte/mca/odls/base/odls_base_default_fns.c at line 565
My command line is:
mpiexec --cpu-set 0,1,2,12,13,14 --bind-to core -np 4 -host localhost sample_prog 4