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

GMRES: fixing some type issues related to memory space instantiation #1719

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Mar 6, 2023

Basically one wants to be very careful about only instantiating View or other object with an execution space only as it might generate a memory type mismatch down the road

@lucbv lucbv self-assigned this Mar 6, 2023
Copy link
Contributor

@jgfouca jgfouca left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

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

Thanks @lucbv !

Basically one wants to be very careful about only instantiating View
or other object with an execution space only as it might generate a
memory type mismatch down the road
@lucbv lucbv force-pushed the gmres_type_fixes branch from ab31c5e to 4414f46 Compare March 6, 2023 19:52
@lucbv lucbv removed the AT: WIP label Mar 6, 2023
@lucbv
Copy link
Contributor Author

lucbv commented Mar 6, 2023

Okay, applied clang-format and all so this should have a chance at working now.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 368
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 373
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 15
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 286
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 249
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 336
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 388
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 300
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 195
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 193
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 190
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: gmres_type_fixes
  • SHA: 4414f46
  • Mode: TEST_REPO

Pull Request Author: lucbv

@ndellingwood ndellingwood added patch-release-cherry-pick TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos labels Mar 6, 2023
@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 368
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 373
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 15
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 286
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 249
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 336
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 388
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 300
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 195
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 193
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 190
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4414f46
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 368 (click to expand)

make[1]: *** [CMakeFiles/Makefile2:1812: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 81%] Linking CXX executable graph_color
[ 81%] Built target graph_color
[ 81%] Linking CXX executable KokkosKernels_graph_serial
[ 81%] Built target KokkosKernels_graph_serial
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 81%] Built target KokkosKernels_batched_gemm_openmp
[ 82%] Linking CXX executable KokkosKernels_graph_openmp
[ 82%] Built target KokkosKernels_graph_openmp
[ 82%] Linking CXX executable KokkosKernels_blas_serial
[ 82%] Built target KokkosKernels_blas_serial
[ 82%] Linking CXX executable KokkosKernels_blas_openmp
[ 82%] Built target KokkosKernels_blas_openmp
[ 83%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 83%] Built target KokkosKernels_batched_dla_serial
[ 83%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 83%] Built target KokkosKernels_batched_dla_openmp
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=475 run_time=109
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

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

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.368/TestAll_2023-03-06_13.02.36/gcc/9.3.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

Reproducer instructions:

