-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error on Ride + CUDA Kokkos node due to issues in TpetraExt_MatrixMatrix_ExtraKernels_def.hpp #2193
Comments
See also #2183 (comment) . |
Weird. It built on white and artemis. |
It looks like there is now a compilation error having to do with TpetraExt_MatrixMatrix_ExtraKernels_def.hpp in the Albany OpenMP build on my workstation:
|
Hm, TpetraExt_MatrixMatrix_ExtraKernels_def.hpp line 979 refers to one of the
I don't see that Trilinos uses that macro anywhere else:
@ikalash , have you just started running Sacado types through MueLu? Is that a new thing for Albany? |
FYI - the magic stokhos rebase scripts don't seem to do anything for this (though it looks like someone missed the rebase stuff on BlackBox). Will bug @etphipp |
Because of the way Tpetra::MatrixMatrix::add() is declared, you need to cast
with
|
Checkin script baking on both this & blackbox fix. |
@csiefer2 you can put up pull requests and use the automatic pull request testing system if thats more convenient for you |
That may be the first time I've heard "convenient" and "pull request" in the same sentence 😛 |
Pushed. @ikalash Feel free to close if Albany builds tonight |
Thanks, @csiefer2 ! I'll know by tomorrow morning if your fix solves the issues for Albany from the nightlies. |
Thanks @csiefer2 ! :D |
The Albany CUDA build failed last night due to issues in TpetraExt_MatrixMatrix_ExtraKernels_def.hpp :
http://cdash.sandia.gov/CDash-2-3-0/viewBuildError.php?buildid=66026
Can someone please look into and resolve the problem?
@trilinos/tpetra
The text was updated successfully, but these errors were encountered: