sandialabs / Albany

Sandia National Laboratories' Albany multiphysics code
Other
276 stars 89 forks source link

Failing nightly builds - Intrepid2 errors #1073

Closed ikalash closed 1 month ago

ikalash commented 1 month ago

The nightly Albany builds stopped building today due to Intrepid2-related errors:

[Albany/src/landIce/utility/Intrepid2_HGRAD_LINE_I4_FEMDef.hpp:152](https://blob/master/Albany/src/landIce/utility/Intrepid2_HGRAD_LINE_I4_FEMDef.hpp#L152):11: error: no member named 'basisCellTopology_' in 'Intrepid2::Basis_HGRAD_LINE_I4_FEM<Kokkos::Serial>'

Did the relevant routines in Intrepid2 change, so that we need to port over our code to use them?

mperego commented 1 month ago

This is due to https://github.com/trilinos/Trilinos/pull/13411. Commit 8ce4331 should fix this.

kliegeois commented 1 month ago

I faced the same issue and that commit fixed it for me, thanks @mperego !

ikalash commented 1 month ago

Glad to hear that it has been fixed. I will keep an eye out for the Trilinos PR getting merged in.