-
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
MueLu: Cuda build errors with complex enabled #5151
Comments
@trilinos/muelu |
FYI - PRs are blocked right now #5147 |
As per @crtrott , we need to use Kokkos::complex instead of std::complex wherever this is happening. Tpetra has some workaround where it does the translation between the two... we could be grabbing the un-translated guy. |
|
Any update on this? |
I got a successful build of Trilinos configured for Sierra using the following master SHA1
|
I'm still seeing nvidia build errors with develop as of SHA |
@vbrunini Ah, I did not do an NVIDIA build |
…s:develop' (8380623). * trilinos-develop: (78 commits) MueLu: fixing an issue in the structured region driver data Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 Xpetra: fix MultiVector unit-test for Epetra=OFF configuration, see issue trilinos#5300 fix another type of quoting error TrilinosCouplings: More updates for Avatar-as-external-package Correct shell quoting in the package file replacement for python SEACAS: bug fix for may snapshot Python testing - resolve issues found during testing Stk update (trilinos#5289) Xpetra: fixing a specialization of the Xpetra::TpetraOperator see issue trilinos#5293 ...
…s:develop' (8380623). * trilinos-develop: (81 commits) epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 Xpetra: fix MultiVector unit-test for Epetra=OFF configuration, see issue trilinos#5300 fix another type of quoting error TrilinosCouplings: More updates for Avatar-as-external-package Correct shell quoting in the package file replacement for python SEACAS: bug fix for may snapshot ...
…s:develop' (8380623). * trilinos-develop: (86 commits) Fixed review erros for AMGX rebuilding MueLu: Avatar interface mods TrilinosCouplings: More cleanup to example Fixed rebuild issue for MueLu+AMGX run epetra: Fix for unguarded macro defined in SLU epetra: Fix for unguarded SuperLU macro MueLu: fixing an issue in the structured region driver data Fix std::complex<> interface to GEEV/GGEVX in Teuchos::LAPACK Xpetra: ETI conversion for Xpetra_TpetraExport.hpp Updates to handle when a non RK stepper observer is passed in. (trilinos#5324) Xpetra: add forced map writing to unit test MueLu: updating some tests/unit_tests, see issue trilinos#5310 Xpetra: add option to force writing of all maps Fixes to make stk build when BoostLib is not enabled. Add Intel 18.0.5 compiler to ATDM environment. Tpetra: Fix trilinos#4627 Xpetra: don't write maps unnecessarily Fix trilinos#5151. Fix stk cmake files to disable unit and doc tests that depend on STKNGP_TEST if STKNGP_TEST is not enabled. MueLu: removing the Epetra path tests for unit-tests-kokkos, see issue trilinos#4325 ...
Bug Report
@trilinos/MueLu
Description
Steps to Reproduce
The text was updated successfully, but these errors were encountered: