Skip to content
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

SPILUK: Move host allocations to symbolic #1480

Merged
merged 29 commits into from
Aug 1, 2022
Merged

Conversation

vqd8a
Copy link
Contributor

@vqd8a vqd8a commented Jul 26, 2022

In this PR:

  • Two views level_nchunks and level_nrowsperchunk are now allocated on host memory, instead of device memory, in the symbolic phase
  • Allocation of device view iw is moved to the symbolic phase, to reduce some overheads in the numeric phase
  • iw's layout is changed to LayoutRight for better memory coalescing

@vqd8a vqd8a requested review from ndellingwood and lucbv July 26, 2022 17:23
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 330
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 323
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1138
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 782
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1126
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1113
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 518
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: spiluk-move-iw
  • SHA: 8b6c7b8
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 330
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 323
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1138
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 782
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1126
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1113
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 518
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 8b6c7b8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 # 330 (click to expand)

   size_type nrows   = thandle.get_nrows();
             ^~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:257:7:   required from std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::Serial>::exec(Kokkos::Impl::HostThreadTeamData&) const [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}; std::enable_if_t::value> = void]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:285:5:   required from void Kokkos::Impl::ParallelFor, Kokkos::Serial>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740.330/TestAll_2022-07-26_13.12.51/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight # 323 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 8b6c7b8d960c1abf3f7605c858ccb0cdaff00396^{commit} # timeout=10
Checking out Revision 8b6c7b8d960c1abf3f7605c858ccb0cdaff00396 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 8b6c7b8d960c1abf3f7605c858ccb0cdaff00396 # timeout=10
Commit message: "Apply clang format"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 5806abfc04b64ba80fae09d091c30c2ee8757509 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision e4c1b6aebf7d778d50d2550522d1158dc01b8820 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f e4c1b6aebf7d778d50d2550522d1158dc01b8820 # timeout=10
Commit message: "Merge pull request #5256 from dalg24/warn_not_recognized_cla"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 6349b36e6580dc81bcfd9f586c472a050e0dd0a3 # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins5688082137871786619.sh
***Forced exclusive execution
Job <41575> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  8b6c7b8d960c1abf3f7605c858ccb0cdaff00396 Apply clang format

Kokkos Repository Status: e4c1b6aebf7d778d50d2550522d1158dc01b8820 Merge pull request #5256 from dalg24/warn_not_recognized_cla

Going to test compilers: cuda/10.1.243
Testing compiler cuda/10.1.243
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Starting job cuda-10.1.243-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-10.1.243-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release build_time=1051 run_time=772
Running on machine: weaver
KokkosKernels Repository Status: 8b6c7b8d960c1abf3f7605c858ccb0cdaff00396 Apply clang format

Kokkos Repository Status: e4c1b6aebf7d778d50d2550522d1158dc01b8820 Merge pull request #5256 from dalg24/warn_not_recognized_cla

Going to test compilers: cuda/10.1.243
Testing compiler cuda/10.1.243
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Unrecognized compiler cuda/10.1.243 when looking for Spack variants
Starting job cuda-10.1.243-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED cuda-10.1.243-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.243-Cuda_Serial-release build_time=1544 run_time=768
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 1138 (click to expand)

               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:405:13: error: unused variable nrows [-Werror=unused-variable]
   size_type nrows   = thandle.get_nrows();
             ^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:934:14:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:1004:51:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:934:14:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:1004:51:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.1138/TestAll_2022-07-26_12.40.36/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake19: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 782 (click to expand)

   using memory_space            = typename IlukHandle::memory_space;
                                                                    ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:934:14:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:1004:51:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:405:13: error: unused variable nrows [-Werror=unused-variable]
   size_type nrows   = thandle.get_nrows();
             ^~~~~
