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

Rotg: implementation of BLAS level1 rotg #1529

Merged
merged 5 commits into from
Sep 16, 2022
Merged

Rotg: implementation of BLAS level1 rotg #1529

merged 5 commits into from
Sep 16, 2022

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Sep 14, 2022

This provides a basic implementation for Givens rotations but does not include TPLs backend or the ability to run on GPUs. These might be added later if required.

@lucbv lucbv self-assigned this Sep 14, 2022
@lucbv lucbv changed the title Rotg2 Rotg: implementation of BLAS level1 rotg Sep 14, 2022
@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_GCC930_Light_Tpls_GCC930

  • Build Num: 36
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 45
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 47
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotg2
  • SHA: 3821780
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 36
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 45
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 98
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 96
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 96
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 47
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 96
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 3821780
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 36 (click to expand)

[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:53,
                 from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.36/TestAll_2022-09-14_15.17.17/gcc/9.3.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:48:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp: In instantiation of void KokkosBlas::Impl::Rotg_Invoke(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename std::enable_if::is_complex, bool>::type  = true; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:115:24:   required from static void KokkosBlas::Impl::Rotg::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.36/TestAll_2022-09-14_15.17.17/gcc/9.3.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:52:1:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp:109:77: error: cannot convert Kokkos::complex to mag_type {aka double} in initialization
  109 |     mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
      |                                                                             |
      |                                                                             Kokkos::complex
  110 |                     numerical_scaling;
      |                     ~~~~~~~~~~~~~~~~~                                        
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.36/TestAll_2022-09-14_15.17.17/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.36/TestAll_2022-09-14_15.17.17/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.36/TestAll_2022-09-14_15.17.17/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_CUDA11_CUDA11_LayoutRight # 45 (click to expand)

[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp(109): error: no suitable conversion function from "Kokkos::complex" to "mag_type" exists
          detected during:
            instantiation of "void KokkosBlas::Impl::Rotg_Invoke(Scalar &, Scalar &, Kokkos::Details::ArithTraits::mag_type &, Scalar &) [with Scalar=Kokkos::complex, =true]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp(115): here
            instantiation of "void KokkosBlas::Impl::Rotg::rotg(Scalar &, Scalar &, Kokkos::Details::ArithTraits::mag_type &, Scalar &) [with Scalar=Kokkos::complex]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.45/TestAll_2022-09-14_15.17.27/cuda/11.2.2/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp(52): here

1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.45/TestAll_2022-09-14_15.17.27/cuda/11.2.2/Cuda_OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp".
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/build.make:1896: src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1263: src/CMakeFiles/kokkoskernels.dir/all] Error 2
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.21.2 cuda/11.2.2 openblas/0.3.18/gcc/8.3.1

$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.45/TestAll_2022-09-14_15.17.27/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_GCC720 # 98 (click to expand)

[ 14%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 14%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:53:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.98/TestAll_2022-09-14_15.19.15/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp: In instantiation of void KokkosBlas::Impl::Rotg_Invoke(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename std::enable_if::is_complex, bool>::type  = 1; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:115:24:   required from static void KokkosBlas::Impl::Rotg::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.98/TestAll_2022-09-14_15.19.15/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp:109:14: error: cannot convert Kokkos::complex to mag_type {aka double} in initialization
     mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
              ^~~~
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720/KokkosKernels_PullRequest_GCC720.98/TestAll_2022-09-14_15.19.15/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720/KokkosKernels_PullRequest_GCC720.98/TestAll_2022-09-14_15.19.15/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: 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_GCC720_Light_LayoutRight # 96 (click to expand)

[ 14%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 14%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 15%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 16%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:53:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.96/TestAll_2022-09-14_15.19.21/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp: In instantiation of void KokkosBlas::Impl::Rotg_Invoke(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename std::enable_if::is_complex, bool>::type  = 1; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:115:24:   required from static void KokkosBlas::Impl::Rotg::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.96/TestAll_2022-09-14_15.19.21/gcc/7.2.0/OpenMP-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp:109:14: error: cannot convert Kokkos::complex to mag_type {aka double} in initialization
     mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
              ^~~~
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.96/TestAll_2022-09-14_15.19.21/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.96/TestAll_2022-09-14_15.19.21/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:53:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.96/TestAll_2022-09-14_15.19.31/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:48:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp: In instantiation of void KokkosBlas::Impl::Rotg_Invoke(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename std::enable_if::is_complex, bool>::type  = 1; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:115:24:   required from static void KokkosBlas::Impl::Rotg::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.96/TestAll_2022-09-14_15.19.31/gcc/7.2.0/OpenMP_Serial-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:52:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp:109:14: error: cannot convert Kokkos::complex to mag_type {aka double} in initialization
     mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
              ^~~~
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/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_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.96/TestAll_2022-09-14_15.19.31/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake15: 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 # 47 (click to expand)

[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 17%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 18%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 19%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 20%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/iamax/Blas1_iamax_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Linking CXX static library libkokkoskernels_gtest.a
[ 31%] Built target kokkoskernels_gtest
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp(109): error: no suitable conversion function from "Kokkos::complex" to "mag_type={double}" exists
      mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
                      ^
          detected during:
            instantiation of "void KokkosBlas::Impl::Rotg_Invoke(Scalar &, Scalar &, Kokkos::Details::ArithTraits::mag_type &, Scalar &) [with Scalar=Kokkos::complex, =true]" at line 115 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp"
            instantiation of "void KokkosBlas::Impl::Rotg::rotg(Scalar &, Scalar &, Kokkos::Details::ArithTraits::mag_type &, Scalar &) [with Scalar=Kokkos::complex]" at line 52 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.47/TestAll_2022-09-14_15.19.41/intel/19.5.281/Threads-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp"

compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.47/TestAll_2022-09-14_15.19.41/intel/19.5.281/Threads-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp (code 2)
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
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.47/TestAll_2022-09-14_15.19.41/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.47/TestAll_2022-09-14_15.19.41/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: blake19: 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 # 96 (click to expand)

[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 21%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 22%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 23%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 24%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 25%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 28%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 29%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 30%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o
[ 31%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 32%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 33%] Building CXX object src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.96/TestAll_2022-09-14_15.19.52/clang/10.0.1/Threads_Serial-release/src/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp:48:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:53:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_impl.hpp:109:14: error: no viable conversion from 'complex >' (aka 'complex') to 'mag_type' (aka 'double')
    mag_type norm = Kokkos::sqrt(scaled_a * scaled_a + scaled_b * scaled_b) *
             ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/blas/impl/KokkosBlas1_rotg_spec.hpp:115:5: note: in instantiation of function template specialization 'KokkosBlas::Impl::Rotg_Invoke, true>' requested here
    Rotg_Invoke(a, b, c, s);
    ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.96/TestAll_2022-09-14_15.19.52/clang/10.0.1/Threads_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:125:3: note: candidate function
  operator std::complex() const noexcept {
  ^
1 error generated.
make[2]: *** [src/CMakeFiles/kokkoskernels.dir/impl/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build 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/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/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.96/TestAll_2022-09-14_15.19.52/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: blake01: 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_GCC930_Light_Tpls_GCC930

  • Build Num: 38
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 47
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotg2
  • SHA: 0ed65ae
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 38
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 47
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 100
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 98
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 98
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 49
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 98
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0ed65ae
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c7fd5ad
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 38 (click to expand)

make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 87%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 87%] Built target KokkosBlas2_gemv_perf_test
[ 87%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 87%] Built target KokkosKernels_batched_sla_openmp
[ 88%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 88%] Built target KokkosKernels_batched_sla_serial
[ 88%] Linking CXX executable KokkosKernels_common_serial
[ 88%] Built target KokkosKernels_common_serial
[ 88%] Linking CXX executable sparse_kk_spmv
[ 88%] Built target sparse_kk_spmv
[ 88%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 88%] Built target KokkosBlas3_gemm_perf_test
[ 88%] Linking CXX executable KokkosBlas3_perf_test
[ 88%] Built target KokkosBlas3_perf_test
[ 88%] Linking CXX executable KokkosKernels_graph_openmp
[ 88%] Built target KokkosKernels_graph_openmp
[ 88%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 88%] Built target KokkosKernels_batched_dla_openmp
[ 88%] Linking CXX executable KokkosKernels_sparse_openmp
[ 88%] Built target KokkosKernels_sparse_openmp
[ 88%] Linking CXX executable KokkosKernels_sparse_serial
[ 88%] Built target KokkosKernels_sparse_serial
make: *** [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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.38/TestAll_2022-09-14_18.19.18/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.38/TestAll_2022-09-14_18.19.18/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.38/TestAll_2022-09-14_18.19.18/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_CUDA11_CUDA11_LayoutRight # 47 (click to expand)

[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/cuda/Test_Cuda_Sparse.cpp.o
[ 84%] Linking CXX executable sparse_spiluk
[ 84%] Built target sparse_spiluk
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_cuda.dir/Test_Main.cpp.o
[ 84%] Linking CXX executable KokkosBlas_dot_perf_test
[ 84%] Linking CXX executable KokkosBlas_perf_test
[ 84%] Built target KokkosBlas_dot_perf_test
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_cuda.dir/cuda/Test_Cuda_Batched_Sparse.cpp.o
[ 85%] Built target KokkosBlas_perf_test
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/Test_Main.cpp.o
[ 86%] Linking CXX executable KokkosBlas_team_dot_perf_test
[ 86%] Linking CXX executable sparse_spmv_bsr
[ 86%] Built target KokkosBlas_team_dot_perf_test
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/openmp/Test_OpenMP_Batched_Dense.cpp.o
[ 86%] Built target sparse_spmv_bsr
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/Test_Main.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse.cpp.o
[ 87%] Linking CXX executable KokkosBlas_dot_mv_perf_test
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_cuda.dir/Test_Main.cpp.o
[ 87%] Built target KokkosBlas_dot_mv_perf_test
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_cuda.dir/cuda/Test_Cuda_Batched_Dense.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/Test_Main.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/Test_Main.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/cuda/Test_Cuda_Common.cpp.o
[ 88%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/Test_Main.cpp.o
[ 88%] Built target KokkosBlas2_gemv_perf_test
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/cuda/Test_Cuda_Graph.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/Test_Main.cpp.o
[ 89%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o
[ 89%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
[ 89%] Linking CXX executable KokkosKernels_batched_sla_cuda
[ 89%] Built target KokkosKernels_batched_sla_cuda
[ 89%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/Test_Main.cpp.o
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp(15): error: no instance of function template "KokkosBlas::rotg" matches the argument list
            argument types are: (Kokkos::complex, Kokkos::complex, Kokkos::complex, Kokkos::complex)
          detected during:
            instantiation of "void Test::test_rotg_impl(Scalar, Scalar) [with Scalar=Kokkos::complex]" 
(30): here
            instantiation of "int test_rotg() [with Scalar=Kokkos::complex, ExecutionSpace=Kokkos::OpenMP]" 
(72): here

1 error detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp".
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/build.make:90: unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2183: unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 89%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/openmp/Test_OpenMP_Common.cpp.o
[ 89%] Linking CXX executable sparse_kk_spmv
[ 89%] Built target sparse_kk_spmv
[ 90%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 90%] Built target KokkosKernels_batched_sla_openmp
[ 90%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 90%] Built target KokkosBlas3_gemm_perf_test
[ 91%] Linking CXX executable KokkosKernels_common_cuda
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_cuda
[ 91%] Built target KokkosKernels_common_openmp
[ 91%] Linking CXX executable KokkosKernels_graph_cuda
[ 91%] Built target KokkosKernels_graph_cuda
[ 91%] Linking CXX executable KokkosKernels_sparse_openmp
[ 91%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 91%] Built target KokkosKernels_batched_dla_openmp
[ 91%] Built target KokkosKernels_sparse_openmp
[ 91%] Linking CXX executable KokkosKernels_sparse_cuda
[ 91%] Built target KokkosKernels_sparse_cuda
[ 91%] Linking CXX executable KokkosBlas3_perf_test
[ 91%] Built target KokkosBlas3_perf_test
[ 91%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 91%] Built target KokkosKernels_batched_dla_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.21.2 cuda/11.2.2 openblas/0.3.18/gcc/8.3.1

$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.47/TestAll_2022-09-14_18.19.24/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_GCC720 # 100 (click to expand)

[ 86%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp: In instantiation of void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = Kokkos::complex]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:30:23:   required from int test_rotg() [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::OpenMP]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:72:53:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:15:19: error: invalid initialization of reference of type Kokkos::Details::ArithTraits >::mag_type& {aka double&} from expression of type Kokkos::complex
   KokkosBlas::rotg(a, b, c, s);
   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:1:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/src/blas/KokkosBlas1_rotg.hpp:62:6: note: in passing argument 3 of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
 void rotg(Scalar& a, Scalar& b,
      ^~~~
Scanning dependencies of target KokkosKernels_wiki_spgemm
[ 86%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o
[ 86%] Linking CXX executable KokkosKernels_wiki_spmv
[ 86%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 86%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 87%] Linking CXX executable KokkosKernels_wiki_spadd
[ 87%] Built target KokkosKernels_wiki_spadd
[ 87%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 87%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 87%] Built target KokkosKernels_wiki_spgemm
[ 87%] Built target KokkosBlas3_gemm_perf_test
[ 87%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 87%] Built target KokkosKernels_wiki_crsmatrix
[ 87%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 87%] Built target KokkosKernels_batched_sla_openmp
[ 87%] Linking CXX executable sparse_kk_spmv
[ 87%] Built target sparse_kk_spmv
[ 87%] Linking CXX executable KokkosKernels_common_openmp
[ 87%] Built target KokkosKernels_common_openmp
[ 88%] Linking CXX executable KokkosBlas3_perf_test
[ 88%] Built target KokkosBlas3_perf_test
[ 88%] Linking CXX executable KokkosKernels_graph_openmp
[ 88%] Built target KokkosKernels_graph_openmp
[ 88%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 88%] Built target KokkosKernels_batched_dla_openmp
[ 88%] Linking CXX executable KokkosKernels_sparse_openmp
[ 88%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720/KokkosKernels_PullRequest_GCC720.100/TestAll_2022-09-14_18.19.33/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720/KokkosKernels_PullRequest_GCC720.100/TestAll_2022-09-14_18.19.33/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_openmp.dir/Test_Main.cpp.o
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_openmp.dir/openmp/Test_OpenMP_Graph.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp: In instantiation of void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = Kokkos::complex]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:30:23:   required from int test_rotg() [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::OpenMP]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:72:53:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:15:19: error: invalid initialization of reference of type Kokkos::Details::ArithTraits >::mag_type& {aka double&} from expression of type Kokkos::complex
   KokkosBlas::rotg(a, b, c, s);
   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:1:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/src/blas/KokkosBlas1_rotg.hpp:62:6: note: in passing argument 3 of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
 void rotg(Scalar& a, Scalar& b,
      ^~~~
[ 85%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 85%] Built target KokkosBlas2_gemv_perf_test
Scanning dependencies of target KokkosKernels_wiki_spmv
[ 86%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spmv.dir/KokkosSparse_wiki_spmv.cpp.o
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 86%] Linking CXX executable sparse_spmv_struct
[ 86%] Linking CXX executable KokkosKernels_wiki_spmv
[ 86%] Built target sparse_spmv_struct
[ 86%] Built target KokkosKernels_wiki_spmv
[ 86%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 86%] Built target KokkosKernels_batched_sla_openmp
[ 86%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 86%] Built target KokkosBlas3_gemm_perf_test
[ 86%] Linking CXX executable KokkosKernels_common_openmp
[ 86%] Linking CXX executable sparse_kk_spmv
[ 86%] Built target KokkosKernels_common_openmp
[ 86%] Built target sparse_kk_spmv
[ 86%] Linking CXX executable sparse_spmv_bsr
[ 86%] Built target sparse_spmv_bsr
[ 87%] Linking CXX executable KokkosBlas3_perf_test
[ 87%] Built target KokkosBlas3_perf_test
[ 87%] Linking CXX executable KokkosKernels_graph_openmp
[ 87%] Built target KokkosKernels_graph_openmp
[ 87%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 87%] Built target KokkosKernels_batched_dla_openmp
[ 87%] Linking CXX executable KokkosKernels_sparse_openmp
[ 87%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.98/TestAll_2022-09-14_18.19.42/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.98/TestAll_2022-09-14_18.19.42/gcc/7.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_serial.dir/serial/Test_Serial_Common.cpp.o
[ 86%] Linking CXX executable KokkosBlas_dot_mv_perf_test
[ 86%] Built target KokkosBlas_dot_mv_perf_test
Scanning dependencies of target KokkosKernels_blas_openmp
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_batched_sla_openmp
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_blas_serial
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/Test_Main.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/openmp/Test_OpenMP_Batched_Sparse.cpp.o
Scanning dependencies of target KokkosKernels_common_openmp
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/Test_Main.cpp.o
[ 88%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/openmp/Test_OpenMP_Common.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/serial/Test_Serial_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp: In instantiation of void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = Kokkos::complex]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:30:23:   required from int test_rotg() [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::Serial]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:72:53:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:15:19: error: invalid initialization of reference of type Kokkos::Details::ArithTraits >::mag_type& {aka double&} from expression of type Kokkos::complex
   KokkosBlas::rotg(a, b, c, s);
   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:1:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/serial/Test_Serial_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/KokkosBlas1_rotg.hpp:62:6: note: in passing argument 3 of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
 void rotg(Scalar& a, Scalar& b,
      ^~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp: In instantiation of void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = Kokkos::complex]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:30:23:   required from int test_rotg() [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::OpenMP]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:72:53:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:15:19: error: invalid initialization of reference of type Kokkos::Details::ArithTraits >::mag_type& {aka double&} from expression of type Kokkos::complex
   KokkosBlas::rotg(a, b, c, s);
   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:1:0,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/unit_test/openmp/Test_OpenMP_Blas.cpp:5:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/src/blas/KokkosBlas1_rotg.hpp:62:6: note: in passing argument 3 of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; typename Kokkos::Details::ArithTraits::mag_type = double]
 void rotg(Scalar& a, Scalar& b,
      ^~~~
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/openmp/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 88%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 88%] Linking CXX executable sparse_kk_spmv
[ 88%] Built target KokkosBlas2_gemv_perf_test
[ 88%] Built target sparse_kk_spmv
[ 88%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 88%] Built target KokkosKernels_batched_sla_openmp
[ 88%] Linking CXX executable KokkosKernels_common_serial
[ 88%] Built target KokkosKernels_common_serial
[ 88%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 88%] Built target KokkosBlas3_gemm_perf_test
[ 89%] Linking CXX executable KokkosKernels_common_openmp
[ 89%] Built target KokkosKernels_common_openmp
[ 89%] Linking CXX executable KokkosBlas3_perf_test
[ 89%] Built target KokkosBlas3_perf_test
[ 89%] Linking CXX executable KokkosKernels_graph_openmp
[ 89%] Built target KokkosKernels_graph_openmp
[ 89%] Linking CXX executable KokkosKernels_sparse_openmp
[ 89%] Built target KokkosKernels_sparse_openmp
[ 89%] Linking CXX executable KokkosKernels_sparse_serial
[ 89%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="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=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/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_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.98/TestAll_2022-09-14_18.19.53/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake01: 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 # 49 (click to expand)

       ^
          detected during:
            instantiation of "void Test::test_rotg_impl(Scalar, Scalar) [with Scalar=Kokkos::complex]" at line 30
            instantiation of "int test_rotg() [with Scalar=Kokkos::complex, ExecutionSpace=Kokkos::Threads]" at line 72

Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 88%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 89%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 89%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 90%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_rcm
[ 91%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 91%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 91%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target team_GMRES
[ 91%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_coloring
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/unit_test/threads/Test_Threads_Blas.cpp (code 2)
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/threads/Test_Threads_Blas.cpp.o] Error 2
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 92%] Built target KokkosKernels_wiki_coloring
[ 92%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 92%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 92%] Built target KokkosKernels_batched_sla_threads
[ 92%] Built target KokkosKernels_gmres_test_real_A
[ 92%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 92%] Built target KokkosKernels_gmres_test_prec
[ 93%] Linking CXX executable gmres_ex_real_A
[ 93%] Built target gmres_ex_real_A
[ 94%] Linking CXX executable team_GMRES
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target team_GMRES
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Linking CXX executable KokkosKernels_common_threads
[ 95%] Built target KokkosKernels_common_threads
[ 96%] Linking CXX executable KokkosKernels_graph_threads
[ 96%] Built target KokkosKernels_graph_threads
[ 96%] Linking CXX executable KokkosKernels_sparse_threads
[ 96%] Built target KokkosKernels_sparse_threads
[ 97%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 97%] Built target KokkosKernels_batched_dla_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.49/TestAll_2022-09-14_18.20.02/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.49/TestAll_2022-09-14_18.20.02/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: blake02: 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 # 98 (click to expand)

[ 83%] Linking CXX executable KokkosBlas_perf_test
Scanning dependencies of target KokkosKernels_batched_sla_serial
[ 83%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/Test_Main.cpp.o
[ 83%] Built target KokkosBlas_dot_mv_perf_test
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/serial/Test_Serial_Batched_Sparse.cpp.o
[ 84%] Built target KokkosBlas_perf_test
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o
[ 84%] Linking CXX executable sparse_spgemm_jacobi
[ 84%] Built target sparse_spgemm_jacobi
Scanning dependencies of target KokkosKernels_sparse_serial
[ 84%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_graph_serial
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_common_serial
[ 85%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_serial.dir/Test_Main.cpp.o
[ 86%] Linking CXX executable sparse_gs
[ 86%] Built target sparse_gs
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_common_serial.dir/serial/Test_Serial_Common.cpp.o
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o
[ 86%] Building CXX object unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/serial/Test_Serial_Graph.cpp.o
[ 86%] Linking CXX executable sparse_sptrsv_supernode
[ 86%] Built target sparse_sptrsv_supernode
Scanning dependencies of target KokkosKernels_batched_dla_threads
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/Test_Main.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/serial/Test_Serial_Blas.cpp:5:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/blas/Test_Blas.hpp:22:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:15:3: error: no matching function for call to 'rotg'
  KokkosBlas::rotg(a, b, c, s);
  ^~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:30:9: note: in instantiation of function template specialization 'Test::test_rotg_impl >' requested here
  Test::test_rotg_impl(one, zero);
        ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/unit_test/blas/Test_Blas1_rotg.hpp:72:3: note: in instantiation of function template specialization 'test_rotg, Kokkos::Serial>' requested here
  test_rotg, TestExecSpace>();
  ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/src/blas/KokkosBlas1_rotg.hpp:62:6: note: candidate function [with Scalar = Kokkos::complex] not viable: no known conversion from 'Kokkos::complex' to 'typename Kokkos::ArithTraits >::mag_type &' (aka 'double &') for 3rd argument
void rotg(Scalar& a, Scalar& b,
     ^
Scanning dependencies of target KokkosKernels_batched_sla_threads
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_threads.dir/Test_Main.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/threads/Test_Threads_Batched_Dense.cpp.o
[ 87%] Building CXX object unit_test/CMakeFiles/KokkosKernels_batched_sla_threads.dir/threads/Test_Threads_Batched_Sparse.cpp.o
1 error generated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 87%] Linking CXX executable sparse_kk_spmv
[ 87%] Built target sparse_kk_spmv
[ 87%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 87%] Built target KokkosBlas3_gemm_perf_test
[ 87%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 87%] Built target KokkosBlas2_gemv_perf_test
[ 87%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 87%] Built target KokkosKernels_batched_sla_serial
[ 88%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 88%] Built target KokkosKernels_batched_sla_threads
[ 89%] Linking CXX executable KokkosKernels_common_serial
[ 89%] Built target KokkosKernels_common_serial
[ 89%] Linking CXX executable KokkosBlas3_perf_test
[ 89%] Built target KokkosBlas3_perf_test
[ 90%] Linking CXX executable KokkosKernels_graph_threads
[ 90%] Built target KokkosKernels_graph_threads
[ 90%] Linking CXX executable KokkosKernels_graph_serial
[ 90%] Built target KokkosKernels_graph_serial
[ 90%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 90%] Built target KokkosKernels_batched_dla_threads
[ 90%] Linking CXX executable KokkosKernels_sparse_serial
[ 90%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build 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/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/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.98/TestAll_2022-09-14_18.20.14/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: blake22: 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_GCC930_Light_Tpls_GCC930

  • Build Num: 40
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 51
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotg2
  • SHA: 664712d
  • Mode: TEST_REPO

Pull Request Author: lucbv

Copy link
Contributor

@kliegeois kliegeois left a comment

Choose a reason for hiding this comment

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

It globally looks good to me, I just have 2 comments about the API/comments.


namespace KokkosBlas {

/// \brief Compute the coefficient to apply a Givens rotation.
Copy link
Contributor

Choose a reason for hiding this comment

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

/// \brief Compute the coefficients to apply a Givens rotation.


namespace KokkosBlas {

/// \brief Compute the coefficient to apply a Givens rotation.
Copy link
Contributor

Choose a reason for hiding this comment

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

/// \brief Compute the coefficients to apply a Givens rotation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I will modify that in my rebase

/// rotation \param s [out] sine value associated with the rotation
template <class Scalar>
void rotg(Scalar& a, Scalar& b,
typename Kokkos::ArithTraits<Scalar>::mag_type& c, Scalar& s) {
Copy link
Contributor

Choose a reason for hiding this comment

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

typename Kokkos::ArithTraits<Scalar>::mag_type& is it the good type for c?
I think that what you did is OK for usual data type such as double or complex but it is not true in all cases.
For example, if we have a SIMD data type where the mag_type is a reduced scalar type, it is not correct here.
Whether or not we support this here is another question but I feel like it would be cleaner here to use Scalar as the type for c if we don't use complex and use mag_type if we use complex.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think the discussion about SIMD type requires a broader conversation than this PR.
The real question is: do we support SIMD type in our BLAS implementation?
If yes then we should check everywhere to make sure nothing breaks on these types, if no then we should not worry about it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sure, let's discuss that later, it is not urgent by any mean.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = 664712d Does not match the current commit SHA = 0b5e4fb. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

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

  • Build Num: 40
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 49
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 102
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 100
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 100
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 51
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 100
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 664712d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 764a8ff
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 40 (click to expand)

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
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
PASSED gcc-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
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-Serial-release
kokkos devices: Serial
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
PASSED gcc-9.3.0-Serial-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
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_Serial-release
kokkos devices: OpenMP,Serial
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
PASSED gcc-9.3.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=477 run_time=121
gcc-9.3.0-OpenMP_Serial-release build_time=606 run_time=272
gcc-9.3.0-Serial-release build_time=434 run_time=125
Running on machine: weaver
KokkosKernels Repository Status: 664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 7f1ee993ef82a4e835114adfbf6be5966a143a94 Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
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: Power9,Volta70
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-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
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-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
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-9.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=454 run_time=121
gcc-9.3.0-Serial-release build_time=419 run_time=122
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 49 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/rotg2^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (refs/remotes/origin/rotg2)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 0ed65ae375177995502ec5b2326665cac16e49aa # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7f1ee993ef82a4e835114adfbf6be5966a143a94 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 7f1ee993ef82a4e835114adfbf6be5966a143a94 # timeout=10
Commit message: "Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 834292950820d59161279ea57483ccb659fe4ac7 # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins9435386301992083034.sh
***Forced exclusive execution
Job <44590> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 7f1ee993ef82a4e835114adfbf6be5966a143a94 Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
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
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=3504 run_time=638
Running on machine: weaver
KokkosKernels Repository Status: 664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 7f1ee993ef82a4e835114adfbf6be5966a143a94 Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
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: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 664712d979e7e171c60a86b32fd8b33edf635e17^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a1f7c17381460b73e0691b95115794a0e709d037 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 4cd0fc44a693128d77e80cd8167485bf063a4f34^{commit} # timeout=10
Checking out Revision 4cd0fc44a693128d77e80cd8167485bf063a4f34 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
Commit message: "Merge pull request #5357 from masterleinad/bump_kokkos_version_develop"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
[KokkosKernels_PullRequest_GCC720] $ /bin/bash -el /tmp/jenkins248779714131358612.sh
Running on machine: blake
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 4cd0fc44a693128d77e80cd8167485bf063a4f34 Merge pull request #5357 from masterleinad/bump_kokkos_version_develop

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.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:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Threads_Serial-release
Starting job gcc-7.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:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=304 run_time=101
gcc-7.2.0-Threads_Serial-release build_time=405 run_time=232
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 664712d979e7e171c60a86b32fd8b33edf635e17^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a1f7c17381460b73e0691b95115794a0e709d037 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 4cd0fc44a693128d77e80cd8167485bf063a4f34^{commit} # timeout=10
Checking out Revision 4cd0fc44a693128d77e80cd8167485bf063a4f34 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
Commit message: "Merge pull request #5357 from masterleinad/bump_kokkos_version_develop"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
[KokkosKernels_PullRequest_GCC720_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins7181212520272529230.sh
Running on machine: blake
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 4cd0fc44a693128d77e80cd8167485bf063a4f34 Merge pull request #5357 from masterleinad/bump_kokkos_version_develop

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.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-7.2.0-Threads_Serial-release
Starting job gcc-7.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-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=280 run_time=97
gcc-7.2.0-Threads_Serial-release build_time=385 run_time=219
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 664712d979e7e171c60a86b32fd8b33edf635e17^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a1f7c17381460b73e0691b95115794a0e709d037 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 4cd0fc44a693128d77e80cd8167485bf063a4f34^{commit} # timeout=10
Checking out Revision 4cd0fc44a693128d77e80cd8167485bf063a4f34 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
Commit message: "Merge pull request #5357 from masterleinad/bump_kokkos_version_develop"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 4cd0fc44a693128d77e80cd8167485bf063a4f34 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins8085815864829040248.sh
Running on machine: blake
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 4cd0fc44a693128d77e80cd8167485bf063a4f34 Merge pull request #5357 from masterleinad/bump_kokkos_version_develop

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.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-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release build_time=405 run_time=225
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 664712d979e7e171c60a86b32fd8b33edf635e17^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a1f7c17381460b73e0691b95115794a0e709d037 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7f1ee993ef82a4e835114adfbf6be5966a143a94 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 7f1ee993ef82a4e835114adfbf6be5966a143a94 # timeout=10
Commit message: "Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 834292950820d59161279ea57483ccb659fe4ac7 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins6769190946203165848.sh
Running on machine: blake
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 7f1ee993ef82a4e835114adfbf6be5966a143a94 Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton

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=1054 run_time=96
intel-19.5.281-Threads-release build_time=781 run_time=123
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 664712d979e7e171c60a86b32fd8b33edf635e17^{commit} # timeout=10
Checking out Revision 664712d979e7e171c60a86b32fd8b33edf635e17 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 664712d979e7e171c60a86b32fd8b33edf635e17 # timeout=10
Commit message: "ROTG: apply clang-format"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a1f7c17381460b73e0691b95115794a0e709d037 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7f1ee993ef82a4e835114adfbf6be5966a143a94 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 7f1ee993ef82a4e835114adfbf6be5966a143a94 # timeout=10
Commit message: "Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 834292950820d59161279ea57483ccb659fe4ac7 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins38488387840884325.sh
Running on machine: blake
KokkosKernels Repository Status:  664712d979e7e171c60a86b32fd8b33edf635e17 ROTG: apply clang-format

Kokkos Repository Status: 7f1ee993ef82a4e835114adfbf6be5966a143a94 Merge pull request #5442 from masterleinad/cuda_set_device_only_for_singleton

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=493 run_time=195
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

This provides a basic implementation for Givens rotations but does
not include TPLs backend or the ability to run on GPUs. These might
be added later if required.
Adding support for host BLAS, cuBLAS and rocBLAS
Kokkos::sqrt(Kokkos::complex<>) returns a Kokkos::complex<> so in
this case we need to take the module of that since we want a
magnitude_type.
@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_GCC930_Light_Tpls_GCC930

  • Build Num: 42
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 51
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 104
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 53
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotg2
  • SHA: 0b5e4fb
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 42
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 51
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 104
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 102
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 102
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 53
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 102
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotg2
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b5e4fb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA c916223
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1529
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@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

@lucbv lucbv merged commit fb988ad into kokkos:develop Sep 16, 2022
@lucbv lucbv deleted the rotg2 branch September 16, 2022 02:24
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.

3 participants