-
Notifications
You must be signed in to change notification settings - Fork 902
openmpi 2.1.0 fails to build on s390x #3443
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
Comments
Confirm that this is also the case with the Debian openmpi package. (Ignore the 2.1.0rc2 version tag; it is 2.1.0) |
Does the same thing happen with 2.1.1rc1? https://www.open-mpi.org/software/ompi/v2.1/ When I use |
Actually, I'd also like to know if OMPI 2.1.1rc1 properly disables CMA on the platform on which you're building. E.g., if there's platforms where CMA simply does not work, We're likely just running into this now because I seem to recall that CMA was not built by default in the v2.0.x series, but we now try to build it by default in the v2.1.x series. |
I hadn't noticed the 2.1.1rc1 release; thanks, i'll test it, |
I was actually all set to release v2.1.1 yesterday -- this issue and #3442 gave me pause. So if you could let me know ASAP, that would be great. Even if we have to have you temporarily |
I see the same compile problem with 2.1.1rc1, but --without-cma does appear to disable it now. |
Ok, good news, at least, that Can you send a link to a full build log and/or a config.log file so that we can look at why it's not automatically disabling itself on platforms that don't support CMA? |
Full build log - https://kojipkgs.fedoraproject.org//work/tasks/8839/19398839/build.log it will be around for a week or so. Printed all config.log files - perhaps overkill. |
Closing since this is now merged on master, v2.x, and v3.x. |
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.)
2.1.0
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Building Fedora openmpi package
Please describe the system on which you are running
Details of the problem
2.0.2 builds fine. With 2.0.2 I see:
With 2.1.0 I see:
I seem to be unable to disable CMA either with --without-cma or --with-cma=no.
The text was updated successfully, but these errors were encountered: