Christian Glusa
Christian Glusa
@trilinos/intrepid2 You might want to have a look at this.
@yurivict Could you post how the build is configured? We have a Clang 19.1.6 build in our CI, but we don't observe this issue.
Really not sure about this, but are the linker flags necessary/correct? Shouldn't LLVM's ldd know what to link?
As far as I can tell this should work: https://godbolt.org/z/f81YreYYo You could try to define this guy by removing the conditions around it to see if it helps: https://github.com/trilinos/Trilinos/blob/1360e82cc59da77a5bae343a4022173de67de4d6/packages/teuchos/core/src/Teuchos_ConfigDefs.hpp#L28-L30
@searhein @iyamazaki I am trying to understand why this PR fails and started looking at some code in FROSch. Would you mind helping me understand? `indicesGammaDofsAll` is of type `GOVecView`...
Maybe a hint: ` ^?ultiVecPool DV` is probably the Belos MultiVectorPool that was added in https://github.com/trilinos/Trilinos/pull/13469 While this could be an issue with the added feature, it could also be...
Two suggestions: - Try to revert the PR in question and see if that fixes things. This would narrow it down significantly. - Try using the Kokkos Tools to check...
Did reverting #13469 do anything?
@Chrismarsh Same suggestion: could you try to revert #13469 to see if that fixes the issue?
@Chrismarsh You could try either develop or 16.1. Essentially any version where you can reproduce the issue. This would help us narrow down the issue significantly. I'm wondering whether the...