add nvechip to sundials components when mfem+rocm (#40512)
This commit is contained in:
		| @@ -1198,6 +1198,8 @@ def sundials_components(self): | |||||||
|                 sun_comps += ",nvecparhyp,nvecparallel" |                 sun_comps += ",nvecparhyp,nvecparallel" | ||||||
|         if "+cuda" in spec and "+cuda" in spec["sundials"]: |         if "+cuda" in spec and "+cuda" in spec["sundials"]: | ||||||
|             sun_comps += ",nveccuda" |             sun_comps += ",nveccuda" | ||||||
|  |         if "+rocm" in spec and "+rocm" in spec["sundials"]: | ||||||
|  |             sun_comps += ",nvechip" | ||||||
|         return sun_comps |         return sun_comps | ||||||
| 
 | 
 | ||||||
|     @property |     @property | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Cody Balos
					Cody Balos