mfem: link to nveccuda when +sundials+cuda (#20588)
This commit is contained in:
parent
c2411117f3
commit
1cd4b134cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user