You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nightly Trilinos builds against kokkos-kernels develop began failing to compile ifpack2 with error message output:
[ 71%] Building CXX object packages/ifpack2/src/CMakeFiles/ifpack2.dir/Ifpack2_RILUK_Serial.cpp.o
<https://jenkins-son.sandia.gov/job/KokkosEco_Trilinos_Weaver_CUDA101_opt/ws/Trilinos/packages/ifpack2/src/Ifpack2_Relaxation_def.hpp(1334)>: error: no instance of overloaded function "gauss_seidel_numeric" matches the argument list
argument types are: (KokkosKernels::Experimental::KokkosKernelsHandle<const size_t, int, double, Kokkos::DefaultHostExecutionSpace, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>> *, size_t, size_t, Kokkos::View<const size_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, Kokkos::View<int *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, Kokkos::View<double *, Kokkos::LayoutRight, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, void>, Kokkos::View<double *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, __nv_bool)
detected during instantiation of "void Ifpack2::Relaxation<MatrixType>::compute() [with MatrixType=Tpetra::RowMatrix<double, int, longlong, Kokkos_Compat_KokkosSerialWrapperNode>]"
<https://jenkins-son.sandia.gov/job/KokkosEco_Trilinos_Weaver_CUDA101_opt/ws/Build/packages/ifpack2/src/Ifpack2_Relaxation_Serial.cpp(61)>: here
The gauss_seidel_numeric function referred to in the error message indicates this likely follows merge of PR #1232
@lucbv@brian-kelley is this a relatively quick fix that should be done for the release, or should #1232 be excluded from 3.6? I'm tentatively labeling as blocks promotion for now
Reproducer (weaver cuda build):
kokkos and kokkos-kernels develop branches
Trilinos' kokkos-promotion branch
ndellingwood
changed the title
Trilinos nightly cuda build failure in Ifpack2, "error: no instance of overloaded function "gauss_seidel_numeric" matches the argument list"
Trilinos nightly build failure in Ifpack2, "error: no instance of overloaded function "gauss_seidel_numeric" matches the argument list"
Feb 16, 2022
Nightly Trilinos builds against kokkos-kernels develop began failing to compile ifpack2 with error message output:
The
gauss_seidel_numeric
function referred to in the error message indicates this likely follows merge of PR #1232@lucbv @brian-kelley is this a relatively quick fix that should be done for the release, or should #1232 be excluded from 3.6? I'm tentatively labeling as blocks promotion for now
Reproducer (weaver cuda build):
kokkos and kokkos-kernels develop branches
Trilinos' kokkos-promotion branch
This can also be reproduced in a Serial build on Blake
The text was updated successfully, but these errors were encountered: