openmpi: no nvc -fexceptions
support (#30044)
This commit is contained in:
parent
7133838fa5
commit
a3a61241fc
1 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,8 @@ class Openmpi(AutotoolsPackage, CudaPackage):
|
|||
msg='C++ MPI bindings are removed in 5.0.X release')
|
||||
conflicts('+cxx_exceptions', when='@5:',
|
||||
msg='C++ exceptions are removed in 5.0.X release')
|
||||
conflicts('+cxx_exceptions', when='%nvhpc',
|
||||
msg='nvc does not ignore -fexceptions, but errors')
|
||||
|
||||
# PSM2 support was added in 1.10.0
|
||||
conflicts('fabrics=psm2', when='@:1.8')
|
||||
|
|
Loading…
Reference in a new issue