Load modules:

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

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

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.368/TestAll_2023-03-06_13.02.36/gcc/9.3.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision a75aa23a1c54ff1afa7c13adf36bcee5694d4aea (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f a75aa23a1c54ff1afa7c13adf36bcee5694d4aea # timeout=10
Commit message: "Merge pull request #5949 from masterleinad/pass_functor_analysis_to_parallel_reduce_openacc"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 5b1a0e36a84994244f24efe3a199b324be455b05 # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins265333521217165404.sh
From https://github.com/kokkos/kokkos-kernels
   4f39a18..fa3dd4e  develop    -> upstream/develop
Merge made by the 'recursive' strategy.
 CHANGELOG.md | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
***Forced exclusive execution
Job <52845> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  f04c2b0cfa94c60c08a93d9d60aa7de912367120 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: a75aa23a1c54ff1afa7c13adf36bcee5694d4aea Merge pull request #5949 from masterleinad/pass_functor_analysis_to_parallel_reduce_openacc

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=3263 run_time=654
Running on machine: weaver
KokkosKernels Repository Status: f04c2b0cfa94c60c08a93d9d60aa7de912367120 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: a75aa23a1c54ff1afa7c13adf36bcee5694d4aea Merge pull request #5949 from masterleinad/pass_functor_analysis_to_parallel_reduce_openacc

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

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

[ 96%] Linking CXX executable KokkosKernels_wiki_rcm
[ 96%] Built target KokkosKernels_wiki_rcm
[ 96%] Linking CXX executable sparse_kk_spmv
[ 96%] Built target sparse_kk_spmv
Scanning dependencies of target gmres_ex_real_A
[ 96%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 96%] Linking CXX executable KokkosKernels_graph_threads
Scanning dependencies of target team_GMRES
[ 96%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 97%] Linking CXX executable KokkosKernels_wiki_mis2
[ 97%] Built target KokkosKernels_graph_threads
[ 97%] Built target KokkosKernels_wiki_mis2
[ 97%] Linking CXX executable KokkosKernels_wiki_coarsening
Scanning dependencies of target static_pivoting
Scanning dependencies of target xpy
[ 97%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 97%] Built target KokkosKernels_wiki_coarsening
[ 97%] Linking CXX executable KokkosKernels_wiki_coloring
[ 97%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 97%] Built target KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable xpy
[ 98%] Built target xpy
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[100%] Linking CXX executable static_pivoting
[100%] Built target static_pivoting
[100%] Linking CXX executable team_GMRES
[100%] Built target team_GMRES
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
[100%] Linking CXX executable KokkosKernels_blas_serial
[100%] Built target KokkosKernels_blas_serial
[100%] Linking CXX executable KokkosKernels_blas_threads
[100%] Built target KokkosKernels_blas_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.15/TestAll_2023-03-06_13.03.57/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake22: task 0: Exited with exit code 1
Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
srun: forcing job termination
Finished: FAILURE

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

make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
Scanning dependencies of target graph_color_d2
[ 82%] Building CXX object perf_test/graph/CMakeFiles/graph_color_d2.dir/KokkosGraph_color_d2.cpp.o
[ 82%] Linking CXX executable graph_mis_d2
[ 82%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosKernels_graph_threads
[ 83%] Linking CXX executable KokkosKernels_graph_serial
[ 83%] Built target KokkosKernels_graph_threads
[ 83%] Built target KokkosKernels_graph_serial
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 83%] Built target KokkosKernels_batched_gemm_serial
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_threads
[ 83%] Built target KokkosKernels_batched_gemm_threads
[ 83%] Linking CXX executable graph_color_d2
[ 83%] Built target graph_color_d2
[ 83%] Linking CXX executable KokkosKernels_blas_threads
[ 83%] Linking CXX executable KokkosKernels_blas_serial
[ 83%] Built target KokkosKernels_blas_threads
[ 83%] Built target KokkosKernels_blas_serial
[ 84%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 84%] Built target KokkosKernels_batched_dla_threads
[ 84%] Built target KokkosKernels_batched_dla_serial
make: *** [all] Error 2
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
  Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=390 run_time=84
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.286/TestAll_2023-03-06_13.04.03/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

   43 | class LUPrec : public KokkosSparse::Experimental::Preconditioner {
      |       ^~~~~~
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_gmres_handle.hpp:20,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:25,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_block_gauss_seidel.hpp:22,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:19,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note:     void KokkosSparse::Experimental::Preconditioner::apply(const Kokkos::View::type*, Kokkos::Device >&, const Kokkos::View::type*, Kokkos::Device >&, const char*, KokkosSparse::Experimental::Preconditioner::ScalarType, KokkosSparse::Experimental::Preconditioner::ScalarType) const [with CRS = KokkosSparse::CrsMatrix; typename CRS::memory_space = Kokkos::HostSpace; typename CRS::execution_space = Kokkos::OpenMP; typename std::remove_const::type = double; KokkosSparse::Experimental::Preconditioner::ScalarType = double]
   81 |   virtual void apply(
      |                ^~~~~
[ 80%] Linking CXX executable KokkosBatched_Test_CG
[ 80%] Built target KokkosBatched_Test_CG
Scanning dependencies of target KokkosBatched_Test_SPMV
[ 81%] Building CXX object perf_test/batched/sparse/SPMV/CMakeFiles/KokkosBatched_Test_SPMV.dir/KokkosBatched_Test_SPMV.cpp.o
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Built target KokkosBatched_Test_SPMV
Scanning dependencies of target graph_mis_d2
[ 82%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
[ 82%] Linking CXX executable KokkosBatched_Test_GMRES
[ 82%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable graph_mis_d2
[ 82%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosKernels_graph_serial
[ 82%] Built target KokkosKernels_graph_serial
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 82%] Built target KokkosKernels_batched_gemm_serial
[ 83%] Linking CXX executable KokkosKernels_graph_openmp
[ 83%] Built target KokkosKernels_graph_openmp
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 83%] Built target KokkosKernels_batched_gemm_openmp
[ 83%] Linking CXX executable KokkosKernels_blas_serial
[ 83%] Built target KokkosKernels_blas_serial
[ 83%] Linking CXX executable KokkosKernels_blas_openmp
[ 83%] Built target KokkosKernels_blas_openmp
[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 84%] Built target KokkosKernels_batched_dla_serial
[ 84%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 84%] Built target KokkosKernels_batched_dla_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0 openblas/0.3.21/gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas --user-blas-path=/home/projects/x86-64-skylake/spack/opt/spack/linux-rhel7-skylake_avx512/gcc-10.2.0/openblas-0.3.21-k3hscel2el5bpov4ejvsn5yl5atsezr6/lib --user-lapack-path=/home/projects/x86-64-skylake/spack/opt/spack/linux-rhel7-skylake_avx512/gcc-10.2.0/openblas-0.3.21-k3hscel2el5bpov4ejvsn5yl5atsezr6/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.249/TestAll_2023-03-06_13.04.09/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 4414f46c181119a0ba88d351cf42615a7379e357^{commit} # timeout=10
Checking out Revision 4414f46c181119a0ba88d351cf42615a7379e357 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 4414f46c181119a0ba88d351cf42615a7379e357 # timeout=10
Commit message: "GMRES: fixing some type issues related to memory space instantiation"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 6ce7ea4ecc993704de638e26bb05e9731fe42679 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision a75aa23a1c54ff1afa7c13adf36bcee5694d4aea (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f a75aa23a1c54ff1afa7c13adf36bcee5694d4aea # timeout=10
Commit message: "Merge pull request #5949 from masterleinad/pass_functor_analysis_to_parallel_reduce_openacc"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5b1a0e36a84994244f24efe3a199b324be455b05 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins2048508802742423661.sh
From https://github.com/kokkos/kokkos-kernels
   4f39a18..fa3dd4e  develop    -> upstream/develop
Merge made by the 'recursive' strategy.
 CHANGELOG.md | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  04218e085df27edd0d975be5f2ceef3ca11aaa56 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: a75aa23a1c54ff1afa7c13adf36bcee5694d4aea Merge pull request #5949 from masterleinad/pass_functor_analysis_to_parallel_reduce_openacc

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

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

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:38:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:408:70: error: variable type 'KokkosSparse::Experimental::LUPrec' (aka 'LUPrec, KokkosKernelsHandle >') is an abstract class
    KokkosSparse::Experimental::LUPrec myPrec(L,
                                                                     ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:445:9: note: in instantiation of function template specialization 'Test::run_test_par_ilut_precond' requested here
  Test::run_test_par_ilut_precond();
        ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:76:1: note: in instantiation of function template specialization 'test_par_ilut_precond' requested here
KOKKOSKERNELS_EXECUTE_TEST(double, int, size_t, TestExecSpace)
^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:456:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'
    test_par_ilut_precond();                     \
    ^
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note: unimplemented pure virtual method 'apply' in 'LUPrec'
  virtual void apply(
               ^
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
4 errors generated.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
[ 82%] Linking CXX executable graph_mis_d2
[ 82%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosBatched_Test_GMRES
[ 82%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable KokkosKernels_graph_threads
[ 82%] Built target KokkosKernels_graph_threads
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_threads
[ 82%] Built target KokkosKernels_batched_gemm_threads
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 83%] Built target KokkosKernels_batched_gemm_serial
[ 83%] Linking CXX executable KokkosKernels_graph_serial
[ 83%] Built target KokkosKernels_graph_serial
[ 83%] Linking CXX executable KokkosKernels_blas_threads
[ 83%] Built target KokkosKernels_blas_threads
[ 83%] Linking CXX executable KokkosKernels_blas_serial
[ 83%] Built target KokkosKernels_blas_serial
[ 84%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 84%] Built target KokkosKernels_batched_dla_threads
[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 84%] Built target KokkosKernels_batched_dla_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

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

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

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.388/TestAll_2023-03-06_13.04.31/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:456:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'
    test_par_ilut_precond();                     \
    ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note: unimplemented pure virtual method 'apply' in 'LUPrec'
  virtual void apply(
               ^
[ 80%] Linking CXX executable KokkosKernels_blas_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
4 errors generated when compiling for sm_70.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1841: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 80%] Built target KokkosKernels_blas_serial
4 errors generated when compiling for sm_70.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1814: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target KokkosKernels_batched_dla_serial
[ 81%] Linking CXX executable graph_color
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target graph_color
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Linking CXX executable graph_color_d2
[ 81%] Built target KokkosBatched_Test_GMRES
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target graph_color_d2
[ 81%] Linking CXX executable KokkosKernels_batched_gemm_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 81%] Built target KokkosKernels_batched_gemm_serial
[ 82%] Linking CXX executable KokkosKernels_blas_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target KokkosKernels_blas_cuda
[ 82%] Linking CXX executable KokkosKernels_batched_dla_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 82%] Built target KokkosKernels_batched_dla_cuda
[ 83%] Linking CXX executable KokkosKernels_graph_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_graph_cuda
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 83%] Built target KokkosKernels_batched_gemm_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.300/TestAll_2023-03-06_13.28.11/clang/13.0.0/Cuda-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

[ 73%] Built target KokkosBatched_Test_GMRES
Scanning dependencies of target sparse_sptrsv_supernode
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
Scanning dependencies of target sparse_spgemm_jacobi
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o
[ 74%] Linking CXX executable KokkosKernels_common_serial
[ 74%] Built target KokkosKernels_common_serial
[ 75%] Linking CXX executable sparse_sptrsv_superlu
[ 75%] Built target sparse_sptrsv_superlu
Scanning dependencies of target sparse_spmv_bsr
[ 75%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o
Scanning dependencies of target sparse_spadd
[ 75%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o
[ 75%] Linking CXX executable sparse_spgemm
[ 75%] Built target sparse_spgemm
Scanning dependencies of target sparse_spmv_struct
[ 76%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1767: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 76%] Linking CXX executable sparse_block_pcg
[ 76%] Built target sparse_block_pcg
[ 77%] Linking CXX executable sparse_spgemm_jacobi
[ 77%] Built target sparse_spgemm_jacobi
[ 78%] Linking CXX executable sparse_gs
[ 78%] Built target sparse_gs
[ 78%] Linking CXX executable sparse_spadd
[ 78%] Built target sparse_spadd
[ 78%] Linking CXX executable sparse_spmv_struct
[ 78%] Built target sparse_spmv_struct
[ 78%] Linking CXX executable sparse_sptrsv_supernode
[ 78%] Linking CXX executable sparse_spmv_bsr
[ 78%] Built target sparse_sptrsv_supernode
[ 78%] Built target sparse_spmv_bsr
[ 78%] Linking CXX executable KokkosKernels_graph_serial
[ 78%] Built target KokkosKernels_graph_serial
[ 79%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 79%] Built target KokkosKernels_batched_gemm_serial
[ 80%] Linking CXX executable KokkosKernels_blas_serial
[ 80%] Built target KokkosKernels_blas_serial
[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 81%] Built target KokkosKernels_batched_dla_serial
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1747 run_time=449
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.195/TestAll_2023-03-06_13.07.44/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

   43 | class LUPrec : public KokkosSparse::Experimental::Preconditioner {
      |       ^~~~~~
In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_gmres_handle.hpp:20,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:25,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_block_gauss_seidel.hpp:22,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:19,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note:     'void KokkosSparse::Experimental::Preconditioner::apply(const Kokkos::View::type*, Kokkos::Device >&, const Kokkos::View::type*, Kokkos::Device >&, const char*, KokkosSparse::Experimental::Preconditioner::ScalarType, KokkosSparse::Experimental::Preconditioner::ScalarType) const [with CRS = KokkosSparse::CrsMatrix; typename CRS::memory_space = Kokkos::HostSpace; typename CRS::execution_space = Kokkos::OpenMP; typename std::remove_const::type = double; KokkosSparse::Experimental::Preconditioner::ScalarType = double]'
   81 |   virtual void apply(
      |                ^~~~~
[ 80%] Linking CXX executable KokkosBatched_Test_CG
[ 80%] Built target KokkosBatched_Test_CG
Scanning dependencies of target KokkosBatched_Test_SPMV
[ 81%] Building CXX object perf_test/batched/sparse/SPMV/CMakeFiles/KokkosBatched_Test_SPMV.dir/KokkosBatched_Test_SPMV.cpp.o
[ 81%] Linking CXX executable KokkosBatched_Test_SPMV
[ 81%] Built target KokkosBatched_Test_SPMV
Scanning dependencies of target graph_mis_d2
[ 82%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1949: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1977: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
[ 82%] Linking CXX executable KokkosBatched_Test_GMRES
[ 82%] Built target KokkosBatched_Test_GMRES
[ 82%] Linking CXX executable graph_mis_d2
[ 82%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 82%] Built target KokkosKernels_batched_gemm_serial
[ 82%] Linking CXX executable KokkosKernels_graph_serial
[ 82%] Built target KokkosKernels_graph_serial
[ 83%] Linking CXX executable KokkosKernels_graph_openmp
[ 83%] Built target KokkosKernels_graph_openmp
[ 83%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 83%] Built target KokkosKernels_batched_gemm_openmp
[ 83%] Linking CXX executable KokkosKernels_blas_serial
[ 83%] Built target KokkosKernels_blas_serial
[ 83%] Linking CXX executable KokkosKernels_blas_openmp
[ 83%] Built target KokkosKernels_blas_openmp
[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 84%] Built target KokkosKernels_batched_dla_serial
[ 84%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 84%] Built target KokkosKernels_batched_dla_openmp
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.193/TestAll_2023-03-06_13.07.41/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

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

/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:456:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'
    test_par_ilut_precond();                     \
    ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note: unimplemented pure virtual method 'apply' in 'LUPrec'
  virtual void apply(
               ^
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:
In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:38:
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:408:70: error: variable type 'KokkosSparse::Experimental::LUPrec' (aka 'LUPrec, KokkosKernelsHandle>') is an abstract class
    KokkosSparse::Experimental::LUPrec myPrec(L,
                                                                     ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:445:9: note: in instantiation of function template specialization 'Test::run_test_par_ilut_precond' requested here
  Test::run_test_par_ilut_precond();
        ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:76:1: note: in instantiation of function template specialization 'test_par_ilut_precond' requested here
KOKKOSKERNELS_EXECUTE_TEST(double, int, size_t, TestExecSpace)
^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_par_ilut.hpp:456:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'
    test_par_ilut_precond();                     \
    ^
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_Preconditioner.hpp:81:16: note: unimplemented pure virtual method 'apply' in 'LUPrec'
  virtual void apply(
               ^
[ 79%] Built target KokkosBatched_Test_cusolverSp
[ 79%] Built target KokkosBatched_Test_cusolverDn
2 errors generated when compiling for gfx908.
make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2
[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 80%] Built target KokkosKernels_batched_dla_serial
[ 80%] Linking CXX executable KokkosKernels_batched_gemm_serial
[ 80%] Built target KokkosKernels_batched_gemm_serial
[ 80%] Linking CXX executable KokkosKernels_blas_hip
[ 80%] Linking CXX executable KokkosKernels_batched_dla_hip
[ 80%] Built target KokkosKernels_batched_dla_hip
[ 80%] Built target KokkosKernels_blas_hip
[ 81%] Linking CXX executable KokkosKernels_graph_hip
[ 82%] Linking CXX executable KokkosKernels_batched_sla_hip
[ 82%] Built target KokkosKernels_graph_hip
[ 82%] Built target KokkosKernels_batched_sla_hip
[ 82%] Linking CXX executable KokkosBatched_Test_CG
[ 82%] Built target KokkosBatched_Test_CG
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_hip
[ 82%] Built target KokkosKernels_batched_gemm_hip
make: *** [Makefile:160: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module load cmake/3.19.3 rocm/5.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3 " --cxxstandard="17" --ldflags="" --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

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

  # Move to the build directory
    cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.190/TestAll_2023-03-06_13.09.12/rocm/5.2.0/Hip_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

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

@lucbv lucbv force-pushed the gmres_type_fixes branch from 1d624fc to ba31129 Compare March 6, 2023 23:48
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 369
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 374
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 16
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 287
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 250
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 301
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 196
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 194
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 191
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: gmres_type_fixes
  • SHA: ba31129
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930

  • Build Num: 369
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 374
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 16
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 287
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 250
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 337
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 389
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 301
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 196
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 194
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 191
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH gmres_type_fixes
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ba31129
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA fa3dd4e
PR_LABELS bug;patch-release-cherry-pick;TrilinosPatchMatch
PULLREQUESTNUM 1719
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...

@lucbv lucbv requested review from ndellingwood and jgfouca March 7, 2023 18:02
@lucbv lucbv merged commit f41ff47 into kokkos:develop Mar 7, 2023
@lucbv lucbv deleted the gmres_type_fixes branch March 7, 2023 18:02
@ndellingwood
Copy link
Contributor

Cherry-picked to release-candidate-4.0.01 SHA 1ae5b7d

ndellingwood pushed a commit that referenced this pull request Apr 26, 2023
GMRES: fixing some type issues related to memory space instantiation
(cherry picked from commit f41ff47)
@ndellingwood ndellingwood mentioned this pull request Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug patch-release-cherry-pick TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants