Skip to content
Snippets Groups Projects
Commit e02eb363 authored by Michael Kuhn's avatar Michael Kuhn Committed by Gregory Lee
Browse files

mpich: Do not use libfabric@1.7: with ch3 ofi netmod (#10919)

parent c66a24f2
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,9 @@ class Mpich(AutotoolsPackage): ...@@ -85,6 +85,9 @@ class Mpich(AutotoolsPackage):
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
depends_on('libfabric', when='netmod=ofi') depends_on('libfabric', when='netmod=ofi')
# The ch3 ofi netmod results in crashes with libfabric 1.7
# See https://github.com/pmodels/mpich/issues/3665
depends_on('libfabric@:1.6', when='device=ch3 netmod=ofi')
depends_on('libpciaccess', when="+pci") depends_on('libpciaccess', when="+pci")
depends_on('libxml2') depends_on('libxml2')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment