Maarten Arnst
Maarten Arnst
It seems these issues have already been solved in the current `develop` branch. (I had observed these issues when compiling `kokkos-kernels` as part of Trilinos). It may be worth noting...
Just to follow up, I've just tested this with a few other flags - `-mavx512f` - `-march=icelake-server` - `-march=saphhirerapids` In each case, we hit the same gcc bug as with...
Hi @lucbv, Thanks for your work on this issue! I've just made the changes from PR #2134 in our Trilinos build. Unfortunately, the issue remains. The error message reads as:...
Hi @etiennemlb, I think that issue is solved in - #12572.
Hi @etiennemlb. Thanks a lot! It seems it's not an ideal situation. We could try to see if there's an interest among the Trilinos developers to try to push this...
Hi @sebrowne, @ccober6, I am tagging you to bring this issue to your attention. The comments above indicate that there are currently important issues with compiling Trilinos with the dedicated...
Hi @csiefer2. Thanks for following up. We're building and testing in a docker container based on the cuda:12.2.0-devel-ubuntu22.04 image. It's x86, GCC 12.3, Cuda 12.2 and openmpi 4.1.2. I'll try...
Thanks, @cgcgcg. I've just made the PR. It's PR #11647 .
Hi @cgcgcg. Thanks for approving the PR. On our side, we disabled the experimental code (following your comment above). After this change, and with the fixes in the PR, muelu...
OK, thanks. That seems to be the same issue indeed.