-
Notifications
You must be signed in to change notification settings - Fork 572
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
Stokhos + MueLu: Compile failure with CUDA + UVM #12767
Comments
Automatic mention of the @trilinos/muelu team |
@sebrowne If the errors are specific to only a couple of spots, could you post them? Or is it all over the place? |
Do MueLu and/or Stokhos expect to also have |
@cgcgcg @ndellingwood I stopped setting that option as per input from @csiefer2 and @mperego , but I can turn it back on if needed. My understanding is that that Kokkos option is going away? |
Ignore that my build dir is named 'uvm_off', I promise it was on....
|
@sebrowne correct, the plan is for it to go away with the eventual Kokkos version 5, testing builds without I think with Tpetra they had to introduce some additional code so that they could enable and control templating of the Views on |
Adding references to the Tpetra PRs, looks like there were already updates to address MueLu, so my guess about needing something like similar SharedSpace support must be wrong: |
@sebrowne Ok, please pull and try again. |
I was able to reproduce this and Christian's changes did seem to resolve the MueLu errors. I am working on the stokhos errors. They shouldn't be hard to fix (just need to modify how some partial specializations were done). |
Link to today's results: https://trilinos-cdash.sandia.gov/build/1402053 MueLu errors fixed, 5 Stokhos errors remaining. Thank you all for looking at this! |
I think I got the stokhos errors fixed with PR #12771 |
For PR #12771 one of the builds failed (Intel) but it isn't showing on trilinos-cdash. Is that on a different cdash? |
Stokhos errors should be fixed now. |
Confirmed the nightly build is fixed, thank you all! I will be adding a new PR build for CUDA + UVM without tests very soon. |
Closing as fixed. If that's somehow not the case please reopen. |
Bug Report
@trilinos/stokhos
@trilinos/muelu
Compile-time errors in Stokhos and MueLu when building with UVM enabled by default. We want to add a PR build that exercises this configuration for Albany (@mperego ), so these errors need to be fixed first. Or we turn off the packages. But I'm guessing that's not the way we want to go.
Steps to Reproduce
This will expose MueLu and Stokhos build errors.
The text was updated successfully, but these errors were encountered: