openmpi: swat btl/uct ucx 1.7 bug#14522
Merged
adamjstewart merged 1 commit intospack:developfrom Jan 18, 2020
Merged
Conversation
|
|
||
| if spec.satisfies('@4.0.0:4.0.2'): | ||
| # uct btl doesn't work with some UCX versions so just disable, fixed in @4.0.3: | ||
| config_args.extend(['--enable-mca-no-build=btl-uct']) |
Member
There was a problem hiding this comment.
Suggested change
| config_args.extend(['--enable-mca-no-build=btl-uct']) | |
| config_args.append('--enable-mca-no-build=btl-uct') |
Member
|
@hppritcha would you like to add yourself as a maintainer of the Spack package? Just add: maintainers = ['hppritcha']below the URL info. This doesn't require you to be a Spack expert, just gives us someone to ping in case someone is having problems building OpenMPI with Spack or wants to update the package themselves. |
Contributor
Author
I'll add myself as maintainer and rework the patch per your suggestion. |
7a7d9a9 to
35a0634
Compare
Contributor
Author
|
@adamjstewart check again when you have time |
adamjstewart
approved these changes
Jan 16, 2020
Member
|
Flake8: |
Unfortunately UCX 1.7.0 is appearing in RPMS before it's officially released. There's a problem with Open MPI 4.0.x where x < 3 and this version of UCX, namely that the UCT BTL fails to compile. See open-mpi/ompi#7128 This patch works around the problem by disabling the build of the UCT BTL for releases 4.0.0 to 4.0.2. add hppritcha (me) as maintainer Signed-off-by: Howard Pritchard <[email protected]>
35a0634 to
46eff76
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unfortunately UCX 1.7.0 is appearing in RPMS before it's officially released.
There's a problem with Open MPI 4.0.x where x < 3 and this version of UCX,
namely that the UCT BTL fails to compile.
See open-mpi/ompi#7128
This patch works around the problem by disabling the build of the UCT BTL
for releases 4.0.0 to 4.0.2.
Signed-off-by: Howard Pritchard [email protected]