mpich: fix 3.2 patch (#9330)
patch does not apply to 3.2.1 (released in late 2017). Given that it fixes the issue discussed in May 2016, most likely it shall apply only to 3.2
This commit is contained in:
parent
28f6a4a095
commit
2cd7783e9e
@ -80,7 +80,7 @@ class Mpich(AutotoolsPackage):
|
||||
# fix MPI_Barrier segmentation fault
|
||||
# see https://lists.mpich.org/pipermail/discuss/2016-May/004764.html
|
||||
# and https://lists.mpich.org/pipermail/discuss/2016-June/004768.html
|
||||
patch('mpich32_clang.patch', when='@3.2%clang')
|
||||
patch('mpich32_clang.patch', when='@3.2:3.2.0%clang')
|
||||
|
||||
depends_on('libfabric', when='netmod=ofi')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user