mfem: link to nveccuda when +sundials+cuda (#20588)

This commit is contained in:
Josh Essman 2021-01-06 03:34:42 -06:00 committed by GitHub
parent c2411117f3
commit 1cd4b134cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -723,6 +723,8 @@ def sundials_components(self):
sun_comps += ',nvecparallel,nvecmpiplusx'
else:
sun_comps += ',nvecparhyp,nvecparallel'
if '+cuda' in self.spec:
sun_comps += ',nveccuda'
return sun_comps
@property