mfem: link to nveccuda when +sundials+cuda (#20588)
This commit is contained in:
parent
c2411117f3
commit
1cd4b134cb
1 changed files with 2 additions and 0 deletions
|
@ -723,6 +723,8 @@ def sundials_components(self):
|
||||||
sun_comps += ',nvecparallel,nvecmpiplusx'
|
sun_comps += ',nvecparallel,nvecmpiplusx'
|
||||||
else:
|
else:
|
||||||
sun_comps += ',nvecparhyp,nvecparallel'
|
sun_comps += ',nvecparhyp,nvecparallel'
|
||||||
|
if '+cuda' in self.spec:
|
||||||
|
sun_comps += ',nveccuda'
|
||||||
return sun_comps
|
return sun_comps
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue