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

sparse: Add coo2crs, crs2coo and CooMatrix #1686

Merged
merged 10 commits into from
May 8, 2023
Merged

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented Feb 15, 2023

Depends on kokkos/kokkos#5877.

Adds a coo2crs implementation which relies on Kokkos::UnorderedMap:

  • An array of nrow unordered maps is created
  • The coo entires are inserted into these unordered maps
  • The coo row index determines which unordered map to insert into
  • The coo col index is the key into the given unordered map
  • Negative indices are ignored
  • Duplicate i,j entries are summed
  • The row map is computed from the size of each unordered map
  • At the end we copy the values and col ids into the crs members

Adds crs2coo:

  • This iterates over the crs and writes each i,j,v into the coo matrix

CooMatrix:

  • This is a minimal CooMatrix for coo2crs/crs2coo convenience wrappers that accept/return a CooMatrix type.

Related to #1164.

@e10harvey
Copy link
Contributor Author

@lucbv, @srajama1: This is ready for full testing but pending merge of kokkos/kokkos#5877. I will wait for 5877 to be approved & merged before running full testing.

@e10harvey e10harvey removed the AT: WIP label Mar 30, 2023
@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' - GitHub reports Mergeable status = False

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 444
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 82
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 352
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 313
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 402
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 455
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 256
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 251
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 255
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: 84cd683
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 444
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 52
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 82
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 352
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 313
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 402
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 455
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 256
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 251
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 255
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 84cd683
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 444 (click to expand)

            instantiation of "std::enable_if_t<, void> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_work(const FunctorType &, Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::Member) [with FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Traits=, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>, Enable=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>::coo2crsRp1]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.444/TestAll_2023-03-30_08.22.43/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp(67): here
            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_range(const FunctorType &, Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::Member) [with FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Traits=, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.444/TestAll_2023-03-30_08.22.43/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp(121): here
            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Traits=, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.444/TestAll_2023-03-30_08.22.43/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(144): here
            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>, FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Enable=void]" 
(167): here
            instantiation of "KokkosSparse::Impl::Coo2Crs::Coo2Crs(DimType, DimType, RowViewType, ColViewType, DataViewType) [with DimType=int, RowViewType=Kokkos::View, ColViewType=Kokkos::View, DataViewType=Kokkos::View, InsertMode=true]" 
(256): here

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_CooMatrix.hpp(100): error: device code does not support exception handling
detected during instantiation of "KokkosSparse::Impl::Crs2Coo<OrdinalType, SizeType, ValViewType, RowMapViewType, ColIdViewType, DeviceType>::coo_type KokkosSparse::Impl::Crs2Coo<OrdinalType, SizeType, ValViewType, RowMapViewType, ColIdViewType, DeviceType>::get_cooMat() [with OrdinalType=int64_t, SizeType=int64_t, ValViewType=Kokkos::View<double *, Kokkos::LayoutRight, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, void>, RowMapViewType=Kokkos::View<std::add_const_t<int64_t> *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, ColIdViewType=Kokkos::View<int64_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, DeviceType=std::conditional_t<true, Kokkos::HostSpace::execution_space, Kokkos::DefaultExecutionSpace>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_crs2coo.hpp(130): here

[ 79%] Built target KokkosKernels_common_cuda
[ 79%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o
1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp".
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1839: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 79%] Linking CXX executable KokkosBatched_Test_cusolverDn
[ 79%] Built target KokkosBatched_Test_cusolverDn
1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_Cuda_Sparse.cpp".
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1812: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
[ 79%] Linking CXX executable KokkosBatched_Test_CG
[ 79%] Built target KokkosBatched_Test_CG
[ 79%] Linking CXX executable KokkosKernels_blas_openmp
[ 79%] Built target KokkosKernels_blas_openmp
[ 79%] Linking CXX executable KokkosKernels_graph_openmp
[ 79%] Built target KokkosKernels_graph_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 80%] Built target KokkosKernels_batched_dla_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 80%] Built target KokkosKernels_batched_gemm_openmp
[ 80%] Linking CXX executable KokkosKernels_blas_cuda
[ 80%] Built target KokkosKernels_blas_cuda
[ 80%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 80%] Built target KokkosKernels_batched_dla_cuda
[ 81%] Linking CXX executable KokkosKernels_graph_cuda
[ 81%] Built target KokkosKernels_graph_cuda
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_cuda
[ 81%] Built target KokkosKernels_batched_gemm_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.444/TestAll_2023-03-30_08.22.43/cuda/11.2.2/Cuda_OpenMP-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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 52 (click to expand)

make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.52/TestAll_2023-03-30_08.57.29/gcc/9.3.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-9.3.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.52/TestAll_2023-03-30_08.57.29/gcc/9.3.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-9.3.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.52/TestAll_2023-03-30_08.57.29/gcc/9.3.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_GCC1020 # 82 (click to expand)

[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Built target KokkosBlas2_gemv_perf_test
Scanning dependencies of target gmres_ex_real_A
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
Scanning dependencies of target team_GMRES
[ 97%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
Scanning dependencies of target static_pivoting
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target xpy
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable xpy
[ 98%] Built target xpy
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable team_GMRES
[100%] Built target team_GMRES
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_blas_serial
[100%] Built target KokkosKernels_blas_serial
[100%] Linking CXX executable KokkosKernels_blas_threads
[100%] Built target KokkosKernels_blas_threads
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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 --disable-test-eti-only

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_GCC1020/KokkosKernels_PullRequest_GCC1020.82/TestAll_2023-03-30_08.58.32/gcc/10.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: blake17: task 0: Exited with exit code 1
Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
srun: forcing job termination
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 352 (click to expand)

[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 96%] Built target KokkosKernels_gmres_test_prec
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target gmres_ex_real_A
[ 96%] Linking CXX executable static_pivoting
[ 96%] Built target static_pivoting
[ 97%] Linking CXX executable xpy
[ 97%] Built target xpy
[ 98%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Linking CXX executable team_GMRES
[ 99%] Built target team_GMRES
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.352/TestAll_2023-03-30_08.58.33/gcc/10.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-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.352/TestAll_2023-03-30_08.58.33/gcc/10.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: blake05: 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_GCC1020 # 313 (click to expand)

[ 97%] Linking CXX executable KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_gmres_test_prec
Scanning dependencies of target gmres_ex_real_A
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 97%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target team_GMRES
[ 97%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target static_pivoting
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosKernels_wiki_coarsening
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
Scanning dependencies of target xpy
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 98%] Built target KokkosKernels_gmres_test_prec
[ 98%] Built target gmres_ex_real_A
[ 98%] Built target KokkosBlas2_gemv_perf_test
[ 99%] Linking CXX executable xpy
[ 99%] Linking CXX executable team_GMRES
[ 99%] Built target xpy
[ 99%] Built target team_GMRES
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable sparse_kk_spmv
[100%] Built target sparse_kk_spmv
[100%] Linking CXX executable KokkosBlas3_gemm_perf_test
[100%] Built target KokkosBlas3_gemm_perf_test
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0 openblas/0.3.21/gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=,blas --user-blas-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-lapack-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --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_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.313/TestAll_2023-03-30_08.58.32/gcc/10.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

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 402 (click to expand)

[ 95%] Linking CXX executable xpy
[ 95%] Built target KokkosKernels_batched_sla_threads
[ 95%] Built target xpy
[ 96%] Linking CXX executable static_pivoting
[ 96%] Built target static_pivoting
[ 97%] Linking CXX executable team_GMRES
[ 97%] Built target team_GMRES
[ 97%] Linking CXX executable KokkosKernels_common_threads
[ 97%] Built target KokkosKernels_common_threads
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp (code 2)
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 2
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_graph_threads
[ 97%] Built target KokkosKernels_graph_threads
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 98%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_batched_gemm_threads
[ 99%] Built target KokkosKernels_batched_gemm_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --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=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

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_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.402/TestAll_2023-03-30_08.59.40/intel/19.5.281/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-19.5.281-Threads-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --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=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

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_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.402/TestAll_2023-03-30_08.59.40/intel/19.5.281/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 455 (click to expand)

23:       ***  **    *  *   *           
23:        ***      * * *   **          
23:         ***      * *    ***         
23:          **       *      **         
23:            ***  **   *  *  *        
23:             ***     * * *  **       
23:              ***     * *   ***      
23:               **      *     **      
23:                 *** **   * *  *     
23:                  ***    * **  **    
23:                   **     *    **    
23:                     *** **  * * *   
23:                      ***   * ** **  
23:                       **    *   **  
23:                         *****  ** * 
23:                          **   * * * 
23:                            ***** ***
23:                             **  * **
23:                               **** *
23:                                 *** 
23: 
23/24 Test #23: wiki_rcm .........................   Passed    0.01 sec
test 24
      Start 24: gmres_test_prec

24: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.455/TestAll_2023-03-30_09.00.26/clang/10.0.1/Threads_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
24: Test timeout computed to be: 2500
24: Convergence tolerance is: 1e-10
24: =========================================
24: Verify from main: Ending residual is 3.19821e-14
24: Number of iterations is: 1
24: Diff of residual from main - residual from solver: 0
24: Convergence flag is : 0
24: Test passed!
24/24 Test #24: gmres_test_prec .................. Passed 0.01 sec

92% tests passed, 2 tests failed out of 24

Total Test time (real) = 5075.74 sec

The following tests FAILED:
13 - sparse_serial (Timeout)
14 - sparse_threads (Timeout)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/compilers/llvm/10.0.1/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --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_CLANG1001/KokkosKernels_PullRequest_CLANG1001.455/TestAll_2023-03-30_09.00.26/clang/10.0.1/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: blake11: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 256 (click to expand)

[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable xpy
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Linking CXX executable gmres_ex_real_A
[ 97%] Linking CXX executable static_pivoting
[ 97%] Built target xpy
[ 97%] Built target static_pivoting
[ 97%] Built target gmres_ex_real_A
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable team_GMRES
[ 98%] Built target team_GMRES
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1767: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=armpl,armpl --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.256/TestAll_2023-03-30_09.02.52/armpl/21.1.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module purge
    module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=armpl,armpl --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.256/TestAll_2023-03-30_09.02.52/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3216
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 251 (click to expand)

[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 96%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_rcm
[ 96%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target team_GMRES
[ 96%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 96%] Linking CXX executable sparse_kk_spmv
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 98%] Built target sparse_kk_spmv
[ 98%] Built target KokkosKernels_wiki_mis2
[ 98%] Linking CXX executable team_GMRES
[ 98%] Built target KokkosKernels_wiki_coarsening
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Built target gmres_ex_real_A
[ 98%] Built target KokkosKernels_gmres_test_prec
[ 98%] Built target KokkosBlas2_gemv_perf_test
Scanning dependencies of target xpy
[ 98%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
Scanning dependencies of target static_pivoting
[ 98%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 98%] Built target team_GMRES
[ 99%] Linking CXX executable xpy
[100%] Linking CXX executable static_pivoting
[100%] Built target xpy
[100%] Built target static_pivoting
[100%] Linking CXX executable KokkosBlas3_gemm_perf_test
[100%] Built target KokkosBlas3_gemm_perf_test
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1949: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1977: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.251/TestAll_2023-03-30_09.02.52/gcc/10.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

#######################################################
salloc: Relinquishing job allocation 3215
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 255 (click to expand)

  driver();
  ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Error.hpp:33:13: note: 'hip_internal_safe_call' declared here
inline void hip_internal_safe_call(hipError_t e, const char* name,
            ^
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:19:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_HIP.hpp:20:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Core.hpp:45:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:23:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/decl/Kokkos_Declare_HIP.hpp:28:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:24:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp:26:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:189:33: error: reference to __host__ function 'hipFuncGetAttributes' in __host__ __device__ function
      KOKKOS_IMPL_HIP_SAFE_CALL(hipFuncGetAttributes(&attr, kernel_func));
                                ^
/projects/ROCm/rocm-5.2.0/include/hip/hip_runtime_api.h:4466:12: note: 'hipFuncGetAttributes' declared here
hipError_t hipFuncGetAttributes(struct hipFuncAttributes* attr, const void* func);
           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosBatched_Test_SPMV
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 81%] Built target KokkosKernels_blas_hip
[ 81%] Built target KokkosKernels_batched_dla_hip
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 83%] Built target KokkosKernels_batched_sla_hip
[ 83%] Linking CXX executable KokkosBatched_Test_CG
[ 83%] Built target KokkosBatched_Test_CG
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 83%] Built target KokkosKernels_batched_gemm_hip
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.255/TestAll_2023-03-30_09.02.46/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 451
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 59
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 89
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 320
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 462
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 263
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 258
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 261
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: 0282cd8
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 451
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 59
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 89
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 359
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 320
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 409
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 462
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 263
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 258
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 261
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0282cd8
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 451 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.451/TestAll_2023-03-31_09.57.09/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp(67): here
            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_range(const FunctorType &, Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::Member) [with FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Traits=, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.451/TestAll_2023-03-31_09.57.09/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp(121): here
            instantiation of "void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Traits=, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.451/TestAll_2023-03-31_09.57.09/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp(144): here
            instantiation of "void Kokkos::parallel_for(const std::__cxx11::string &, const ExecPolicy &, const FunctorType &) [with ExecPolicy=Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::coo2crsRp1, std::conditional_t>, FunctorType=KokkosSparse::Impl::Coo2Crs, Kokkos::View, Kokkos::View, true>, Enable=void]" 
(167): here
            instantiation of "KokkosSparse::Impl::Coo2Crs::Coo2Crs(DimType, DimType, RowViewType, ColViewType, DataViewType) [with DimType=int, RowViewType=Kokkos::View, ColViewType=Kokkos::View, DataViewType=Kokkos::View, InsertMode=true]" 
(256): here

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_CooMatrix.hpp(100): error: device code does not support exception handling
detected during instantiation of "KokkosSparse::Impl::Crs2Coo<OrdinalType, SizeType, ValViewType, RowMapViewType, ColIdViewType, DeviceType>::coo_type KokkosSparse::Impl::Crs2Coo<OrdinalType, SizeType, ValViewType, RowMapViewType, ColIdViewType, DeviceType>::get_cooMat() [with OrdinalType=int64_t, SizeType=int64_t, ValViewType=Kokkos::View<double *, Kokkos::LayoutRight, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, void>, RowMapViewType=Kokkos::View<std::add_const_t<int64_t> *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, ColIdViewType=Kokkos::View<int64_t *, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::HostSpace::execution_space, Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<0U>>, DeviceType=std::conditional_t<true, Kokkos::HostSpace::execution_space, Kokkos::DefaultExecutionSpace>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_crs2coo.hpp(130): here

[ 79%] Linking CXX executable KokkosKernels_common_cuda
[ 79%] Built target KokkosKernels_common_cuda
[ 79%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o
1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_Cuda_Sparse.cpp".
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1812: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp".
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1839: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
[ 79%] Linking CXX executable KokkosBatched_Test_CG
[ 79%] Built target KokkosBatched_Test_CG
[ 79%] Linking CXX executable KokkosBatched_Test_cusolverDn
[ 79%] Built target KokkosBatched_Test_cusolverDn
[ 79%] Linking CXX executable KokkosKernels_blas_openmp
[ 79%] Built target KokkosKernels_blas_openmp
[ 79%] Linking CXX executable KokkosKernels_graph_openmp
[ 79%] Built target KokkosKernels_graph_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 80%] Built target KokkosKernels_batched_dla_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 80%] Built target KokkosKernels_batched_gemm_openmp
[ 80%] Linking CXX executable KokkosKernels_blas_cuda
[ 80%] Built target KokkosKernels_blas_cuda
[ 80%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 80%] Built target KokkosKernels_batched_dla_cuda
[ 81%] Linking CXX executable KokkosKernels_graph_cuda
[ 81%] Built target KokkosKernels_graph_cuda
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_cuda
[ 81%] Built target KokkosKernels_batched_gemm_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.451/TestAll_2023-03-31_09.57.09/cuda/11.2.2/Cuda_OpenMP-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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 59 (click to expand)

make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.59/TestAll_2023-03-31_09.57.13/gcc/9.3.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-9.3.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.59/TestAll_2023-03-31_09.57.13/gcc/9.3.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-9.3.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.59/TestAll_2023-03-31_09.57.13/gcc/9.3.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_GCC1020 # 89 (click to expand)

Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target team_GMRES
Scanning dependencies of target static_pivoting
[ 97%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
Scanning dependencies of target xpy
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_graph_threads
[ 98%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable xpy
[ 99%] Built target xpy
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable team_GMRES
[100%] Built target team_GMRES
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_blas_serial
[100%] Built target KokkosKernels_blas_serial
[100%] Linking CXX executable KokkosKernels_blas_threads
[100%] Built target KokkosKernels_blas_threads
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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 --disable-test-eti-only

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_GCC1020/KokkosKernels_PullRequest_GCC1020.89/TestAll_2023-03-31_09.59.31/gcc/10.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: blake21: task 0: Exited with exit code 1
Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
srun: forcing job termination
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 359 (click to expand)

[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable xpy
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target xpy
[ 97%] Linking CXX executable gmres_ex_real_A
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 97%] Built target gmres_ex_real_A
[ 97%] Linking CXX executable static_pivoting
[ 97%] Built target static_pivoting
[ 98%] Linking CXX executable KokkosKernels_blas_openmp
[ 98%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable team_GMRES
[ 99%] Built target team_GMRES
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.359/TestAll_2023-03-31_09.59.35/gcc/10.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-10.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/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.359/TestAll_2023-03-31_09.59.35/gcc/10.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: blake23: 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_GCC1020 # 320 (click to expand)

[ 97%] Built target KokkosKernels_wiki_spmv
[ 97%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target team_GMRES
Scanning dependencies of target gmres_ex_real_A
[ 97%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target static_pivoting
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 97%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 97%] Built target KokkosKernels_wiki_coarsening
[ 97%] Built target KokkosBlas2_gemv_perf_test
Scanning dependencies of target xpy
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable xpy
[ 99%] Linking CXX executable team_GMRES
[ 99%] Built target xpy
[ 99%] Built target team_GMRES
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable sparse_kk_spmv
[100%] Built target sparse_kk_spmv
[100%] Linking CXX executable KokkosBlas3_gemm_perf_test
[100%] Built target KokkosBlas3_gemm_perf_test
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.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/10.2.0 openblas/0.3.21/gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=,blas --user-blas-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-lapack-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --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_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.320/TestAll_2023-03-31_09.59.32/gcc/10.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

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 409 (click to expand)

[ 95%] Linking CXX executable xpy
[ 95%] Built target KokkosKernels_batched_sla_threads
[ 95%] Built target xpy
[ 96%] Linking CXX executable static_pivoting
[ 96%] Built target static_pivoting
[ 97%] Linking CXX executable team_GMRES
[ 97%] Built target team_GMRES
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp (code 2)
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 2
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX executable KokkosKernels_common_threads
[ 97%] Built target KokkosKernels_common_threads
[ 97%] Linking CXX executable KokkosKernels_graph_threads
[ 97%] Built target KokkosKernels_graph_threads
[ 98%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_batched_gemm_threads
[ 99%] Built target KokkosKernels_batched_gemm_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --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=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

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_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.409/TestAll_2023-03-31_09.59.52/intel/19.5.281/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-19.5.281-Threads-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --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=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

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_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.409/TestAll_2023-03-31_09.59.52/intel/19.5.281/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 462 (click to expand)

 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 common/src/KokkosKernels_Iota.hpp           |   2 +
 common/src/KokkosKernels_LowerBound.hpp     | 470 ++++++++++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp     | 167 ++++++++++
 common/src/KokkosKernels_SimpleUtils.hpp    |  44 ++-
 common/src/KokkosKernels_UpperBound.hpp     | 101 ++++++
 common/unit_test/Test_Common.hpp            |   2 +
 common/unit_test/Test_Common_Iota.hpp       |   9 +
 common/unit_test/Test_Common_LowerBound.hpp | 256 +++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp | 245 +++++++++++++++
 perf_test/sparse/KokkosSparse_spadd.cpp     | 352 +++++++++------------
 sparse/src/KokkosSparse_SortCrs.hpp         | 209 ++++++++++---
 sparse/unit_test/Test_Sparse_SortCrs.hpp    |  74 +++--
 12 files changed, 1645 insertions(+), 286 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  f6c1167189e7f0dfb749593fa394b061790c885d Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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 clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=636 run_time=196
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 263 (click to expand)

[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Built target gmres_ex_real_A
[ 96%] Linking CXX executable xpy
[ 96%] Built target xpy
[ 96%] Linking CXX executable static_pivoting
[ 96%] Built target static_pivoting
[ 97%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 97%] Built target KokkosKernels_batched_gemm_serial
[ 98%] Linking CXX executable team_GMRES
[ 98%] Built target team_GMRES
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1767: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=armpl,armpl --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.263/TestAll_2023-03-31_10.01.46/armpl/21.1.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module purge
    module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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=armpl,armpl --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.263/TestAll_2023-03-31_10.01.46/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3231
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 258 (click to expand)

Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 96%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target team_GMRES
[ 96%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 96%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Built target KokkosBlas2_gemv_perf_test
[ 97%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target static_pivoting
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
Scanning dependencies of target xpy
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable xpy
[ 99%] Built target xpy
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable team_GMRES
[100%] Built target team_GMRES
[100%] Linking CXX executable sparse_kk_spmv
[100%] Built target sparse_kk_spmv
[100%] Linking CXX executable KokkosBlas3_gemm_perf_test
[100%] Built target KokkosBlas3_gemm_perf_test
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1949: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1977: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --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/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.258/TestAll_2023-03-31_10.01.46/gcc/10.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

#######################################################
salloc: Relinquishing job allocation 3230
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 261 (click to expand)

  ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Error.hpp:33:13: note: 'hip_internal_safe_call' declared here
inline void hip_internal_safe_call(hipError_t e, const char* name,
            ^
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:19:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_HIP.hpp:20:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Core.hpp:45:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:23:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/decl/Kokkos_Declare_HIP.hpp:28:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:24:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp:26:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:189:33: error: reference to __host__ function 'hipFuncGetAttributes' in __host__ __device__ function
      KOKKOS_IMPL_HIP_SAFE_CALL(hipFuncGetAttributes(&attr, kernel_func));
                                ^
/projects/ROCm/rocm-5.2.0/include/hip/hip_runtime_api.h:4466:12: note: 'hipFuncGetAttributes' declared here
hipError_t hipFuncGetAttributes(struct hipFuncAttributes* attr, const void* func);
           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosBatched_Test_SPMV
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 81%] Built target KokkosKernels_blas_hip
[ 81%] Built target KokkosKernels_batched_dla_hip
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 83%] Built target KokkosKernels_batched_sla_hip
[ 83%] Linking CXX executable KokkosBatched_Test_CG
[ 83%] Built target KokkosBatched_Test_CG
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_sparse_serial
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 83%] Built target KokkosKernels_batched_gemm_hip
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.261/TestAll_2023-03-31_10.03.04/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 454
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 62
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 92
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 323
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 412
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 465
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 266
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 261
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 264
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: ba70e43
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 454
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 62
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 92
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 362
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 323
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 412
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 465
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 266
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 261
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 264
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba70e43
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 454 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(96): warning: calling a host function("Kokkos::UnorderedMap<long, ::Kokkos::complex , ::Kokkos::Cuda, ::Kokkos::pod_hash , ::Kokkos::pod_equal_to > ::rehash") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(97): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(111): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(115): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(94): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(96): warning: calling a host function("Kokkos::UnorderedMap<long, ::Kokkos::complex , ::Kokkos::Cuda, ::Kokkos::pod_hash , ::Kokkos::pod_equal_to > ::size const") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(96): warning: calling a host function("Kokkos::UnorderedMap<long, ::Kokkos::complex , ::Kokkos::Cuda, ::Kokkos::pod_hash , ::Kokkos::pod_equal_to > ::rehash") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(97): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(111): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp(115): warning: calling a host function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a host device function("KokkosSparse::Impl::Coo2Crs<unsigned long, ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View<long *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , ::Kokkos::View< ::Kokkos::complex *, ::Kokkos::LayoutRight, ::Kokkos::Cuda > , (bool)1> ::operator () const") is not allowed

[ 80%] Linking CXX executable KokkosBatched_Test_cusolverSp
[ 80%] Built target KokkosBatched_Test_cusolverSp
4 errors detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_Cuda_Sparse.cpp".
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1812: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
[ 80%] Linking CXX executable KokkosKernels_blas_openmp
[ 80%] Built target KokkosKernels_blas_openmp
[ 80%] Linking CXX executable KokkosKernels_graph_openmp
[ 80%] Built target KokkosKernels_graph_openmp
[ 81%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 81%] Built target KokkosKernels_batched_dla_openmp
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 81%] Built target KokkosKernels_batched_gemm_openmp
[ 81%] Linking CXX executable KokkosKernels_blas_cuda
[ 81%] Built target KokkosKernels_blas_cuda
[ 81%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 81%] Built target KokkosKernels_batched_dla_cuda
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_cuda
[ 82%] Built target KokkosKernels_graph_cuda
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_cuda
[ 82%] Built target KokkosKernels_batched_gemm_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.454/TestAll_2023-03-31_16.56.11/cuda/11.2.2/Cuda_OpenMP-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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 62 (click to expand)

In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/test_common/Test_Cuda.hpp:20:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Core.hpp:45:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-release/kokkos-install/include/decl/Kokkos_Declare_CUDA.hpp:24:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp:28:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp:139:61: error: capture host variable 'func' by reference in device or host device lambda function
    KOKKOS_IMPL_CUDA_SAFE_CALL(cudaFuncGetAttributes(&attr, func));
                                                            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for sm_70.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1814: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Linking CXX executable KokkosKernels_batched_dla_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target KokkosKernels_batched_dla_cuda
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable graph_color_d2
[ 81%] Linking CXX executable graph_color
[ 82%] Linking CXX executable graph_mis_d2
[ 83%] Linking CXX executable KokkosKernels_blas_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target graph_color_d2
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Linking CXX executable KokkosBatched_Test_GMRES
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosBatched_Test_GMRES
[ 83%] Built target KokkosKernels_blas_cuda
[ 83%] Built target graph_mis_d2
[ 83%] Built target graph_color
[ 84%] Linking CXX executable KokkosKernels_graph_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_graph_cuda
[ 84%] Linking CXX executable KokkosKernels_batched_gemm_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_batched_gemm_cuda
[ 84%] Linking CXX executable KokkosKernels_sparse_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --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=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.62/TestAll_2023-03-31_18.04.21/clang/13.0.0/Cuda-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_GCC1020 # 92 (click to expand)

 common/unit_test/Test_Common.hpp              |   2 +
 common/unit_test/Test_Common_Iota.hpp         |   9 +
 common/unit_test/Test_Common_LowerBound.hpp   | 256 ++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp   | 245 ++++++++++++++
 docs/developer/apidocs.rst                    |   1 +
 docs/developer/apidocs/batched_dense_host.rst |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp       | 352 ++++++++-----------
 sparse/src/KokkosSparse_SortCrs.hpp           | 209 +++++++++---
 sparse/src/KokkosSparse_mdf.hpp               |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp        |   3 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp      |  74 +++-
 21 files changed, 1676 insertions(+), 298 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  c441718f6510fff561e09466388e8303ae1f4903 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Running on machine: blake
KokkosKernels Repository Status: c441718f6510fff561e09466388e8303ae1f4903 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4341 run_time=351
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-Threads_Serial-release build_time=4193 run_time=677
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 362 (click to expand)

Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                    |   4 +-
 .github/workflows/format.yml                  |   2 +-
 .github/workflows/osx.yml                     |   4 +-
 .gitignore                                    |   5 +
 cm_generate_makefile.bash                     |  12 +-
 common/src/KokkosKernels_Iota.hpp             |   2 +
 common/src/KokkosKernels_LowerBound.hpp       | 470 ++++++++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp       | 167 +++++++++
 common/src/KokkosKernels_SimpleUtils.hpp      |  44 ++-
 common/src/KokkosKernels_UpperBound.hpp       | 101 ++++++
 common/unit_test/Test_Common.hpp              |   2 +
 common/unit_test/Test_Common_Iota.hpp         |   9 +
 common/unit_test/Test_Common_LowerBound.hpp   | 256 ++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp   | 245 ++++++++++++++
 docs/developer/apidocs.rst                    |   1 +
 docs/developer/apidocs/batched_dense_host.rst |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp       | 352 ++++++++-----------
 sparse/src/KokkosSparse_SortCrs.hpp           | 209 +++++++++---
 sparse/src/KokkosSparse_mdf.hpp               |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp        |   3 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp      |  74 +++-
 21 files changed, 1676 insertions(+), 298 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  94dfc20304459e5f6431ad2b51300d497a3b3c6e Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=404 run_time=81
gcc-10.2.0-Threads_Serial-release build_time=558 run_time=174
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

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

 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                    |   4 +-
 .github/workflows/format.yml                  |   2 +-
 .github/workflows/osx.yml                     |   4 +-
 .gitignore                                    |   5 +
 cm_generate_makefile.bash                     |  12 +-
 common/src/KokkosKernels_Iota.hpp             |   2 +
 common/src/KokkosKernels_LowerBound.hpp       | 470 ++++++++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp       | 167 +++++++++
 common/src/KokkosKernels_SimpleUtils.hpp      |  44 ++-
 common/src/KokkosKernels_UpperBound.hpp       | 101 ++++++
 common/unit_test/Test_Common.hpp              |   2 +
 common/unit_test/Test_Common_Iota.hpp         |   9 +
 common/unit_test/Test_Common_LowerBound.hpp   | 256 ++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp   | 245 ++++++++++++++
 docs/developer/apidocs.rst                    |   1 +
 docs/developer/apidocs/batched_dense_host.rst |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp       | 352 ++++++++-----------
 sparse/src/KokkosSparse_SortCrs.hpp           | 209 +++++++++---
 sparse/src/KokkosSparse_mdf.hpp               |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp        |   3 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp      |  74 +++-
 21 files changed, 1676 insertions(+), 298 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  7c5a375dd8d97ece8aec4ff239f4ff714f892981 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=618 run_time=185
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 412 (click to expand)

Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                    |   4 +-
 .github/workflows/format.yml                  |   2 +-
 .github/workflows/osx.yml                     |   4 +-
 .gitignore                                    |   5 +
 cm_generate_makefile.bash                     |  12 +-
 common/src/KokkosKernels_Iota.hpp             |   2 +
 common/src/KokkosKernels_LowerBound.hpp       | 470 ++++++++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp       | 167 +++++++++
 common/src/KokkosKernels_SimpleUtils.hpp      |  44 ++-
 common/src/KokkosKernels_UpperBound.hpp       | 101 ++++++
 common/unit_test/Test_Common.hpp              |   2 +
 common/unit_test/Test_Common_Iota.hpp         |   9 +
 common/unit_test/Test_Common_LowerBound.hpp   | 256 ++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp   | 245 ++++++++++++++
 docs/developer/apidocs.rst                    |   1 +
 docs/developer/apidocs/batched_dense_host.rst |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp       | 352 ++++++++-----------
 sparse/src/KokkosSparse_SortCrs.hpp           | 209 +++++++++---
 sparse/src/KokkosSparse_mdf.hpp               |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp        |   3 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp      |  74 +++-
 21 files changed, 1676 insertions(+), 298 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  318fb735fc9f542a7af9a98f5f5cc6ca6f03359f Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-OpenMP-release
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1366 run_time=97
intel-19.5.281-Threads-release build_time=847 run_time=103
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 465 (click to expand)

23:       ***  **    *  *   *           
23:        ***      * * *   **          
23:         ***      * *    ***         
23:          **       *      **         
23:            ***  **   *  *  *        
23:             ***     * * *  **       
23:              ***     * *   ***      
23:               **      *     **      
23:                 *** **   * *  *     
23:                  ***    * **  **    
23:                   **     *    **    
23:                     *** **  * * *   
23:                      ***   * ** **  
23:                       **    *   **  
23:                         *****  ** * 
23:                          **   * * * 
23:                            ***** ***
23:                             **  * **
23:                               **** *
23:                                 *** 
23: 
23/24 Test #23: wiki_rcm .........................   Passed    0.00 sec
test 24
      Start 24: gmres_test_prec

24: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.465/TestAll_2023-03-31_16.59.02/clang/10.0.1/Threads_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
24: Test timeout computed to be: 2500
24: Convergence tolerance is: 1e-10
24: =========================================
24: Verify from main: Ending residual is 3.19821e-14
24: Number of iterations is: 1
24: Diff of residual from main - residual from solver: 0
24: Convergence flag is : 0
24: Test passed!
24/24 Test #24: gmres_test_prec .................. Passed 0.01 sec

92% tests passed, 2 tests failed out of 24

Total Test time (real) = 2640.09 sec

The following tests FAILED:
13 - sparse_serial (Failed)
14 - sparse_threads (Timeout)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/compilers/llvm/10.0.1/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --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_CLANG1001/KokkosKernels_PullRequest_CLANG1001.465/TestAll_2023-03-31_16.59.02/clang/10.0.1/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: blake23: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 266 (click to expand)

 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3237
Running on machine: inouye
KokkosKernels Repository Status: c65c7e79e97f324d84cfe2d3bd5206a4755f33dd Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1858 run_time=1060
armpl-21.1.0-Serial-release build_time=1769 run_time=274
salloc: Relinquishing job allocation 3237
salloc: Job allocation 3237 has been revoked.
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 261 (click to expand)

 common/src/KokkosKernels_LowerBound.hpp       | 470 ++++++++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp       | 167 +++++++++
 common/src/KokkosKernels_SimpleUtils.hpp      |  44 ++-
 common/src/KokkosKernels_UpperBound.hpp       | 101 ++++++
 common/unit_test/Test_Common.hpp              |   2 +
 common/unit_test/Test_Common_Iota.hpp         |   9 +
 common/unit_test/Test_Common_LowerBound.hpp   | 256 ++++++++++++++
 common/unit_test/Test_Common_UpperBound.hpp   | 245 ++++++++++++++
 docs/developer/apidocs.rst                    |   1 +
 docs/developer/apidocs/batched_dense_host.rst |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp       | 352 ++++++++-----------
 sparse/src/KokkosSparse_SortCrs.hpp           | 209 +++++++++---
 sparse/src/KokkosSparse_mdf.hpp               |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp        |   3 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp      |  74 +++-
 21 files changed, 1676 insertions(+), 298 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3236
Running on machine: inouye
KokkosKernels Repository Status: c65c7e79e97f324d84cfe2d3bd5206a4755f33dd Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: fdb089b34a3c9c087447a52709a436859d117b1f Add UnorderedMapInsertOps for coo2crs (#5877)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2539 run_time=2135
salloc: Relinquishing job allocation 3236
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 264 (click to expand)

  ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Error.hpp:33:13: note: 'hip_internal_safe_call' declared here
inline void hip_internal_safe_call(hipError_t e, const char* name,
            ^
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:19:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_HIP.hpp:20:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Core.hpp:45:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:23:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/decl/Kokkos_Declare_HIP.hpp:28:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:24:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp:26:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:189:33: error: reference to __host__ function 'hipFuncGetAttributes' in __host__ __device__ function
      KOKKOS_IMPL_HIP_SAFE_CALL(hipFuncGetAttributes(&attr, kernel_func));
                                ^
/projects/ROCm/rocm-5.2.0/include/hip/hip_runtime_api.h:4466:12: note: 'hipFuncGetAttributes' declared here
hipError_t hipFuncGetAttributes(struct hipFuncAttributes* attr, const void* func);
           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosBatched_Test_SPMV
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 81%] Built target KokkosKernels_blas_hip
[ 81%] Built target KokkosKernels_batched_dla_hip
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 83%] Built target KokkosKernels_batched_sla_hip
[ 83%] Linking CXX executable KokkosBatched_Test_CG
[ 83%] Built target KokkosBatched_Test_CG
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_sparse_serial
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 83%] Built target KokkosKernels_batched_gemm_hip
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.264/TestAll_2023-03-31_17.03.02/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 465
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 72
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 372
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 333
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 422
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 475
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 276
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 271
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 274
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: e5ba25f
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 465
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 72
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 102
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 372
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 333
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 422
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 475
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 276
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 271
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 274
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e5ba25f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 465 (click to expand)

[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o
[ 85%] Linking CXX executable sparse_spadd
[ 85%] Linking CXX executable sparse_spgemm_jacobi
[ 85%] Linking CXX executable KokkosBatched_Test_GMRES
[ 85%] Linking CXX executable sparse_spmv_struct
[ 85%] Built target sparse_spadd
[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
[ 85%] Built target sparse_spgemm_jacobi
[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_cholmod.dir/KokkosSparse_sptrsv_cholmod.cpp.o
[ 85%] Built target KokkosBatched_Test_GMRES
[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_superlu.dir/KokkosSparse_sptrsv_superlu.cpp.o
[ 86%] Built target sparse_spmv_struct
[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
[ 87%] Linking CXX executable sparse_spmv_struct_tuning
[ 87%] Built target sparse_spmv_struct_tuning
[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o
[ 87%] Linking CXX executable sparse_spmv
[ 87%] Built target sparse_spmv
[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spiluk.dir/KokkosSparse_spiluk.cpp.o
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1812: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 87%] Linking CXX executable sparse_sptrsv_cholmod
[ 87%] Linking CXX executable sparse_sptrsv_superlu
[ 87%] Built target sparse_sptrsv_cholmod
[ 87%] Built target sparse_sptrsv_superlu
[ 88%] Linking CXX executable KokkosKernels_graph_cuda
[ 88%] Built target KokkosKernels_graph_cuda
[ 88%] Linking CXX executable sparse_sptrsv
[ 88%] Built target sparse_sptrsv
[ 89%] Linking CXX executable sparse_spiluk
[ 89%] Linking CXX executable sparse_spmv_bsr
[ 89%] Built target sparse_spiluk
[ 89%] Built target sparse_spmv_bsr
[ 89%] Linking CXX executable sparse_sptrsv_supernode
[ 89%] Built target sparse_sptrsv_supernode
[ 90%] Linking CXX executable sparse_gs
[ 90%] Built target sparse_gs
[ 90%] Linking CXX executable sparse_kk_spmv
[ 90%] Built target sparse_kk_spmv
[ 90%] Linking CXX executable KokkosKernels_sparse_openmp
[ 90%] Built target KokkosKernels_sparse_openmp
[ 90%] Linking CXX executable KokkosKernels_batched_gemm_cuda
[ 90%] Built target KokkosKernels_batched_gemm_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.465/TestAll_2023-04-04_14.37.14/cuda/11.2.2/Cuda_OpenMP-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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 72 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.72/TestAll_2023-04-04_15.34.53/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp:88:3: note: called by 'cuda_parallel_launch_local_memory, Kokkos::View, Kokkos::View, true>, Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::copyRp1, Kokkos::Cuda>, Kokkos::Cuda>>'
  driver();
  ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.72/TestAll_2023-04-04_15.34.53/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_UnorderedMap.hpp:211:7: note: 'UnorderedMap' declared here
class UnorderedMap {
      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for sm_70.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1814: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 80%] Linking CXX executable KokkosBatched_Test_SPMV
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 80%] Built target KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable graph_color_d2
[ 81%] Linking CXX executable graph_color
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target graph_color_d2
[ 81%] Built target graph_color
[ 82%] Linking CXX executable KokkosKernels_blas_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target KokkosKernels_blas_cuda
[ 82%] Linking CXX executable KokkosKernels_batched_dla_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target KokkosKernels_batched_dla_cuda
[ 82%] Linking CXX executable KokkosBatched_Test_GMRES
[ 83%] Linking CXX executable KokkosKernels_graph_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosBatched_Test_GMRES
[ 83%] Built target KokkosKernels_graph_cuda
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_batched_gemm_cuda
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --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=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.72/TestAll_2023-04-04_15.34.53/clang/13.0.0/Cuda-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_GCC1020 # 102 (click to expand)

 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  81c9a11a4c305cbab46df0e761bcb915a57b2445 Merge remote-tracking branch 'upstream/develop' into HEAD

KokkosKernels Repository Status: 81c9a11a4c305cbab46df0e761bcb915a57b2445 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4557 run_time=366
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4557 run_time=366
gcc-10.2.0-Threads_Serial-release build_time=4279 run_time=690
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 372 (click to expand)

 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  81c9a11a4c305cbab46df0e761bcb915a57b2445 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=421 run_time=83
gcc-10.2.0-Threads_Serial-release build_time=564 run_time=179
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 333 (click to expand)

 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                         |   4 +-
 .github/workflows/format.yml                       |   2 +-
 .github/workflows/osx.yml                          |   4 +-
 .gitignore                                         |   5 +
 CheckHostBlasReturnComplex.cmake                   |  20 +-
 cm_generate_makefile.bash                          |  12 +-
 cmake/Dependencies.cmake                           |   2 +-
 cmake/Modules/FindTPLROCBLAS.cmake                 |  48 +--
 cmake/Modules/FindTPLROCSPARSE.cmake               |  44 +-
 common/src/KokkosKernels_Iota.hpp                  |   2 +
 common/src/KokkosKernels_LowerBound.hpp            | 470 +++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp            | 167 ++++++++
 common/src/KokkosKernels_SimpleUtils.hpp           |  44 +-
 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  6184bc5604b8f97cd820f594aa13f695f43653fc Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=630 run_time=185
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 422 (click to expand)

 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  3fd8e1e58fdcfe4d0fa806041f35ad6928b2ab5e Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-OpenMP-release
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1423 run_time=96
intel-19.5.281-Threads-release build_time=873 run_time=109
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 475 (click to expand)

 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                         |   4 +-
 .github/workflows/format.yml                       |   2 +-
 .github/workflows/osx.yml                          |   4 +-
 .gitignore                                         |   5 +
 CheckHostBlasReturnComplex.cmake                   |  20 +-
 cm_generate_makefile.bash                          |  12 +-
 cmake/Dependencies.cmake                           |   2 +-
 cmake/Modules/FindTPLROCBLAS.cmake                 |  48 +--
 cmake/Modules/FindTPLROCSPARSE.cmake               |  44 +-
 common/src/KokkosKernels_Iota.hpp                  |   2 +
 common/src/KokkosKernels_LowerBound.hpp            | 470 +++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp            | 167 ++++++++
 common/src/KokkosKernels_SimpleUtils.hpp           |  44 +-
 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  76d57770d1490b8b8d210af84180efea630d4be7 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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 clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=679 run_time=202
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 276 (click to expand)

 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3258
Running on machine: inouye
KokkosKernels Repository Status: 9f41ffeec5bd5882f2143e577fa9215f166b96ea Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1910 run_time=848
armpl-21.1.0-Serial-release build_time=1738 run_time=258
salloc: Relinquishing job allocation 3258
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 271 (click to expand)

 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3259
Running on machine: inouye
KokkosKernels Repository Status: 9f41ffeec5bd5882f2143e577fa9215f166b96ea Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2604 run_time=1994
salloc: Relinquishing job allocation 3259
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 274 (click to expand)

In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:19:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_coo2crs.hpp:17:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp:118:17: error: reference to __host__ function 'UnorderedMap' in __host__ __device__ function
    auto umap = *m_umaps(i).ptr;
                ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.274/TestAll_2023-04-04_14.42.12/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:58:5: note: called by 'exec_range, Kokkos::View, Kokkos::View, true>::copyRp1>'
    m_functor(TagType(), i);
    ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.274/TestAll_2023-04-04_14.42.12/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:73:22: note: called by 'operator()'
      this->template exec_range(iwork);
                     ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.274/TestAll_2023-04-04_14.42.12/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:79:3: note: called by 'hip_parallel_launch_local_memory, Kokkos::View, Kokkos::View, true>, Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::copyRp1, Kokkos::HIP>, Kokkos::HIP>, 1024U, 1U>'
  driver();
  ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.274/TestAll_2023-04-04_14.42.12/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_UnorderedMap.hpp:211:7: note: 'UnorderedMap' declared here
class UnorderedMap {
      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 81%] Built target KokkosKernels_blas_hip
[ 81%] Built target KokkosKernels_batched_dla_hip
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 83%] Built target KokkosKernels_batched_sla_hip
[ 83%] Linking CXX executable KokkosBatched_Test_CG
[ 83%] Built target KokkosBatched_Test_CG
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_batched_gemm_hip
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.274/TestAll_2023-04-04_14.42.12/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@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' - Failure: Timed out waiting for job KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 to start: Total Wait = 3603

  • Other jobs have been previously started - We must stop them...
  • Terminating Build 467 of Jenkins job KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight on Jenkins server at https://jenkins-son.sandia.gov

@e10harvey e10harvey added the AT: RETEST Have this PR retested. label Apr 5, 2023
@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 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 470
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 76
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 106
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 376
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 426
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 479
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 280
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 275
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 278
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: 533a603
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 470
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 76
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 106
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 376
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 337
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 426
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 479
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 280
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 275
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 278
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 533a603
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 27ec2cd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 470 (click to expand)

23:    ***       * *     ***            
23:     **        *       **            
23:       ***  **    *  *   *           
23:        ***      * * *   **          
23:         ***      * *    ***         
23:          **       *      **         
23:            ***  **   *  *  *        
23:             ***     * * *  **       
23:              ***     * *   ***      
23:               **      *     **      
23:                 *** **   * *  *     
23:                  ***    * **  **    
23:                   **     *    **    
23:                     *** **  * * *   
23:                      ***   * ** **  
23:                       **    *   **  
23:                         *****  ** * 
23:                          **   * * * 
23:                            ***** ***
23:                             **  * **
23:                               **** *
23:                                 *** 
23: 
23/24 Test #23: wiki_rcm .........................   Passed    0.19 sec
test 24
      Start 24: gmres_test_prec

24: Test command: /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.470/TestAll_2023-04-05_12.37.05/cuda/11.2.2/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
24: Test timeout computed to be: 2500
24: Convergence tolerance is: 1e-10
24: =========================================
24: Verify from main: Ending residual is 3.48957e-14
24: Number of iterations is: 1
24: Diff of residual from main - residual from solver: 0
24: Convergence flag is : 0
24: Test passed!
24/24 Test #24: gmres_test_prec .................. Passed 0.24 sec

96% tests passed, 1 tests failed out of 24

Total Test time (real) = 287.97 sec

The following tests FAILED:
13 - sparse_cuda (Subprocess aborted)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.470/TestAll_2023-04-05_12.37.05/cuda/11.2.2/Cuda_OpenMP-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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 76 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.76/TestAll_2023-04-05_13.35.11/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp:88:3: note: called by 'cuda_parallel_launch_local_memory, Kokkos::View, Kokkos::View, true>, Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::copyRp1, Kokkos::Cuda>, Kokkos::Cuda>>'
  driver();
  ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.76/TestAll_2023-04-05_13.35.11/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_UnorderedMap.hpp:211:7: note: 'UnorderedMap' declared here
class UnorderedMap {
      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for sm_70.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1814: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 82%] Linking CXX executable graph_mis_d2
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target KokkosKernels_batched_gemm_serial
[ 82%] Linking CXX executable graph_color_d2
[ 82%] Linking CXX executable graph_color
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target graph_color_d2
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target graph_color
[ 83%] Linking CXX executable KokkosKernels_blas_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_blas_cuda
[ 83%] Linking CXX executable KokkosBatched_Test_GMRES
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosBatched_Test_GMRES
[ 83%] Linking CXX executable KokkosKernels_batched_dla_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_batched_dla_cuda
[ 84%] Linking CXX executable KokkosKernels_graph_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_graph_cuda
[ 84%] Linking CXX executable KokkosKernels_batched_gemm_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_batched_gemm_cuda
[ 84%] Linking CXX executable KokkosKernels_sparse_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --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=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.76/TestAll_2023-04-05_13.35.11/clang/13.0.0/Cuda-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_GCC1020 # 106 (click to expand)

 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  ad885f31e09caf1aaf356c7b872571898d479ca0 Merge remote-tracking branch 'upstream/develop' into HEAD

KokkosKernels Repository Status: ad885f31e09caf1aaf356c7b872571898d479ca0 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4432 run_time=368
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4432 run_time=368
gcc-10.2.0-Threads_Serial-release build_time=4206 run_time=689
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 376 (click to expand)

 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  ed86ad1c4ef63dbe51471c2a20cfb76567908da4 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=431 run_time=84
gcc-10.2.0-Threads_Serial-release build_time=571 run_time=181
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 337 (click to expand)

 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                         |   4 +-
 .github/workflows/format.yml                       |   2 +-
 .github/workflows/osx.yml                          |   4 +-
 .gitignore                                         |   5 +
 CheckHostBlasReturnComplex.cmake                   |  20 +-
 cm_generate_makefile.bash                          |  12 +-
 cmake/Dependencies.cmake                           |   2 +-
 cmake/Modules/FindTPLROCBLAS.cmake                 |  48 +--
 cmake/Modules/FindTPLROCSPARSE.cmake               |  44 +-
 common/src/KokkosKernels_Iota.hpp                  |   2 +
 common/src/KokkosKernels_LowerBound.hpp            | 470 +++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp            | 167 ++++++++
 common/src/KokkosKernels_SimpleUtils.hpp           |  44 +-
 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  a73856a48522f1b2bda12cd8131bd41f287cb23a Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=620 run_time=189
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 426 (click to expand)

 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  443dcef32ffcbde1fd5f5336235d149a98a6c850 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-OpenMP-release
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1376 run_time=97
intel-19.5.281-Threads-release build_time=862 run_time=110
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 479 (click to expand)

 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
Merge made by the 'recursive' strategy.
 .github/workflows/docs.yml                         |   4 +-
 .github/workflows/format.yml                       |   2 +-
 .github/workflows/osx.yml                          |   4 +-
 .gitignore                                         |   5 +
 CheckHostBlasReturnComplex.cmake                   |  20 +-
 cm_generate_makefile.bash                          |  12 +-
 cmake/Dependencies.cmake                           |   2 +-
 cmake/Modules/FindTPLROCBLAS.cmake                 |  48 +--
 cmake/Modules/FindTPLROCSPARSE.cmake               |  44 +-
 common/src/KokkosKernels_Iota.hpp                  |   2 +
 common/src/KokkosKernels_LowerBound.hpp            | 470 +++++++++++++++++++++
 common/src/KokkosKernels_Predicates.hpp            | 167 ++++++++
 common/src/KokkosKernels_SimpleUtils.hpp           |  44 +-
 common/src/KokkosKernels_UpperBound.hpp            | 101 +++++
 common/unit_test/Test_Common.hpp                   |   2 +
 common/unit_test/Test_Common_Iota.hpp              |   9 +
 common/unit_test/Test_Common_LowerBound.hpp        | 256 +++++++++++
 common/unit_test/Test_Common_UpperBound.hpp        | 245 +++++++++++
 docs/developer/apidocs.rst                         |   1 +
 docs/developer/apidocs/batched_dense_host.rst      |   8 +
 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  43041ee69755d5a2ec9b57d689ea571a7d3be06c Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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 clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=637 run_time=196
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 280 (click to expand)

 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3268
Running on machine: inouye
KokkosKernels Repository Status: a4b449861a31f2f23ff4c0ccfbf405b1da9bca93 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1886 run_time=879
armpl-21.1.0-Serial-release build_time=1720 run_time=263
salloc: Relinquishing job allocation 3268
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 275 (click to expand)

 perf_test/sparse/KokkosSparse_spadd.cpp            | 352 +++++++--------
 sparse/impl/KokkosSparse_gmres_impl.hpp            |   1 +
 sparse/impl/KokkosSparse_par_ilut_numeric_impl.hpp | 218 ++++------
 sparse/impl/KokkosSparse_par_ilut_numeric_spec.hpp |   8 +-
 .../impl/KokkosSparse_par_ilut_symbolic_impl.hpp   |   6 +
 .../impl/KokkosSparse_par_ilut_symbolic_spec.hpp   |   1 -
 sparse/src/KokkosKernels_Handle.hpp                |  13 +-
 sparse/src/KokkosSparse_SortCrs.hpp                | 209 ++++++---
 sparse/src/KokkosSparse_mdf.hpp                    |   4 +-
 sparse/src/KokkosSparse_mdf_handle.hpp             |   3 +-
 sparse/src/KokkosSparse_par_ilut.hpp               |  35 +-
 sparse/src/KokkosSparse_par_ilut_handle.hpp        | 110 +++--
 sparse/unit_test/Test_Sparse_SortCrs.hpp           |  74 +++-
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 ++++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 35 files changed, 2013 insertions(+), 599 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3267
Running on machine: inouye
KokkosKernels Repository Status: a4b449861a31f2f23ff4c0ccfbf405b1da9bca93 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2615 run_time=1848
salloc: Relinquishing job allocation 3267
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 278 (click to expand)

In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:19:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_coo2crs.hpp:17:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_coo2crs.hpp:124:17: error: reference to __host__ function 'UnorderedMap' in __host__ __device__ function
    auto umap = *m_umaps(i).ptr;
                ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.278/TestAll_2023-04-05_12.43.06/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:58:5: note: called by 'exec_range, Kokkos::View, Kokkos::View, true>::copyRp1>'
    m_functor(TagType(), i);
    ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.278/TestAll_2023-04-05_12.43.06/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_Parallel_Range.hpp:73:22: note: called by 'operator()'
      this->template exec_range(iwork);
                     ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.278/TestAll_2023-04-05_12.43.06/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:79:3: note: called by 'hip_parallel_launch_local_memory, Kokkos::View, Kokkos::View, true>, Kokkos::RangePolicy, Kokkos::View, Kokkos::View, true>::copyRp1, Kokkos::HIP>, Kokkos::HIP>, 1024U, 1U>'
  driver();
  ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.278/TestAll_2023-04-05_12.43.06/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_UnorderedMap.hpp:211:7: note: 'UnorderedMap' declared here
class UnorderedMap {
      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosBatched_Test_SPMV
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 81%] Built target KokkosKernels_blas_hip
[ 81%] Built target KokkosKernels_batched_dla_hip
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 83%] Built target KokkosKernels_batched_sla_hip
[ 83%] Linking CXX executable KokkosBatched_Test_CG
[ 83%] Built target KokkosBatched_Test_CG
[ 83%] Linking CXX executable KokkosKernels_sparse_serial
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 83%] Built target KokkosKernels_sparse_serial
[ 83%] Built target KokkosKernels_batched_gemm_hip
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.278/TestAll_2023-04-05_12.43.06/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Apr 5, 2023
@e10harvey
Copy link
Contributor Author

I believe kokkos/kokkos#5924 must be addressed before the latest runtime error can be resolved.

@e10harvey e10harvey removed the AT: WIP label Apr 13, 2023
Copy link
Contributor

@brian-kelley brian-kelley left a comment

Choose a reason for hiding this comment

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

Thanks for making those changes

@kokkos-devops-admin
Copy link

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

@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

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.

Only a small comment, can you respond to it please?

@@ -45,7 +45,7 @@ void doCsMat(size_t m, size_t n, ScalarType min_val, ScalarType max_val) {
ASSERT_EQ(vals.extent(0), cm.get_nnz() + 1) << cm.info;

auto row_ids = cm.get_ids();
ASSERT_EQ(row_ids.extent(0), cm.get_dim1() * cm.get_dim2() + 1) << cm.info;
ASSERT_EQ(row_ids.extent(0), cm.get_nnz()) << cm.info;
Copy link
Contributor

Choose a reason for hiding this comment

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

So here you check that the extent of row_ids is the same as the number of non-zero.
I think that check will only work for a diagonal matrix, in any other case you really want to check that the last entry in row_ids is equal to nnz

Copy link
Contributor Author

@e10harvey e10harvey Apr 26, 2023

Choose a reason for hiding this comment

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

These are the row_ids, not the col_map. The col_map.extent(0) would be nnz for a matrix where only the diagonal contains non-zeros. This test matrix is row/column agnostic but the unit test for it assumes ccs format here. My understanding is that there are 3 single dimension arrays that encode the data:

  • vals
  • row_ids
  • col_map

There are nnz vals at the given row_ids. col_map contains the offsets to the vals and corresponding row_ids (values are at the same index as their corresponding row ids) for every column. The last element of col_map is nnz. In this way we have:
vals: [<col0_vals>,<col1_vals>,<col2_vals>,...]
row_ids: [<col0_ids>,<col1_ids>,<col2_ids>,...]
col_map: [col0_len,col1_len,col2_len,...,nnz]

We should note that we are treating the RandCsMatrix as a Ccs matrix here and assert that col_map[ncols] = nnz here. Also, I use row_len above which should be called col_len.

Would a follow-on PR be preferred for addressing these test issues?

Copy link
Contributor

Choose a reason for hiding this comment

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

I see, then it's fine, thanks for the clarification.


public:
//! The row indexes of the matrix
row_view row;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Make this private with a getter?

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

Couple of small things. One big thing (on how many hash maps and size of each) below.

graph/impl/KokkosGraph_Distance2MIS_impl.hpp Show resolved Hide resolved
//! The number of stored entries in the sparse matrix, including zeros.
KOKKOS_INLINE_FUNCTION size_type nnz() const { return data.extent(0); }
};

Copy link
Contributor

Choose a reason for hiding this comment

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

I expected to see methods to get row. col, and data. Otherwise I don't know how to use the COO data structure.

}
}

// TODO: umap.size cannot be called in a kernel.
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove?

sparse/src/KokkosSparse_coo2crs.hpp Show resolved Hide resolved
@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 570
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 159
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 189
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 459
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 420
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 509
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 562
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 363
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 358
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: 5a5a294
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 570
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 159
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 189
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 459
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 420
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 509
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 562
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 363
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 358
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 361
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 5a5a294
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 570 (click to expand)

Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
  Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options: 
kokkos cuda options: 
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
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'kkw' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy67.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins6403276692242458391.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@6dc8d3bb:kkw": Remote call on kkw failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:993)
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1183)
	at hudson.FilePath.delete(FilePath.java:1730)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 159 (click to expand)

Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'kkw' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy67.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins8059904357333509772.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@6dc8d3bb:kkw": Remote call on kkw failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:993)
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1183)
	at hudson.FilePath.delete(FilePath.java:1730)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 189 (click to expand)

 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  c8ef669b44102b56ddfb08b1302022bffd1ec848 Merge remote-tracking branch 'upstream/develop' into HEAD

KokkosKernels Repository Status: c8ef669b44102b56ddfb08b1302022bffd1ec848 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: gcc/10.2.0
Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4452 run_time=365
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4452 run_time=365
gcc-10.2.0-Threads_Serial-release build_time=4469 run_time=719
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 459 (click to expand)

 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  61d1459d436cf37ca23cbfdba508191ae3c9696c Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=457 run_time=91
gcc-10.2.0-Threads_Serial-release build_time=617 run_time=190
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 420 (click to expand)

 blas/src/KokkosBlas1_fill.hpp                      |  23 ++
 blas/src/KokkosBlas1_iamax.hpp                     |  77 +++-
 blas/src/KokkosBlas1_mult.hpp                      |  58 ++-
 blas/src/KokkosBlas1_nrm1.hpp                      |  70 +++-
 blas/src/KokkosBlas1_nrm2.hpp                      |  81 +++-
 blas/src/KokkosBlas1_nrm2_squared.hpp              |  81 +++-
 blas/src/KokkosBlas1_nrm2w.hpp                     | 103 ++++-
 blas/src/KokkosBlas1_nrm2w_squared.hpp             | 122 ++++--
 blas/src/KokkosBlas1_nrminf.hpp                    |  59 ++-
 blas/src/KokkosBlas1_reciprocal.hpp                |  43 ++-
 blas/src/KokkosBlas1_scal.hpp                      |  76 +++-
 blas/src/KokkosBlas1_sum.hpp                       |  89 ++++-
 blas/src/KokkosBlas1_update.hpp                    |  77 +++-
 blas/tpls/KokkosBlas1_abs_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_avail.hpp     |   7 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp      | 389 ++++++++++---------
 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  61d1459d436cf37ca23cbfdba508191ae3c9696c Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=673 run_time=190
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 509 (click to expand)

 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  61d1459d436cf37ca23cbfdba508191ae3c9696c Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-OpenMP-release
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1451 run_time=109
intel-19.5.281-Threads-release build_time=953 run_time=125
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 562 (click to expand)

 blas/src/KokkosBlas1_fill.hpp                      |  23 ++
 blas/src/KokkosBlas1_iamax.hpp                     |  77 +++-
 blas/src/KokkosBlas1_mult.hpp                      |  58 ++-
 blas/src/KokkosBlas1_nrm1.hpp                      |  70 +++-
 blas/src/KokkosBlas1_nrm2.hpp                      |  81 +++-
 blas/src/KokkosBlas1_nrm2_squared.hpp              |  81 +++-
 blas/src/KokkosBlas1_nrm2w.hpp                     | 103 ++++-
 blas/src/KokkosBlas1_nrm2w_squared.hpp             | 122 ++++--
 blas/src/KokkosBlas1_nrminf.hpp                    |  59 ++-
 blas/src/KokkosBlas1_reciprocal.hpp                |  43 ++-
 blas/src/KokkosBlas1_scal.hpp                      |  76 +++-
 blas/src/KokkosBlas1_sum.hpp                       |  89 ++++-
 blas/src/KokkosBlas1_update.hpp                    |  77 +++-
 blas/tpls/KokkosBlas1_abs_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_avail.hpp     |   7 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp      | 389 ++++++++++---------
 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  687c09d0f3d281fb380be5b115f09875f80f824d Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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 clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=744 run_time=220
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 363 (click to expand)

 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3455
Running on machine: inouye
KokkosKernels Repository Status: 71ea5af32a75af16ce1cacaa1ae0c2bd38a4e732 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=2011 run_time=1150
armpl-21.1.0-Serial-release build_time=1713 run_time=276
salloc: Relinquishing job allocation 3455
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 358 (click to expand)

 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3456
Running on machine: inouye
KokkosKernels Repository Status: 11031db04e0b2015bfd51a5d2e1b9208e18f430f Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 15776f90ce70d2025ffc719c34851f0b5018fb4b Merge pull request #6046 from ajpowelsnl/CHANGELOG-4.0.0/team_thread_sort

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2691 run_time=809
salloc: Relinquishing job allocation 3456
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 361 (click to expand)

25:        ***      * * *   **          
25:         ***      * *    ***         
25:          **       *      **         
25:            ***  **   *  *  *        
25:             ***     * * *  **       
25:              ***     * *   ***      
25:               **      *     **      
25:                 *** **   * *  *     
25:                  ***    * **  **    
25:                   **     *    **    
25:                     *** **  * * *   
25:                      ***   * ** **  
25:                       **    *   **  
25:                         *****  ** * 
25:                          **   * * * 
25:                            ***** ***
25:                             **  * **
25:                               **** *
25:                                 *** 
25: 
25/26 Test #25: wiki_rcm .........................   Passed    0.33 sec
test 26
      Start 26: gmres_test_prec

26: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.361/TestAll_2023-04-26_19.16.54/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
26: Test timeout computed to be: 2500
26: Convergence tolerance is: 1e-10
26: =========================================
26: Verify from main: Ending residual is 3.48957e-14
26: Number of iterations is: 1
26: Diff of residual from main - residual from solver: 0
26: Convergence flag is : 0
26: Test passed!
26/26 Test #26: gmres_test_prec .................. Passed 0.37 sec

96% tests passed, 1 tests failed out of 26

Total Test time (real) = 398.82 sec

The following tests FAILED:
13 - sparse_hip (Subprocess aborted)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module load cmake/3.19.3 rocm/5.2.0
    export OMP_NUM_THREADS=8
    export OMP_PROC_BIND=spread
    export OMP_PLACES=cores

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --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/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.361/TestAll_2023-04-26_19.16.54/rocm/5.2.0/Hip_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: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

LGTM.

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 is fine

@e10harvey
Copy link
Contributor Author

There is one CI failure related to these changes:

13: [ RUN      ] hip.sparse_randcsmat
13: Kokkos::View ERROR: attempt to access inaccessible memory space (label="RandCsMatrix.N6Kokkos4ViewIPlJNS_10LayoutLeftENS_3HIPEEEE copy")
13: Backtrace:
13:                        [0x3e8c980]
13:                        [0x3e86198]
13:                        [0x3e86218]
13:                        [0x2fa6136]
13:                        [0x34b6cad]
13:                        [0x34b33e2]
13:                        [0x2f96f35]
13:                        [0x2ea8df0]
13:                        [0x3e5b366]
13:                        [0x3e3fac5]
13:                        [0x3e40de2]
13:                        [0x3e41560]
13:                        [0x3e49b14]
13:                        [0x3e5bf86]
13:                        [0x3e4975b]
13:                        [0x2ea1a50]
13: __libc_start_main [0x7f79f27d6cf3]
13:                        [0x2ea195e]

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 582
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 168
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 198
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 468
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 429
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 518
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 571
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 372
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 367
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 369
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: e65f611
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 582
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 168
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 198
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 468
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 429
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 518
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 571
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 372
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 367
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 369
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 582 (click to expand)

Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
  Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options: 
kokkos cuda options: 
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
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'kkw' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy67.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins7162362576587329199.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@6d6d2958:kkw": Remote call on kkw failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:993)
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1183)
	at hudson.FilePath.delete(FilePath.java:1730)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 168 (click to expand)

Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'kkw' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy67.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Unable to delete script file /tmp/jenkins10598878128656817374.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933)
	at java.io.ObjectInputStream.(ObjectInputStream.java:395)
	at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@6d6d2958:kkw": Remote call on kkw failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:993)
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1183)
	at hudson.FilePath.delete(FilePath.java:1730)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 198 (click to expand)

 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  dfd342a521374ebe9312de8e397299aadea97051 Merge remote-tracking branch 'upstream/develop' into HEAD

KokkosKernels Repository Status: dfd342a521374ebe9312de8e397299aadea97051 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: gcc/10.2.0
Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4639 run_time=363
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4639 run_time=363
gcc-10.2.0-Threads_Serial-release build_time=4341 run_time=705
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 468 (click to expand)

 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  dfd342a521374ebe9312de8e397299aadea97051 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=425 run_time=81
gcc-10.2.0-Threads_Serial-release build_time=609 run_time=182
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 429 (click to expand)

 blas/src/KokkosBlas1_fill.hpp                      |  23 ++
 blas/src/KokkosBlas1_iamax.hpp                     |  77 +++-
 blas/src/KokkosBlas1_mult.hpp                      |  58 ++-
 blas/src/KokkosBlas1_nrm1.hpp                      |  70 +++-
 blas/src/KokkosBlas1_nrm2.hpp                      |  81 +++-
 blas/src/KokkosBlas1_nrm2_squared.hpp              |  81 +++-
 blas/src/KokkosBlas1_nrm2w.hpp                     | 103 ++++-
 blas/src/KokkosBlas1_nrm2w_squared.hpp             | 122 ++++--
 blas/src/KokkosBlas1_nrminf.hpp                    |  59 ++-
 blas/src/KokkosBlas1_reciprocal.hpp                |  43 ++-
 blas/src/KokkosBlas1_scal.hpp                      |  76 +++-
 blas/src/KokkosBlas1_sum.hpp                       |  89 ++++-
 blas/src/KokkosBlas1_update.hpp                    |  77 +++-
 blas/tpls/KokkosBlas1_abs_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_avail.hpp     |   7 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp      | 389 ++++++++++---------
 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  f578e9e9fef299970510ebd5ef8b89656e5eebfc Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=666 run_time=190
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 518 (click to expand)

 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  606c4f75dc4cf0a2babe2ed40f2ee62a13242736 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-OpenMP-release
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1386 run_time=96
intel-19.5.281-Threads-release build_time=879 run_time=108
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 571 (click to expand)

 blas/src/KokkosBlas1_fill.hpp                      |  23 ++
 blas/src/KokkosBlas1_iamax.hpp                     |  77 +++-
 blas/src/KokkosBlas1_mult.hpp                      |  58 ++-
 blas/src/KokkosBlas1_nrm1.hpp                      |  70 +++-
 blas/src/KokkosBlas1_nrm2.hpp                      |  81 +++-
 blas/src/KokkosBlas1_nrm2_squared.hpp              |  81 +++-
 blas/src/KokkosBlas1_nrm2w.hpp                     | 103 ++++-
 blas/src/KokkosBlas1_nrm2w_squared.hpp             | 122 ++++--
 blas/src/KokkosBlas1_nrminf.hpp                    |  59 ++-
 blas/src/KokkosBlas1_reciprocal.hpp                |  43 ++-
 blas/src/KokkosBlas1_scal.hpp                      |  76 +++-
 blas/src/KokkosBlas1_sum.hpp                       |  89 ++++-
 blas/src/KokkosBlas1_update.hpp                    |  77 +++-
 blas/tpls/KokkosBlas1_abs_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_avail.hpp     |   7 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp      | 389 ++++++++++---------
 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  8710b0137a11074eac25c096cc4ac1b534274387 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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 clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=726 run_time=206
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 372 (click to expand)

 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3481
Running on machine: inouye
KokkosKernels Repository Status: 76d1cd9257687a13336ece37e91925d2a08dab8a Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1911 run_time=918
armpl-21.1.0-Serial-release build_time=1763 run_time=257
salloc: Relinquishing job allocation 3481
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 367 (click to expand)

 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3480
Running on machine: inouye
KokkosKernels Repository Status: 76d1cd9257687a13336ece37e91925d2a08dab8a Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2641 run_time=2021
salloc: Relinquishing job allocation 3480
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 369 (click to expand)

 blas/src/KokkosBlas1_iamax.hpp                     |  77 +++-
 blas/src/KokkosBlas1_mult.hpp                      |  58 ++-
 blas/src/KokkosBlas1_nrm1.hpp                      |  70 +++-
 blas/src/KokkosBlas1_nrm2.hpp                      |  81 +++-
 blas/src/KokkosBlas1_nrm2_squared.hpp              |  81 +++-
 blas/src/KokkosBlas1_nrm2w.hpp                     | 103 ++++-
 blas/src/KokkosBlas1_nrm2w_squared.hpp             | 122 ++++--
 blas/src/KokkosBlas1_nrminf.hpp                    |  59 ++-
 blas/src/KokkosBlas1_reciprocal.hpp                |  43 ++-
 blas/src/KokkosBlas1_scal.hpp                      |  76 +++-
 blas/src/KokkosBlas1_sum.hpp                       |  89 ++++-
 blas/src/KokkosBlas1_update.hpp                    |  77 +++-
 blas/tpls/KokkosBlas1_abs_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_avail.hpp     |   7 +-
 blas/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp      | 389 ++++++++++---------
 blas/tpls/KokkosBlas1_dot_tpl_spec_avail.hpp       |  25 +-
 blas/tpls/KokkosBlas1_dot_tpl_spec_decl.hpp        | 308 ++++++++-------
 blas/tpls/KokkosBlas1_iamax_tpl_spec_avail.hpp     |  83 ++--
 blas/tpls/KokkosBlas1_iamax_tpl_spec_decl.hpp      | 117 +++---
 blas/tpls/KokkosBlas1_mult_tpl_spec_avail.hpp      |   3 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_avail.hpp      |  31 +-
 blas/tpls/KokkosBlas1_nrm1_tpl_spec_decl.hpp       | 418 ++++++++++++++++-----
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_avail.hpp      |   9 +-
 blas/tpls/KokkosBlas1_nrm2_tpl_spec_decl.hpp       | 268 +++++++------
 blas/tpls/KokkosBlas1_nrm2w_tpl_spec_avail.hpp     |   2 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_avail.hpp    |   3 +-
 blas/tpls/KokkosBlas1_nrminf_tpl_spec_decl.hpp     | 108 +++---
 .../tpls/KokkosBlas1_reciprocal_tpl_spec_avail.hpp |   2 +-
 blas/tpls/KokkosBlas1_scal_tpl_spec_avail.hpp      |  56 +--
 blas/tpls/KokkosBlas1_scal_tpl_spec_decl.hpp       | 184 +++++----
 blas/tpls/KokkosBlas1_sum_tpl_spec_avail.hpp       |   2 +-
 blas/tpls/KokkosBlas1_update_tpl_spec_avail.hpp    |   3 +-
 docs/developer/apidocs/blas1.rst                   |  25 +-
 docs/developer/apidocs/sparse.rst                  |  47 ++-
 docs/developer/build_doc.rst                       |   4 +-
 docs/developer/contrib.rst                         |  63 ++++
 ...osBlas3_gemm_standalone_perf_test_benchmark.cpp |   8 +-
 scripts/cm_test_all_sandia                         |   3 +
 sparse/src/KokkosSparse_gauss_seidel.hpp           | 279 ++++++++++++++
 sparse/src/KokkosSparse_gmres.hpp                  |  10 +
 sparse/src/KokkosSparse_par_ilut.hpp               |  50 +++
 sparse/src/KokkosSparse_spgemm.hpp                 |  69 +++-
 test_common/KokkosKernels_TestUtils.hpp            |   8 +-
 77 files changed, 3599 insertions(+), 1553 deletions(-)
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
KokkosKernels Repository Status:  a17c6b21c57409ed551401ed6b239224834e0b57 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 56ef02c0cd45b62c39b5a789488467331822499d Disable failed bit manipulation tests when compiled by NVHPC (#6088)

Going to test compilers: rocm/5.2.0
Testing compiler rocm/5.2.0
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Starting job rocm-5.2.0-Hip_Serial-release
Hip IS THE KOKKOS DEVICE
kokkos devices: Hip,Serial
kokkos arch: VEGA908
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED rocm-5.2.0-Hip_Serial-release
#######################################################
PASSED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release build_time=900 run_time=400
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Finished: SUCCESS

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

LGTM

@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 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 605
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 194
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 220
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 490
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 451
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 540
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 593
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 394
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 391
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: coo2crs
  • SHA: e65f611
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 605
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 194
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 220
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 490
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 451
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 540
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 593
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 394
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 389
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 391
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH coo2crs
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA e65f611
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a2a741d
PR_LABELS feature request;AT: RETEST
PULLREQUESTNUM 1686
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label May 8, 2023
@kokkos-devops-admin
Copy link

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

@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

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

Successfully merging this pull request may close these issues.

Document that RandCsMatrix::{get_vals, get_ids} need to be coupled with a get_nnz-long subview
5 participants