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

Fix rotg eti #1534

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Fix rotg eti #1534

merged 1 commit into from
Sep 19, 2022

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Sep 19, 2022

ROTG only requires a Scalar template parameter, however it is not sufficient to distinguish which TPLs should be used when both Host BLAS and CUBLAS or ROCBLAS are enabled.
The new logic which templates on execution space fixes that problem, it was tested on Summit with both netlib and cublas enabled.

@lucbv lucbv self-assigned this Sep 19, 2022
@lucbv lucbv added the bug label Sep 19, 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: 48
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 57
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 10
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 9
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 108
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 59
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 108
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: fix_rotg_eti
  • SHA: bf005d4
  • Mode: TEST_REPO

Pull Request Author: lucbv

@@ -58,7 +58,7 @@ namespace KokkosBlas {
/// rotated value \param b [in/out] on input one of the values to rotate, on
/// output the rotated value \param c [out] cosine value associated with the
/// rotation \param s [out] sine value associated with the rotation
template <class Scalar>
template <class Scalar, class ExecutionSpace = Kokkos::DefaultExecutionSpace>
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks good to me!

@ndellingwood
Copy link
Contributor

@lucbv I'm was testing this (through Trilinos build, Cuda enabled) and hit this compilation error:

/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp(65): error: too few arguments for class template "KokkosBlas::Impl::Rotg"
          detected during:
            instantiation of "void Test::test_rotg_impl(Scalar, Scalar) [with Scalar=double]"
/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp(31): here
            instantiation of "int test_rotg<Scalar,ExecutionSpace>() [with Scalar=double, ExecutionSpace=Kokkos::Serial]"
/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp(53): here

[ 49%] Building CXX object kokkos-kernels/graph/unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/__/__/test_common/Test_Main.cpp.o
/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp(65): error: too few arguments for class template "KokkosBlas::Impl::Rotg"
          detected during:
            instantiation of "void Test::test_rotg_impl(Scalar, Scalar) [with Scalar=double]"
/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp(31): here
            instantiation of "int test_rotg<Scalar,ExecutionSpace>() [with Scalar=double, ExecutionSpace=Kokkos::Cuda]"
/ascldap/users/ndellin/trilinos/Trilinos/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp(53): here

@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 = bf005d4 Does not match the current commit SHA = f86f857. 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: 48
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 57
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 10
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 9
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 108
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 59
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 108
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bf005d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 48 (click to expand)

make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 79%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 79%] Built target KokkosKernels_batched_sla_serial
[ 79%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 79%] Built target KokkosKernels_batched_sla_openmp
[ 79%] Linking CXX executable KokkosKernels_common_serial
[ 79%] Built target KokkosKernels_common_serial
[ 80%] Linking CXX executable KokkosKernels_common_openmp
[ 80%] Built target KokkosKernels_common_openmp
[ 80%] Linking CXX executable KokkosKernels_graph_serial
[ 80%] Built target KokkosKernels_graph_serial
[ 80%] Linking CXX executable KokkosKernels_graph_openmp
[ 80%] Built target KokkosKernels_graph_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 80%] Built target KokkosKernels_batched_dla_serial
[ 80%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 80%] Built target KokkosKernels_batched_dla_openmp
[ 80%] Linking CXX executable KokkosKernels_sparse_openmp
[ 80%] Built target KokkosKernels_sparse_openmp
[ 80%] Linking CXX executable KokkosKernels_sparse_serial
[ 80%] 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.48/TestAll_2022-09-19_13.17.27/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.48/TestAll_2022-09-19_13.17.27/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.48/TestAll_2022-09-19_13.17.27/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 # 57 (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/fix_rotg_eti^{commit} # timeout=10
Checking out Revision bf005d4f42b8804c73ac5f3d2af32940b6818a8e (refs/remotes/origin/fix_rotg_eti)
 > /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 bf005d4f42b8804c73ac5f3d2af32940b6818a8e # timeout=10
Commit message: "ROTG: apply clang-format"
First time build. Skipping changelog.
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 9dff8ccffb54c034fbfd39a834c49e28f6e3edaa (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 9dff8ccffb54c034fbfd39a834c49e28f6e3edaa # timeout=10
Commit message: "Merge pull request #5466 from Rombur/test_work_graph"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 9dff8ccffb54c034fbfd39a834c49e28f6e3edaa # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins3188591287503154272.sh
***Forced exclusive execution
Job <44753> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  bf005d4f42b8804c73ac5f3d2af32940b6818a8e ROTG: apply clang-format

Kokkos Repository Status: 9dff8ccffb54c034fbfd39a834c49e28f6e3edaa Merge pull request #5466 from Rombur/test_work_graph

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
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Scanning dependencies of target sparse_spadd
[ 69%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o
[ 69%] Linking CXX executable graph_mis_d2
[ 69%] Built target graph_mis_d2
Scanning dependencies of target sparse_spmv_struct
[ 70%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
[ 71%] Linking CXX executable sparse_block_pcg
[ 71%] Built target sparse_block_pcg
[ 71%] Linking CXX executable graph_color_d2
[ 72%] Linking CXX executable graph_color
[ 72%] Built target graph_color
[ 72%] Built target graph_color_d2
Scanning dependencies of target sparse_spmv_struct_tuning
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
cc1plus: all warnings being treated as errors
Scanning dependencies of target sparse_kk_spmv
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target sparse_spmv
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o
[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o
[ 74%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 74%] Built target KokkosKernels_batched_sla_openmp
[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o
[ 75%] Linking CXX executable sparse_spadd
[ 75%] Built target sparse_spadd
[ 76%] Linking CXX executable sparse_spmv
[ 76%] Built target sparse_spmv
[ 76%] Linking CXX executable sparse_spmv_struct
[ 76%] Linking CXX executable sparse_spmv_bsr
[ 76%] Built target sparse_spmv_struct
[ 76%] Built target sparse_spmv_bsr
[ 77%] Linking CXX executable sparse_spmv_struct_tuning
[ 77%] Built target sparse_spmv_struct_tuning
[ 78%] Linking CXX executable KokkosKernels_common_openmp
[ 78%] Built target KokkosKernels_common_openmp
[ 78%] Linking CXX executable sparse_kk_spmv
[ 78%] Built target sparse_kk_spmv
[ 78%] Linking CXX executable KokkosKernels_graph_openmp
[ 78%] Built target KokkosKernels_graph_openmp
[ 78%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 78%] Built target KokkosKernels_batched_dla_openmp
[ 78%] Linking CXX executable KokkosKernels_sparse_openmp
[ 78%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=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_GCC1020/KokkosKernels_PullRequest_GCC1020.10/TestAll_2022-09-19_13.19.13/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=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_GCC1020/KokkosKernels_PullRequest_GCC1020.10/TestAll_2022-09-19_13.19.13/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

      |                       ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: unused variable rotg [-Werror=unused-variable]
[ 69%] Linking CXX executable graph_mis_d2
[ 69%] Built target graph_mis_d2
Scanning dependencies of target sparse_spmv_struct
[ 70%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
[ 71%] Linking CXX executable sparse_block_pcg
[ 71%] Linking CXX executable graph_color_d2
[ 72%] Linking CXX executable graph_color
[ 72%] Built target sparse_block_pcg
[ 72%] Built target graph_color_d2
[ 72%] Built target graph_color
Scanning dependencies of target sparse_spmv_struct_tuning
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
Scanning dependencies of target sparse_kk_spmv
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
Scanning dependencies of target sparse_spmv
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o
[ 75%] Linking CXX executable sparse_spadd
[ 75%] Built target sparse_spadd
[ 75%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o
[ 75%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 75%] Built target KokkosKernels_batched_sla_openmp
[ 76%] Linking CXX executable sparse_spmv
[ 76%] Built target sparse_spmv
[ 77%] Linking CXX executable sparse_spmv_struct_tuning
[ 77%] Built target sparse_spmv_struct_tuning
[ 78%] Linking CXX executable KokkosKernels_common_openmp
[ 78%] Built target KokkosKernels_common_openmp
[ 78%] Linking CXX executable sparse_spmv_struct
[ 78%] Built target sparse_spmv_struct
[ 78%] Linking CXX executable sparse_spmv_bsr
[ 78%] Built target sparse_spmv_bsr
[ 78%] Linking CXX executable sparse_kk_spmv
[ 78%] Built target sparse_kk_spmv
[ 78%] Linking CXX executable KokkosKernels_graph_openmp
[ 78%] Built target KokkosKernels_graph_openmp
[ 78%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 78%] Built target KokkosKernels_batched_dla_openmp
[ 78%] Linking CXX executable KokkosKernels_sparse_openmp
[ 78%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.9/TestAll_2022-09-19_13.19.21/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.9/TestAll_2022-09-19_13.19.21/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

                                  ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:37: error: right operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                                     ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: cannot convert Kokkos::complex to int in initialization
   Impl::Rotg::rotg(a, b, c, s);
                       ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: unused variable rotg [-Werror=unused-variable]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp: In instantiation of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = double; ExecutionSpace = Kokkos::OpenMP; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:16:19:   required from void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = double]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:31:23:   required from int test_rotg() [with Scalar = double; ExecutionSpace = Kokkos::Serial]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:53:36:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:31: error: left operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                               ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:34: error: right operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                                  ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:37: error: right operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                                     ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: unused variable rotg [-Werror=unused-variable]
   Impl::Rotg::rotg(a, b, c, s);
                       ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp: In instantiation of void KokkosBlas::rotg(Scalar&, Scalar&, typename Kokkos::Details::ArithTraits::mag_type&, Scalar&) [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::OpenMP; typename Kokkos::Details::ArithTraits::mag_type = double]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:16:19:   required from void Test::test_rotg_impl(Scalar, Scalar) [with Scalar = Kokkos::complex]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:31:23:   required from int test_rotg() [with Scalar = Kokkos::complex; ExecutionSpace = Kokkos::Serial]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:73:53:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:31: error: left operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                               ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:34: error: right operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                                  ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:37: error: right operand of comma operator has no effect [-Werror=unused-value]
   Impl::Rotg::rotg(a, b, c, s);
                                     ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: cannot convert Kokkos::complex to int in initialization
   Impl::Rotg::rotg(a, b, c, s);
                       ^~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:23: error: unused variable rotg [-Werror=unused-variable]
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 77%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 78%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 78%] Built target KokkosKernels_batched_sla_openmp
[ 78%] Built target KokkosKernels_batched_sla_serial
[ 78%] Linking CXX executable KokkosKernels_common_serial
[ 78%] Built target KokkosKernels_common_serial
[ 79%] Linking CXX executable KokkosKernels_common_openmp
[ 79%] Built target KokkosKernels_common_openmp
[ 80%] Linking CXX executable KokkosKernels_graph_serial
[ 80%] Built target KokkosKernels_graph_serial
[ 80%] Linking CXX executable KokkosKernels_graph_openmp
[ 80%] Built target KokkosKernels_graph_openmp
[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 80%] Built target KokkosKernels_batched_dla_serial
[ 80%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 80%] Built target KokkosKernels_batched_dla_openmp
[ 80%] Linking CXX executable KokkosKernels_sparse_openmp
[ 80%] Built target KokkosKernels_sparse_openmp
[ 80%] Linking CXX executable KokkosKernels_sparse_serial
[ 80%] 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.108/TestAll_2022-09-19_13.19.35/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: 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_Tpls_INTEL19 # 59 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp(65): error: too few arguments for class template "KokkosBlas::Impl::Rotg"
    Impl::Rotg::rotg(a, b, c, s);
                     ^
          detected during:
            instantiation of "void Test::test_rotg_impl(Scalar, Scalar) [with Scalar=double]" at line 31 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp"
            instantiation of "int test_rotg() [with Scalar=double, ExecutionSpace=Kokkos::Threads]" at line 53 of "/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp"

[ 90%] Built target KokkosKernels_wiki_mis2
[ 90%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 91%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 91%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 91%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_rcm
[ 92%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 92%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/unit_test/backends/Test_Threads_Blas.cpp (code 2)
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/backends/Test_Threads_Blas.cpp.o] Error 2
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 92%] Built target KokkosKernels_wiki_coarsening
[ 92%] Linking CXX executable KokkosKernels_wiki_coloring
[ 92%] Built target KokkosKernels_wiki_coloring
[ 92%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 92%] Built target KokkosKernels_batched_sla_threads
[ 92%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 92%] Built target KokkosKernels_gmres_test_real_A
[ 92%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 93%] Linking CXX executable gmres_ex_real_A
[ 93%] Built target KokkosKernels_gmres_test_prec
[ 93%] Built target gmres_ex_real_A
[ 94%] Linking CXX executable gmres_test_cmplx_A
[ 94%] Built target gmres_test_cmplx_A
[ 94%] Linking CXX executable KokkosKernels_common_threads
[ 94%] Built target KokkosKernels_common_threads
[ 95%] Linking CXX executable KokkosKernels_graph_threads
[ 95%] Built target KokkosKernels_graph_threads
[ 95%] Linking CXX executable KokkosKernels_sparse_threads
[ 95%] Built target KokkosKernels_sparse_threads
[ 96%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 96%] 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.59/TestAll_2022-09-19_13.19.42/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.59/TestAll_2022-09-19_13.19.42/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 # 108 (click to expand)

Scanning dependencies of target KokkosKernels_batched_dla_serial
[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/__/__/__/test_common/Test_Main.cpp.o
[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/__/__/__/test_common/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_blas_serial
Scanning dependencies of target KokkosKernels_blas_threads
[ 74%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/__/__/test_common/Test_Main.cpp.o
[ 75%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/__/__/test_common/Test_Main.cpp.o
Scanning dependencies of target KokkosKernels_sparse_serial
Scanning dependencies of target KokkosKernels_sparse_threads
[ 75%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/__/__/test_common/Test_Main.cpp.o
[ 76%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/__/__/test_common/Test_Main.cpp.o
[ 76%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_serial.dir/backends/Test_Serial_Common.cpp.o
[ 76%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_threads.dir/backends/Test_Threads_Common.cpp.o
[ 76%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_threads.dir/backends/Test_Threads_Batched_Sparse.cpp.o
[ 77%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_serial.dir/backends/Test_Serial_Batched_Sparse.cpp.o
[ 77%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_serial.dir/backends/Test_Serial_Graph.cpp.o
[ 78%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_threads.dir/backends/Test_Threads_Graph.cpp.o
[ 78%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_serial.dir/backends/Test_Serial_Batched_Dense.cpp.o
[ 78%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_threads.dir/backends/Test_Threads_Batched_Dense.cpp.o
[ 78%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o
[ 78%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/backends/Test_Threads_Blas.cpp.o
[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o
[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/backends/Test_Serial_Blas.cpp:5:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/Test_Blas.hpp:22:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:1:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:9: error: too few template arguments for class template 'Rotg'
  Impl::Rotg::rotg(a, b, c, s);
        ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/impl/KokkosBlas1_rotg_spec.hpp:92:8: note: template is declared here
struct Rotg {
       ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/backends/Test_Threads_Blas.cpp:5:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/Test_Blas.hpp:22:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/unit_test/Test_Blas1_rotg.hpp:1:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/src/KokkosBlas1_rotg.hpp:65:9: error: too few template arguments for class template 'Rotg'
  Impl::Rotg::rotg(a, b, c, s);
        ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/blas/impl/KokkosBlas1_rotg_spec.hpp:92:8: note: template is declared here
struct Rotg {
       ^
1 error generated.
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/backends/Test_Threads_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 79%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 79%] Built target KokkosKernels_batched_sla_threads
[ 79%] Linking CXX executable KokkosKernels_batched_sla_serial
[ 79%] Built target KokkosKernels_batched_sla_serial
[ 79%] Linking CXX executable KokkosKernels_common_threads
[ 79%] Built target KokkosKernels_common_threads
[ 80%] Linking CXX executable KokkosKernels_common_serial
[ 80%] Built target KokkosKernels_common_serial
[ 80%] Linking CXX executable KokkosKernels_graph_threads
[ 80%] Built target KokkosKernels_graph_threads
[ 80%] Linking CXX executable KokkosKernels_graph_serial
[ 80%] Built target KokkosKernels_graph_serial
[ 80%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 80%] Built target KokkosKernels_batched_dla_threads
[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 80%] Built target KokkosKernels_batched_dla_serial
[ 80%] Linking CXX executable KokkosKernels_sparse_threads
[ 80%] Built target KokkosKernels_sparse_threads
[ 80%] Linking CXX executable KokkosKernels_sparse_serial
[ 80%] 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.108/TestAll_2022-09-19_13.19.53/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: blake20: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

I have reproduced and fixed, all tests compile and run fine.

ROTG: applying clang-format
@lucbv
Copy link
Contributor Author

lucbv commented Sep 19, 2022

@ndellingwood indeed there is an obvious mistake in my patch, I did not compile with tests and examples enabled on Summit (oversight on my part...). I have recompiled with proper configuration, reproduced and fixed the issue you mention above.
Let me know if you observe other problems?

@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: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 58
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 11
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 10
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 109
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 60
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 109
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: fix_rotg_eti
  • SHA: d35e692
  • Mode: TEST_REPO

Pull Request Author: lucbv

Copy link
Contributor

@iyamazaki iyamazaki left a comment

Choose a reason for hiding this comment

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

Thank you for the quick fixes, @lucbv !! Now, my test builds and runs (with CuSparse off). Once this gets merged into develop, I'll pull (and maybe rebase) into our PR.

@ndellingwood
Copy link
Contributor

@lucbv pulling in your recent updates resolved the build error I was seeing, thanks!

@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: 49
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 58
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 11
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 10
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 109
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 60
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 109
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_rotg_eti
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d35e692
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8e97ff
PR_LABELS bug
PULLREQUESTNUM 1534
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 [ iyamazaki ]!

@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 1b858cb into kokkos:develop Sep 19, 2022
@lucbv lucbv deleted the fix_rotg_eti branch September 19, 2022 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants