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

Add (right) preconditioning to GMRES. #1078

Merged
merged 8 commits into from
Aug 18, 2021
Merged

Conversation

jennloe
Copy link
Contributor

@jennloe jennloe commented Aug 7, 2021

This PR adds right preconditioning to the GMRES solver example. It creates a KokkosKernels::Preconditioner class from which all preconditioners should inherit. I include a simple test with a diagonal matrix and its inverse to verify that the preconditioning works.

This PR also adds some safeguards to GMRES for the cases of lucky breakdown and other unusual convergence cases.

Points for feedback:

  1. Should the "Preconditioner" class be in the KokkosKernels namespace? Should I add the Experimental namespace? Should the other functions be put in a namespace?
  2. Should I integrate the Create_Diag_Matrix.cpp helper function into src/common/KokkosKernels_IOUtils.hpp?

Notes:

  • I will add an ILU preconditioner, but I wanted to push the basic preconditioning first.
  • The setParameters function in the Preconditioner class isn't used yet, but it will be needed when I add ILU preconditioning.
  • Eventually I plan to also add left preconditioning.
  • I still need to add documentation for the preconditioning classes.

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

  • Build Num: 404
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 397
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 44
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 388
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 369
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 374
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 180
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: 6422e3e
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 404
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 397
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 44
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 388
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 369
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 374
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 180
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 364
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 362
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 404 (click to expand)

[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target KokkosKernels_common_serial
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_blas_serial
[ 97%] Built target KokkosKernels_blas_serial
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 98%] Linking CXX executable KokkosKernels_blas_openmp
[ 98%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.404/TestAll_2021-08-07_10.51.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-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.404/TestAll_2021-08-07_10.51.33/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.404/TestAll_2021-08-07_10.51.33/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 92%] Linking CXX executable KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_gauss_seidel
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Linking CXX executable KokkosKernels_wiki_rcm
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 96%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable gmres_test_cmplx_A
[ 97%] Linking CXX executable gmres_ex_real_A
[ 97%] Built target gmres_test_cmplx_A
[ 97%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_common_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.397/TestAll_2021-08-07_10.51.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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.397/TestAll_2021-08-07_10.51.42/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] 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
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Linking CXX executable sparse_spmv_struct
[ 93%] Built target sparse_spmv_struct
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosBlas3_perf_test
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.44/TestAll_2021-08-07_10.51.50/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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.44/TestAll_2021-08-07_10.51.50/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_openmp
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 91%] Linking CXX executable KokkosKernels_wiki_spadd
[ 91%] Built target KokkosKernels_wiki_crsmatrix
[ 92%] Built target KokkosKernels_wiki_spadd
[ 92%] Linking CXX executable KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 93%] Built target KokkosKernels_wiki_spgemm
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 94%] Built target KokkosKernels_wiki_coarsening
[ 94%] Linking CXX executable KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Built target KokkosKernels_wiki_mis2
[ 95%] 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
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 95%] Linking CXX executable KokkosKernels_blas_openmp
[ 95%] Built target KokkosKernels_blas_openmp
[ 96%] Linking CXX executable KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 96%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 96%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 97%] Linking CXX executable KokkosKernels_graph_serial
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 97%] Linking CXX executable KokkosKernels_blas_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_graph_openmp
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Built target KokkosKernels_blas_serial
[ 98%] Built target KokkosKernels_graph_openmp
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=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.388/TestAll_2021-08-07_10.52.00/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

#######################################################
salloc: Relinquishing job allocation 1012713
salloc: Job allocation 1012713 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

[ 92%] Linking CXX executable sparse_spgemm
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosBlas2_gemv_perf_test
[ 93%] Built target sparse_spmv
[ 93%] Built target sparse_sptrsv
[ 94%] Linking CXX executable sparse_spiluk
[ 94%] Built target sparse_spgemm
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Built target sparse_spiluk
[ 95%] Linking CXX executable sparse_spmv_struct
[ 95%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Built target sparse_spmv_struct
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Linking CXX executable sparse_pcg
[ 95%] Linking CXX executable sparse_spadd
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Built target sparse_pcg
[ 95%] Built target sparse_spadd
[ 95%] Linking CXX executable sparse_spmv_struct_tuning
[ 95%] Built target sparse_spmv_struct_tuning
[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Built target graph_mis_d2
[ 95%] Built target sparse_block_pcg
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable gmres_ex_real_A
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target gmres_ex_real_A
[ 97%] Linking CXX executable graph_color
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target sparse_sptrsv_supernode
[ 97%] Built target graph_color
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable gmres_test_cmplx_A
[ 97%] Linking CXX executable graph_color_d2
[ 97%] Built target gmres_test_cmplx_A
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Built target graph_color_d2
[ 97%] Linking CXX executable sparse_gs
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Built target sparse_gs
[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target KokkosKernels_common_serial
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_kk_spmv
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.369/TestAll_2021-08-07_10.53.52/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Linking CXX executable KokkosKernels_wiki_spadd
[ 92%] Linking CXX executable KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_gmres_test_real_A
Scanning dependencies of target gmres_ex_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp(94): error: identifier "precside" is undefined
    solverOpts.precSide = precside;
                          ^

[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp (code 2)
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 2
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 96%] Built target KokkosKernels_gmres_test_real_A
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target gmres_ex_real_A
[ 96%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Built target gmres_test_cmplx_A
[ 97%] Linking CXX executable sparse_spmv_struct_tuning
[ 98%] Linking CXX executable KokkosKernels_common_threads
[ 98%] Built target sparse_spmv_struct_tuning
[ 98%] Built target KokkosKernels_common_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_sparse_threads
[ 99%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.374/TestAll_2021-08-07_10.52.21/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-18.1.163-Pthread-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.374/TestAll_2021-08-07_10.52.21/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 93%] Linking CXX executable sparse_pcg
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Linking CXX executable sparse_spiluk
[ 94%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 94%] Built target sparse_pcg
[ 94%] Built target sparse_spiluk
[ 94%] Built target KokkosBatched_Test_BlockTridiag
[ 94%] Linking CXX executable sparse_sptrsv
[ 95%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Built target sparse_sptrsv
[ 95%] Linking CXX executable sparse_spmv
[ 95%] Built target KokkosBlas2_gemv_perf_test
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable sparse_spmv_struct_tuning
[ 95%] Built target sparse_spmv
[ 95%] Linking CXX executable sparse_spgemm
[ 95%] Built target sparse_spmv_struct_tuning
[ 95%] Built target sparse_spgemm
[ 95%] Linking CXX executable sparse_spadd
[ 95%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Built target sparse_spadd
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Linking CXX executable graph_color
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 96%] Built target gmres_test_cmplx_A
[ 96%] Built target graph_color
[ 96%] Linking CXX executable sparse_block_pcg
[ 96%] Linking CXX executable graph_mis_d2
[ 96%] Built target sparse_block_pcg
[ 96%] Built target graph_mis_d2
[ 96%] Linking CXX executable sparse_gs
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target gmres_ex_real_A
[ 96%] Built target sparse_gs
[ 96%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 96%] Built target KokkosBlas3_gemm_perf_test
[ 96%] Linking CXX executable graph_color_d2
[ 96%] Built target graph_color_d2
[ 96%] Linking CXX executable KokkosKernels_common_serial
[ 96%] Built target KokkosKernels_common_serial
[ 96%] Linking CXX executable KokkosKernels_graph_serial
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosKernels_graph_serial
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable sparse_spmv_struct
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_spmv_struct
[ 98%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --with-spaces=hostspace,cudaspace,cudauvmspace --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.180/TestAll_2021-08-07_10.52.46/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Built target sparse_spmv_struct_tuning
[ 92%] Linking CXX executable sparse_spadd
[ 93%] Linking CXX executable sparse_spiluk
[ 93%] Built target sparse_spadd
[ 93%] Linking CXX executable sparse_spmv
[ 93%] Linking CXX executable sparse_sptrsv
[ 93%] Linking CXX executable sparse_spgemm
[ 94%] Linking CXX executable sparse_spmv_struct
[ 94%] Built target sparse_spiluk
[ 94%] Built target sparse_spmv
[ 94%] Built target sparse_sptrsv
[ 95%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 95%] Built target sparse_spgemm
[ 95%] Built target sparse_spmv_struct
[ 95%] Built target KokkosBlas2_gemv_perf_test
[ 95%] Linking CXX executable sparse_pcg
[ 95%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Built target sparse_pcg
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Built target sparse_block_pcg
[ 95%] Linking CXX executable graph_color_d2
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Built target graph_color_d2
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target gmres_ex_real_A
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Built target KokkosKernels_wiki_coloring
[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Built target graph_mis_d2
[ 95%] Linking CXX executable sparse_gs
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target sparse_gs
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target sparse_sptrsv_supernode
[ 97%] Linking CXX executable graph_color
[ 97%] Built target graph_color
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_common_cuda
[ 98%] Built target KokkosKernels_common_cuda
[ 98%] Linking CXX executable KokkosKernels_graph_openmp
[ 98%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable sparse_kk_spmv
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.364/TestAll_2021-08-07_10.55.06/cuda/9.2.88/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_Tpls_GCC720_GCC740 # 362 (click to expand)

[ 95%] Built target gmres_ex_real_A
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Linking CXX executable graph_color
[ 95%] Linking CXX executable graph_color_d2
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target graph_color
[ 95%] Built target graph_color_d2
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 96%] Built target sparse_sptrsv_supernode
[ 96%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_kk_spmv
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.362/TestAll_2021-08-07_10.54.41/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.362/TestAll_2021-08-07_10.54.41/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.362/TestAll_2021-08-07_10.54.41/gcc/7.4.0/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

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

  • Build Num: 405
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 398
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 45
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 370
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 375
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 181
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 363
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: 6422e3e
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 405
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 398
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 45
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 389
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 370
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 375
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 181
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 365
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 363
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 405 (click to expand)

[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target KokkosKernels_common_serial
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
[ 97%] Built target KokkosKernels_blas_openmp
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_blas_serial
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.405/TestAll_2021-08-07_14.04.31/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.405/TestAll_2021-08-07_14.04.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

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.405/TestAll_2021-08-07_14.04.31/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_rcm
[ 92%] Built target KokkosKernels_wiki_rcm
[ 93%] Linking CXX executable KokkosKernels_wiki_mis2
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
[ 93%] Linking CXX executable KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable gmres_test_cmplx_A
[ 97%] Linking CXX executable gmres_ex_real_A
[ 97%] Built target gmres_test_cmplx_A
[ 97%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_common_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.398/TestAll_2021-08-07_14.04.40/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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.398/TestAll_2021-08-07_14.04.40/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coarsening
[ 92%] Linking CXX executable sparse_spmv_struct
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] 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
[ 92%] Built target sparse_spmv_struct
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target gmres_ex_real_A
[ 98%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 98%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.45/TestAll_2021-08-07_14.04.50/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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.45/TestAll_2021-08-07_14.04.50/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1012716
salloc: Job allocation 1012716 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

[ 90%] Built target KokkosKernels_wiki_spmv
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_openmp
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 92%] Built target KokkosKernels_wiki_spgemm
[ 92%] Linking CXX executable KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 93%] Built target KokkosKernels_wiki_crsmatrix
[ 93%] Linking CXX executable KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 93%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_mis2
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_mis2
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target KokkosKernels_gmres_test_real_A
Scanning dependencies of target gmres_ex_real_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 95%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_openmp
[ 97%] Linking CXX executable KokkosKernels_wiki_rcm
[ 97%] Built target KokkosKernels_graph_openmp
[ 97%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
Scanning dependencies of target gmres_test_cmplx_A
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 97%] Built target KokkosKernels_blas_openmp
[ 97%] Linking CXX executable KokkosKernels_blas_serial
[ 97%] Built target KokkosKernels_blas_serial
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=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.389/TestAll_2021-08-07_14.05.00/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

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

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

[ 91%] Linking CXX executable sparse_spmv_merge
[ 91%] Built target KokkosKernels_wiki_mis2
[ 91%] Built target sparse_pcg
[ 91%] Built target KokkosKernels_wiki_spadd
[ 91%] Built target sparse_spmv_merge
[ 91%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 92%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 92%] Built target KokkosBatched_Test_BlockTridiag
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Linking CXX executable sparse_spadd
[ 93%] Built target KokkosBlas2_gemv_perf_test
[ 93%] Built target sparse_spadd
[ 93%] Linking CXX executable sparse_spmv
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
[ 93%] Linking CXX executable sparse_sptrsv
[ 93%] Built target sparse_spmv
[ 93%] Linking CXX executable sparse_spgemm
[ 93%] Built target sparse_sptrsv
[ 93%] Built target sparse_spgemm
[ 94%] Linking CXX executable sparse_spiluk
[ 94%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable sparse_spmv_struct
[ 95%] Built target sparse_spiluk
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Built target sparse_spmv_struct
[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target graph_mis_d2
[ 95%] Linking CXX executable sparse_gs
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target sparse_block_pcg
[ 95%] Built target sparse_gs
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target sparse_sptrsv_supernode
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_common_serial
[ 96%] Built target gmres_ex_real_A
[ 96%] Built target KokkosKernels_common_serial
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 96%] Linking CXX executable graph_color_d2
[ 96%] Built target KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_gemm_perf_test
[ 96%] Built target graph_color_d2
[ 97%] Linking CXX executable graph_color
[ 97%] Built target graph_color
[ 98%] Linking CXX executable sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target sparse_kk_spmv
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable KokkosKernels_graph_serial
[ 99%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.370/TestAll_2021-08-07_14.06.51/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Linking CXX executable KokkosKernels_wiki_spadd
[ 92%] Linking CXX executable KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_spadd
[ 92%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp(94): error: identifier "precside" is undefined
    solverOpts.precSide = precside;
                          ^

[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp (code 2)
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 2
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 96%] Built target KokkosKernels_gmres_test_real_A
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target gmres_ex_real_A
[ 96%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Built target gmres_test_cmplx_A
[ 97%] Linking CXX executable sparse_spmv_struct_tuning
[ 98%] Built target sparse_spmv_struct_tuning
[ 98%] Linking CXX executable KokkosKernels_common_threads
[ 98%] Built target KokkosKernels_common_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_sparse_threads
[ 99%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.375/TestAll_2021-08-07_14.05.20/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-18.1.163-Pthread-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.375/TestAll_2021-08-07_14.05.20/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 93%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 93%] Built target KokkosBatched_Test_BlockTridiag
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Linking CXX executable sparse_spiluk
[ 94%] Linking CXX executable sparse_sptrsv
[ 94%] Built target sparse_spiluk
[ 94%] Built target sparse_sptrsv
[ 94%] Linking CXX executable sparse_spmv
[ 94%] Linking CXX executable sparse_pcg
[ 95%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Built target sparse_spmv
[ 95%] Linking CXX executable sparse_spmv_struct_tuning
[ 95%] Built target sparse_pcg
[ 95%] Built target KokkosBlas2_gemv_perf_test
[ 95%] Built target sparse_spmv_struct_tuning
[ 95%] Built target sparse_block_pcg
[ 95%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Linking CXX executable sparse_spadd
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target sparse_spadd
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Linking CXX executable sparse_gs
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target graph_mis_d2
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target sparse_gs
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable graph_color
[ 96%] Linking CXX executable graph_color_d2
[ 96%] Built target graph_color_d2
[ 96%] Built target graph_color
[ 96%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 96%] Built target KokkosBlas3_gemm_perf_test
[ 96%] Linking CXX executable KokkosKernels_common_serial
[ 96%] Built target KokkosKernels_common_serial
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 96%] Linking CXX executable KokkosKernels_graph_serial
[ 96%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable sparse_spmv_struct
[ 98%] Linking CXX executable KokkosKernels_common_cuda
[ 98%] Built target sparse_spmv_struct
[ 99%] Linking CXX executable sparse_kk_spmv
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_sparse_serial
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] Built target KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --with-spaces=hostspace,cudaspace,cudauvmspace --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.181/TestAll_2021-08-07_14.07.55/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Built target sparse_spmv
[ 92%] Linking CXX executable sparse_sptrsv
[ 93%] Linking CXX executable sparse_spmv_struct
[ 93%] Built target sparse_sptrsv
[ 93%] Linking CXX executable sparse_spgemm
[ 94%] Linking CXX executable sparse_sptrsv_supernode
[ 94%] Built target sparse_spmv_struct
[ 95%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 95%] Built target sparse_spgemm
[ 95%] Linking CXX executable sparse_spadd
[ 96%] Linking CXX executable sparse_spiluk
[ 96%] Built target sparse_sptrsv_supernode
[ 96%] Built target sparse_spadd
[ 96%] Built target KokkosBlas2_gemv_perf_test
[ 96%] Built target sparse_spiluk
[ 96%] Linking CXX executable sparse_spgemm_jacobi
[ 96%] Built target sparse_spgemm_jacobi
[ 96%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 96%] Linking CXX executable sparse_spmv_struct_tuning
[ 96%] Linking CXX executable sparse_gs
[ 96%] Built target KokkosKernels_gmres_test_real_A
[ 96%] Built target sparse_spmv_struct_tuning
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 96%] Built target sparse_gs
[ 96%] Linking CXX executable sparse_pcg
[ 96%] Linking CXX executable graph_mis_d2
[ 96%] Linking CXX executable sparse_block_pcg
[ 96%] Built target sparse_pcg
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target graph_mis_d2
[ 96%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target sparse_block_pcg
[ 96%] Linking CXX executable gmres_ex_real_A
[ 97%] Linking CXX executable graph_color
[ 97%] Built target gmres_test_cmplx_A
[ 97%] Built target gmres_ex_real_A
[ 97%] Built target graph_color
[ 97%] Linking CXX executable graph_color_d2
[ 97%] Built target graph_color_d2
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
[ 97%] Built target KokkosKernels_graph_openmp
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target sparse_kk_spmv
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.365/TestAll_2021-08-07_14.07.31/cuda/9.2.88/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_Tpls_GCC720_GCC740 # 363 (click to expand)

[ 95%] Built target gmres_ex_real_A
[ 95%] Linking CXX executable graph_color_d2
[ 95%] Built target graph_color_d2
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Linking CXX executable graph_color
[ 95%] Built target KokkosKernels_wiki_coloring
[ 95%] Built target graph_color
[ 95%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 95%] Built target KokkosBlas3_gemm_perf_test
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target sparse_sptrsv_supernode
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_kk_spmv
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_graph_openmp
[ 98%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.363/TestAll_2021-08-07_14.07.52/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.363/TestAll_2021-08-07_14.07.52/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.363/TestAll_2021-08-07_14.07.52/gcc/7.4.0/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

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

  • Build Num: 406
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 399
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 46
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 390
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 371
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 376
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 182
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: 6422e3e
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 406
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 399
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 46
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 390
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 371
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 376
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 182
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 366
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 364
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6422e3e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 406 (click to expand)

[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Built target KokkosKernels_common_serial
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_blas_openmp
[ 97%] Built target KokkosKernels_blas_openmp
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_serial
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.406/TestAll_2021-08-07_17.18.36/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.406/TestAll_2021-08-07_17.18.36/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.406/TestAll_2021-08-07_17.18.36/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 91%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 92%] Linking CXX executable KokkosKernels_wiki_rcm
[ 92%] Built target KokkosKernels_wiki_gauss_seidel
[ 92%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
[ 94%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target KokkosKernels_gmres_test_real_A
[ 97%] Linking CXX executable gmres_ex_real_A
[ 97%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.399/TestAll_2021-08-07_17.18.41/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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.399/TestAll_2021-08-07_17.18.41/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target sparse_spmv_struct
[ 92%] Built target KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 92%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target gmres_ex_real_A
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 93%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_common_openmp
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable gmres_ex_real_A
[ 98%] Built target gmres_ex_real_A
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.46/TestAll_2021-08-07_17.18.52/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-Pthread_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=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.46/TestAll_2021-08-07_17.18.52/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 90%] Built target KokkosKernels_common_serial
Scanning dependencies of target KokkosKernels_wiki_crsmatrix
[ 91%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o
[ 91%] Linking CXX executable KokkosKernels_common_openmp
[ 91%] Built target KokkosKernels_common_openmp
[ 92%] Linking CXX executable KokkosKernels_wiki_spgemm
Scanning dependencies of target KokkosKernels_wiki_gauss_seidel
[ 92%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_gauss_seidel.dir/KokkosSparse_wiki_gauss_seidel.cpp.o
[ 92%] Built target KokkosKernels_wiki_spgemm
[ 92%] Linking CXX executable KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_mis2
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_mis2.dir/KokkosGraph_wiki_mis2.cpp.o
[ 93%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_wiki_coloring
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coloring.dir/KokkosGraph_wiki_coloring.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 93%] Built target KokkosKernels_wiki_crsmatrix
Scanning dependencies of target KokkosKernels_wiki_coarsening
[ 93%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_coarsening.dir/KokkosGraph_wiki_coarsening.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Linking CXX executable KokkosKernels_wiki_mis2
[ 93%] Built target KokkosKernels_wiki_mis2
[ 93%] Built target KokkosKernels_wiki_gauss_seidel
Scanning dependencies of target KokkosKernels_wiki_rcm
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 94%] Built target KokkosKernels_wiki_coarsening
[ 95%] 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
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_serial
[ 96%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosKernels_graph_openmp
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 97%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 97%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target gmres_test_cmplx_A
[ 97%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 98%] Linking CXX executable KokkosKernels_wiki_rcm
[ 98%] Built target KokkosKernels_wiki_rcm
[ 98%] Linking CXX executable KokkosKernels_blas_openmp
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp: In function int main(int, char**):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/example/gmres/test_prec.cpp:94:25: error: precside was not declared in this scope
   solverOpts.precSide = precside;
                         ^~~~~~~~
[ 98%] Built target KokkosKernels_blas_openmp
[ 98%] Linking CXX executable KokkosKernels_wiki_coloring
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 1
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 98%] Built target KokkosKernels_wiki_coloring
[ 98%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable gmres_test_cmplx_A
[ 99%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_serial
[100%] 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="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=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.390/TestAll_2021-08-07_17.19.02/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

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

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

[ 92%] Linking CXX executable sparse_spmv_struct
[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Built target sparse_spmv
[ 93%] Built target sparse_spmv_struct
[ 94%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 94%] Linking CXX executable sparse_spgemm
[ 94%] Built target KokkosBlas2_gemv_perf_test
[ 94%] Linking CXX executable sparse_sptrsv
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Built target sparse_spgemm
[ 95%] Linking CXX executable sparse_spiluk
[ 95%] Linking CXX executable sparse_pcg
[ 95%] Built target sparse_sptrsv
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Built target sparse_spiluk
[ 95%] Built target sparse_pcg
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable sparse_spadd
[ 95%] Built target sparse_spadd
[ 95%] Linking CXX executable sparse_spmv_struct_tuning
[ 95%] Built target sparse_spmv_struct_tuning
[ 95%] Linking CXX executable sparse_gs
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target sparse_gs
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target sparse_block_pcg
[ 95%] Built target graph_mis_d2
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Linking CXX executable KokkosKernels_common_serial
[ 96%] Built target sparse_sptrsv_supernode
[ 96%] Built target KokkosKernels_common_serial
[ 97%] Linking CXX executable graph_color
[ 97%] Built target graph_color
[ 97%] Linking CXX executable graph_color_d2
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Built target graph_color_d2
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_common_cuda
[ 98%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable sparse_kk_spmv
[ 99%] Built target sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.371/TestAll_2021-08-07_17.20.54/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 91%] Linking CXX executable KokkosKernels_wiki_spadd
[ 92%] Linking CXX executable KokkosKernels_wiki_mis2
[ 92%] Built target KokkosKernels_wiki_spadd
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 92%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target gmres_ex_real_A
[ 93%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_rcm
[ 94%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 94%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 94%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 94%] Built target KokkosKernels_wiki_coarsening
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp(94): error: identifier "precside" is undefined
    solverOpts.precSide = precside;
                          ^

Scanning dependencies of target gmres_test_cmplx_A
[ 95%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/example/gmres/test_prec.cpp (code 2)
make[2]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o] Error 2
make[1]: *** [example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 96%] Built target KokkosKernels_gmres_test_real_A
[ 96%] Linking CXX executable gmres_ex_real_A
[ 96%] Built target gmres_ex_real_A
[ 96%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Built target gmres_test_cmplx_A
[ 97%] Linking CXX executable KokkosKernels_common_threads
[ 97%] Built target KokkosKernels_common_threads
[ 98%] Linking CXX executable sparse_spmv_struct_tuning
[ 98%] Built target sparse_spmv_struct_tuning
[ 99%] Linking CXX executable KokkosKernels_blas_threads
[ 99%] Built target KokkosKernels_blas_threads
[ 99%] Linking CXX executable KokkosKernels_graph_threads
[ 99%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosBlas3_perf_test
[ 99%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 99%] Built target KokkosKernels_batched_dla_threads
[ 99%] Linking CXX executable KokkosKernels_sparse_threads
[ 99%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.376/TestAll_2021-08-07_17.19.22/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-18.1.163-Pthread-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

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

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --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_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.376/TestAll_2021-08-07_17.19.22/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 93%] Linking CXX executable KokkosKernels_wiki_gauss_seidel
[ 93%] Linking CXX executable KokkosBatched_Test_BlockTridiag
[ 93%] Built target sparse_pcg
[ 93%] Linking CXX executable sparse_spgemm
[ 93%] Built target sparse_gs
[ 93%] Linking CXX executable sparse_sptrsv
[ 94%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 94%] Built target KokkosBatched_Test_BlockTridiag
[ 94%] Built target KokkosKernels_wiki_gauss_seidel
[ 94%] Built target sparse_spgemm
[ 94%] Built target sparse_sptrsv
[ 95%] Linking CXX executable sparse_spiluk
[ 95%] Built target KokkosBlas2_gemv_perf_test
[ 95%] Built target sparse_spiluk
[ 95%] Linking CXX executable sparse_spadd
[ 95%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Built target sparse_spadd
[ 95%] Linking CXX executable sparse_spmv_struct_tuning
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Linking CXX executable sparse_block_pcg
[ 95%] Built target sparse_spmv_struct_tuning
[ 95%] Built target sparse_block_pcg
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Linking CXX executable graph_mis_d2
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target graph_mis_d2
[ 95%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 95%] Built target KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_gmres_test_real_A
[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Built target KokkosBlas3_gemm_perf_test
[ 96%] Linking CXX executable graph_color
[ 96%] Built target graph_color
[ 96%] Linking CXX executable graph_color_d2
[ 96%] Built target graph_color_d2
[ 96%] Linking CXX executable KokkosKernels_common_serial
[ 96%] Built target KokkosKernels_common_serial
[ 96%] Linking CXX executable KokkosBlas3_perf_test
[ 96%] Built target KokkosBlas3_perf_test
[ 96%] Linking CXX executable KokkosKernels_graph_serial
[ 96%] Built target KokkosKernels_graph_serial
[ 97%] Linking CXX executable sparse_spmv_struct
[ 97%] Built target sparse_spmv_struct
[ 98%] Linking CXX executable sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target sparse_kk_spmv
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] Built target KokkosKernels_batched_dla_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --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=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --with-spaces=hostspace,cudaspace,cudauvmspace --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.182/TestAll_2021-08-07_17.19.48/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 92%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 92%] Linking CXX executable sparse_sptrsv
[ 92%] Built target sparse_spmv_struct_tuning
[ 92%] Built target KokkosKernels_gmres_test_real_A
[ 92%] Built target sparse_sptrsv
[ 92%] Linking CXX executable sparse_spmv
[ 92%] Linking CXX executable sparse_spgemm
[ 93%] Linking CXX executable sparse_spiluk
[ 93%] Linking CXX executable graph_mis_d2
[ 93%] Linking CXX executable sparse_spadd
[ 93%] Built target sparse_spmv
[ 94%] Linking CXX executable KokkosBlas2_gemv_perf_test
[ 94%] Built target graph_mis_d2
[ 94%] Built target sparse_spgemm
[ 94%] Built target sparse_spadd
[ 94%] Built target sparse_spiluk
[ 94%] Built target KokkosBlas2_gemv_perf_test
[ 94%] Linking CXX executable sparse_block_pcg
[ 94%] Linking CXX executable sparse_spgemm_jacobi
[ 95%] Linking CXX executable sparse_spmv_struct
[ 95%] Built target sparse_block_pcg
[ 95%] Built target sparse_spgemm_jacobi
[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Linking CXX executable gmres_ex_real_A
[ 95%] Built target sparse_spmv_struct
[ 95%] Built target gmres_ex_real_A
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Linking CXX executable sparse_pcg
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(104): warning: statement is unreachable

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/perf_test/blas/blas3/KokkosBlas3_trmm_perf_test.hpp(128): warning: statement is unreachable

[ 95%] Built target sparse_pcg
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Linking CXX executable sparse_gs
[ 95%] Built target KokkosKernels_wiki_coloring
[ 95%] Built target sparse_gs
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target sparse_sptrsv_supernode
[ 97%] Linking CXX executable graph_color
[ 97%] Built target graph_color
[ 97%] Linking CXX executable graph_color_d2
[ 97%] Built target graph_color_d2
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_common_cuda
[ 98%] Built target KokkosKernels_common_cuda
[ 99%] Linking CXX executable sparse_kk_spmv
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target sparse_kk_spmv
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_cuda
[ 99%] Built target KokkosKernels_graph_cuda
[ 99%] Linking CXX executable KokkosKernels_blas_cuda
[ 99%] Built target KokkosKernels_blas_cuda
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] Built target KokkosKernels_sparse_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 99%] Built target KokkosKernels_batched_dla_cuda
[100%] Linking CXX executable KokkosKernels_sparse_cuda
[100%] Built target KokkosKernels_sparse_cuda
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88 --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,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --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/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.366/TestAll_2021-08-07_17.22.06/cuda/9.2.88/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_Tpls_GCC720_GCC740 # 364 (click to expand)

[ 95%] Linking CXX executable gmres_test_cmplx_A
[ 95%] Built target graph_color_d2
[ 95%] Built target gmres_test_cmplx_A
[ 95%] Linking CXX executable graph_color
[ 95%] Built target graph_color
[ 95%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 95%] Built target KokkosBlas3_gemm_perf_test
[ 95%] Linking CXX executable KokkosKernels_wiki_coloring
[ 95%] Built target KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable sparse_sptrsv_supernode
[ 96%] Built target sparse_sptrsv_supernode
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 98%] Linking CXX executable sparse_kk_spmv
[ 98%] Built target sparse_kk_spmv
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_blas_openmp
[ 99%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
[ 99%] Linking CXX executable KokkosKernels_sparse_openmp
[ 99%] 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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.364/TestAll_2021-08-07_17.21.43/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-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 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.364/TestAll_2021-08-07_17.21.43/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.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.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.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/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.364/TestAll_2021-08-07_17.21.43/gcc/7.4.0/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

@srajama1
Copy link
Contributor

srajama1 commented Aug 8, 2021

Yes, the preconditioner class could go to sparse directory with an experimental name space. Need to think about the design if that happens. (support Crs, blockcrs, etc.).

@srajama1
Copy link
Contributor

srajama1 commented Aug 8, 2021

Yes, Create diagonal matrix can be on test utils.

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

  • Build Num: 407
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 400
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 47
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 391
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 372
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 377
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 183
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 367
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: 7891307
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 407
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 400
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 47
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 391
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 372
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 377
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 183
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 367
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 365
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7891307
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@jennloe
Copy link
Contributor Author

jennloe commented Aug 10, 2021

I moved the preconditioning classes to the KokkosSparse::Experimental namespace, but I think it is best to leave them in the example/gmres folder for now. Also added documentation for the preconditioning code.

@brian-kelley @lucbv I am ready to merge this, if one of you can review it. Thanks!

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

  • Build Num: 408
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 401
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 48
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 392
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 373
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 378
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 184
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 368
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: 604c0a9
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 408
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 401
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 48
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 392
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 373
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 378
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 184
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 368
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 366
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 604c0a9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@@ -268,19 +297,29 @@ template< class ScalarType, class Layout, class EXSP, class OrdinalType = int >
Kokkos::deep_copy(Xiter,X); //Can't overwrite X with intermediate solution.
auto GLsSolnSub3 = Kokkos::subview(GLsSoln,Kokkos::make_pair(0,j+1),0);
KokkosBlas::gemv ("N", one, VSub, GLsSolnSub3, one, Xiter); //x_iter = x + V(1:j+1)*lsSoln
Copy link
Contributor

Choose a reason for hiding this comment

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

I was wondering if we should be applying M on V before updating Xiter with, instead of applying M to updated Xiter for computing Res? Also, I was wondering if we could use M in lower-precision, and just accumulate the update into Xiter and compute the residual vector in higher-precision.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a) I think you are right that there is an error here. I don't think we should be applying M to V, but we should apply M to V*lsSoln before doing any addition. I'll look at it.
b) This is the all-in-one-precision GMRES version. For GMRES-IR, we do apply M everywhere in lower precision and compute the update in high precision. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are right that there was an error. This code only works when X_0 = zeros and there are no restarts. My next commit fixes this error and adds testing that will fail if it is reintroduced.

Copy link
Contributor

Choose a reason for hiding this comment

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

Very nice, thank you, @jennloe. So, not related to this PR, but if you were to left-precond mixed GMRES-IR, do you need M in both precisions (you compute the residual vector as r=M(b-Ax))?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm... But since b is going to be cast to low precision for the Krylov subspace anyway, can you wait until you cast it and then apply M?
And then we could just monitor b-Ax directly in high precision without M.
I need to think on this more.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

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

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

  • Build Num: 411
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 404
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 51
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 395
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 376
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 381
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 187
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 371
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 369
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jennloe/kokkos-kernels)
  • Branch: gmresPrec
  • SHA: ff87f18
  • Mode: TEST_REPO

Pull Request Author: jennloe

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

  • Build Num: 411
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 404
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 51
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 395
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 376
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 381
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 187
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 371
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 369
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmresPrec
KOKKOSKERNELS_SOURCE_REPO https://github.com/jennloe/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ff87f18
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 008eb6c
PR_LABELS
PULLREQUESTNUM 1078
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

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

@jennloe
Copy link
Contributor Author

jennloe commented Aug 13, 2021

Can someone approve? @srajama1 or @iyamazaki ?

@kokkos-devops-admin
Copy link

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

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

Assuming @iyamazaki 's comments are addressed.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

5 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@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

@srajama1 srajama1 merged commit 6ac333c into kokkos:develop Aug 18, 2021
@jennloe jennloe deleted the gmresPrec branch February 9, 2022 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants