trilinos / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
1.19k stars 565 forks source link

Ifpack2: compilation error in warning-free build #13259

Closed ikalash closed 1 month ago

ikalash commented 1 month ago

Our Albany warning-free build is failing due to issues in Ifpack2: https://sems-cdash-son.sandia.gov/cdash//viewBuildError.php?buildid=132440 .

[Trilinos/packages/ifpack2/src/Ifpack2_AdditiveSchwarz_def.hpp:282](https://blob/master/Trilinos/packages/ifpack2/src/Ifpack2_AdditiveSchwarz_def.hpp#L282):41: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Werror=sign-compare]

Could someone please fix this? I think you just need to add a (size_t) before numVectors.

@trilinos/ifpack2

github-actions[bot] commented 1 month ago

Automatic mention of the @trilinos/ifpack2 team

github-actions[bot] commented 1 month ago

Automatic mention of the @trilinos/ifpack2 team