sandialabs / Albany

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

CALI build failure in nightlies #1063

Closed ikalash closed 4 months ago

ikalash commented 4 months ago

@bartgol : it looks like you might have added a call to ComputeWorksetSize to the Albany::CISMSTKMesh struct, but it appears the function does not exist.

/nightlyCDash/repos/Albany/src/landIce/interfaceWithCISM/Albany_CismSTKMeshStruct.cpp:313:27: error: 'class Albany::CismSTKMeshStruct' has no member named 'computeWorksetSize'

https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=106386

bartgol commented 4 months ago

Fixed in 814457a5fb72b6e014feb1d0ba08014c441ab271

ikalash commented 4 months ago

Thanks @bartgol ! I'll close tomorrow if nightlies are clean.

ikalash commented 4 months ago

Thanks for fixing this @bartgol !