Eric Phipps
Eric Phipps
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.
Some of the MaskTraits tests failed. Here is the output: ``` Teuchos::GlobalMPISession::GlobalMPISession(): started processor with name ascic115 and rank 0! *** *** Unit test suite ... *** Sorting tests by...
We're now getting a build error on Cuda: ``` ../Trilinos/packages/stokhos/src/sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp: In instantiation of 'bool MaskLogic::AND(M&&) [with M = Mask&; = void]': ../Trilinos/packages/stokhos/test/UnitTest/Stokhos_SacadoMPVectorUnitTest_MaskTraits.cpp:281:64: required from here ../Trilinos/packages/stokhos[sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp:980](https://github.com/trilinos/Trilinos//blob/master/sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp#L980):22: error: 'Mask&' is not...
Still getting the same build error on Cuda: ``` ../Trilinos/packages/stokhos/src/sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp: In instantiation of 'bool MaskLogic::AND(M&&) [with M = Mask&; = void]': ../Trilinos/packages/stokhos/test/UnitTest/Stokhos_SacadoMPVectorUnitTest_MaskTraits.cpp:281:64: required from here ../Trilinos/packages/stokhos[sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp:980](https://github.com/trilinos/Trilinos//blob/master/sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp#L980):22: error: 'Mask&' is not...
The cmake version is not likely the source of your problems, but you may run into other issues later on. Did you perhaps run CMake using g++ as the compiler...
Actually I just looked a little closer at your output and it is picking up nvcc_wrapper as it should ``` -- Check for working CXX compiler: /home/isaki001/Trilinos/packages/kokkos/bin/nvcc_wrapper - skipped ```...
Looking at the above query, the last failure was 10/5 and I was never able to reproduce it. So I am going to close this for now. If it fails...
I believe this is resolved now so closing. If you still run into trouble, please re-open.