sandialabs / Albany

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

Most Albany builds failing #1083

Closed ikalash closed 1 month ago

ikalash commented 1 month ago

See: https://sems-cdash-son.sandia.gov/cdash//index.php?project=Albany . The errors look like:

[Albany/src/demoPDEs/problems/Albany_ODEProblem.hpp:184](https://blob/master/Albany/src/demoPDEs/problems/Albany_ODEProblem.hpp#L184):40: error: no matching function for call to 'Albany::ResponseUtilities<PHAL::AlbanyTraits::Residual, PHAL::AlbanyTraits>::constructResponses(PHX::FieldManager<PHAL::AlbanyTraits>&, Teuchos::ParameterList&, Teuchos::ENull, Albany::StateManager&)'

I believe @bartgol is aware of this and working on it.

bartgol commented 1 month ago

Yes, I pushed the fix for the demo lib (I did not enable it on my workstation when testing changes). The code now builds on my machine.