Christian Glusa
Christian Glusa
Sounds good to me.
I believe the issue with enabling float is that a lot of tests make implicit assumptions about the scalar type being `double` or `complex` and set tolerances that do not...
https://testing.sandia.gov/cdash/index.php?project=Trilinos&parentid=11376924 but I'm missing the changes from PR #11244 to allow to test Stratimikos without Epetra.
@USAMAH1989 Please post your CMake invocation and the corresponding terminal output.
Please also post the terminal output of the CMake invocation. Also note that your CMake line has errors in it, so you should be seeing a warning about unused variables.
It looks like standard GNU compilers are used and you get an error because they do not know about Cuda. Could you try to use ``` CMAKE_CXX_COMPILER=~/Downloads/TrilinosSource14/Trilinos-trilinos-release-14-0-0/packages/kokkos/bin/nvcc_wrapper ``` instead of...
Sounds like we resolved some of the issue. As @kliegeois mentioned, the PyTrilinos problems are already tracked in different issues. What's the problem with SuperLU? Can you post the error...
Something doesn't work correctly then in the Trilinos CMake. We have a check for a newer SuperLU interface here: https://github.com/trilinos/Trilinos/blob/master/cmake/TPLs/FindTPLSuperLU.cmake This should be setting `Trilinos_ENABLE_SuperLU5_API`. Amesos uses that variable here:...
Ok. Can you set `Trilinos_ENABLE_SuperLU5_API=ON` and see if that fixes the build?
Ok. I guess we should start discussing then if you really want to build that combination of packages. You want a Cuda build, right? Neither Amesos nor ML have any...