mpich: Do not use libfabric@1.7: with ch3 ofi netmod (#10919)
This commit is contained in:
parent
c66a24f22d
commit
e02eb3633e
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ class Mpich(AutotoolsPackage):
|
|||
depends_on('pkgconfig', type='build')
|
||||
|
||||
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('libxml2')
|
||||
|
|
Loading…
Reference in a new issue