[ 52%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 53%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:934:14:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:1004:51:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.782/TestAll_2022-07-26_12.40.45/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake01: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 1126 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:257:7:   required from std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::Serial>::exec(Kokkos::Impl::HostThreadTeamData&) const [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:285:5:   required from void Kokkos::Impl::ParallelFor, Kokkos::Serial>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:405:13: error: unused variable nrows [-Werror=unused-variable]
   size_type nrows   = thandle.get_nrows();
             ^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:405:13: error: unused variable nrows [-Werror=unused-variable]
   size_type nrows   = thandle.get_nrows();
             ^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:934:14:   required from static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:1004:51:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::OpenMP}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_spec.hpp:173:31:   required from static void KokkosSparse::Impl::SPILUK_NUMERIC::spiluk_numeric(KernelHandle*, const typename KernelHandle::const_nnz_lno_t&, const ARowMapType&, const AEntriesType&, const AValuesType&, LRowMapType&, LEntriesType&, LValuesType&, URowMapType&, UEntriesType&, UValuesType&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:51:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:248:15: error: unused variable my_thread [-Werror=unused-variable]
     nnz_lno_t my_thread = static_cast(team.team_rank());
               ^~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:249:15: error: unused variable ts [-Werror=unused-variable]
     nnz_lno_t ts        = static_cast(team.team_size());
               ^~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp: In instantiation of void KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::operator()(const member_type&) const [with ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LRowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; LEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; URowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; UEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; UValuesType = Kokkos::View, Kokkos::MemoryTraits<3> >; LevelViewType = Kokkos::View; WorkViewType = Kokkos::View; nnz_lno_t = int; KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor::member_type = Kokkos::Impl::HostThreadTeamMember]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:257:7:   required from std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::Serial>::exec(Kokkos::Impl::HostThreadTeamData&) const [with TagType = void; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}; std::enable_if_t::value> = void]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:285:5:   required from void Kokkos::Impl::ParallelFor, Kokkos::Serial>::execute() const [with FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Properties = {Kokkos::Serial}]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.1126/TestAll_2022-07-26_12.40.55/gcc/7.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:176:3:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy; FunctorType = KokkosSparse::Impl::Experimental::ILUKLvlSchedTP1NumericFunctor, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::MemoryTraits<3> >, Kokkos::View, Kokkos::View, int>; Enable = void; std::__cxx11::string = std::__cxx11::basic_string]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/sparse/impl/KokkosSparse_spiluk_numeric_impl.hpp:472:33:   required from void KokkosSparse::Impl::Experimental::iluk_numeric(IlukHandle&, const ARowMapType&, const AEntriesType&, const AValuesType&, const LRowMapType&, const LEntriesType&, LValuesType&, const URowMapType&, const UEntriesType&, UValuesType&) [with IlukHandle = KokkosSparse::Experimental::SPILUKHandle; ARowMapType = Kokkos::View, Kokkos::MemoryTraits<3> >; AEntriesType = Kokkos::View, Kokkos::MemoryTraits<3> >; AValuesType = Kokkos::View

@vqd8a vqd8a added the AT: RETEST Have this PR retested. label Jul 26, 2022
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 333
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1141
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 785
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1129
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 521
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: spiluk-move-iw
  • SHA: d615dd1
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 333
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1141
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 785
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1129
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 521
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d615dd1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS AT: RETEST
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Jul 26, 2022
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

1 similar comment
@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

nnz_lno_t my_team = static_cast<nnz_lno_t>(team.league_rank());
nnz_lno_t rowid =
static_cast<nnz_lno_t>(level_idx(my_team + lev_start)); // map to rowid
// nnz_lno_t my_thread = static_cast<nnz_lno_t>(team.team_rank());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could clean up these two commented lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @lucbv . These have been removed.

// nnz_lno_t my_thread = static_cast<nnz_lno_t>(team.team_rank());
// nnz_lno_t ts = static_cast<nnz_lno_t>(team.team_size());

nnz_lno_t k1 = static_cast<nnz_lno_t>(L_row_map(rowid));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically k1 and k2 should be some offset_type or size_type

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed these to size_type.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine, a little clean-up could be done.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ lucbv ]!

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 336
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 329
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1144
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 788
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1132
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 524
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: spiluk-move-iw
  • SHA: e40909a
  • Mode: TEST_REPO

Pull Request Author: vqd8a

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740

  • Build Num: 336
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_Tpls_CUDA10_LayoutRight

  • Build Num: 329
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 1144
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 788
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 1132
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 1119
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 524
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH spiluk-move-iw
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e40909a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c2bbf44
PR_LABELS
PULLREQUESTNUM 1480
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ lucbv ]!

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@vqd8a
Copy link
Contributor Author

vqd8a commented Jul 29, 2022

@ndellingwood Nathan, could you please review this too? Thanks.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

2 similar comments
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@vqd8a
Copy link
Contributor Author

vqd8a commented Aug 1, 2022

@lucbv @ndellingwood Can this PR be merged if you do not have any other comments? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants