openmpi: no nvc -fexceptions support (#30044)

This commit is contained in:
Harmen Stoppels 2022-04-19 09:21:08 +02:00 committed by GitHub
parent 7133838fa5
commit a3a61241fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')