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

Correcting BLAS test failures with cuda when ETI_ONLY = OFF (issue #2061) #2077

Merged
merged 14 commits into from
Dec 18, 2023

Conversation

eeprude
Copy link
Contributor

@eeprude eeprude commented Dec 16, 2023

Corrections for ger, syr, syr2, and axpby.

Thanks to Brian Kelley for pointing out that one should have Kokkos::deep_copy(base, base) instead of Kokkos::deep_copy(view,view), when using view_stride_adpater, otherwise we get an error when using Kokkos::LayoutStride.

Compilation and execution at weaver with ETI_ONLY = OFF are now successful.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1115
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 702
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 373
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 360
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 847
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 842
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 836
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 357
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: 70b01bf
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1115
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 702
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 373
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 360
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 361
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 365
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 337
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 847
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 842
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 836
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 357
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 70b01bf
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1115 (click to expand)

b'Fetching changes from the remote Git repository'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10'
b" > git --version # 'git version 2.10.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins5466234494333765824.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <66719> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1327 run_time=448'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1731 run_time=441'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

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

b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:295:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'8 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2120: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'8 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2106: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'8 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2078: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'8 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2092: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1501: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $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  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.702/TestAll_2023-12-16_03.33.40/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8^{commit} # timeout=10'
b'Checking out Revision 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk c61f7087cac9863ec082d0588c2c6b9b76702303 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins2795021043822847351.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129315 queued and waiting for resources'
b'srun: job 2129315 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=460 run_time=125'
b'gnu-10.2.1-Threads_Serial-release build_time=636 run_time=209'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8^{commit} # timeout=10'
b'Checking out Revision 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk c61f7087cac9863ec082d0588c2c6b9b76702303 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins4456137981864570784.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129316 queued and waiting for resources'
b'srun: job 2129316 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=427 run_time=112'
b'gnu-10.2.1-Threads_Serial-release build_time=579 run_time=189'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:328:1: note: in expansion of macro KOKKOSBLAS2_ZGER_BLAS'
b'  328 | KOKKOSBLAS2_ZGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:331:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  331 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:333:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  333 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:331:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  331 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:333:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  333 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:335:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  335 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:337:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  337 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:335:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  335 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::OpenMP&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: space was not declared in this scope; did you mean isspace?'
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:337:1: note: in expansion of macro KOKKOSBLAS2_CGER_BLAS'
b'  337 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2064: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2092: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2106: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2078: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1499: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --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    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.361/TestAll_2023-12-16_06.00.20/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo214: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(326): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_ZGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(328): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_ZGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(331): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(333): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(335): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl.hpp(22),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/impl/KokkosBlas2_ger_spec.hpp(144),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(19):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp(337): error: identifier "space" is undefined'
b'  KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::OpenMP, Kokkos::HostSpace,'
b'  ^'
b''
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1084: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'make[2]: *** Waiting for unfinished jobs....'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1098: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'make[1]: *** [CMakeFiles/Makefile2:1153: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'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'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-Threads-release build_time=1191 run_time=110'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.365/TestAll_2023-12-16_06.00.20/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo230: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8^{commit} # timeout=10'
b'Checking out Revision 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk c61f7087cac9863ec082d0588c2c6b9b76702303 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins2960961635227135984.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129319 queued and waiting for resources'
b'srun: job 2129319 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=696 run_time=221'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function 'static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::Serial&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&)':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:188:36: error: 'space' was not declared in this scope; did you mean 'isspace'?"
b'  188 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:290:1: note: in expansion of macro 'KOKKOSBLAS2_ZGER_BLAS'"
b'  290 | KOKKOSBLAS2_ZGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function 'static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::Serial&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&)':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: 'space' was not declared in this scope; did you mean 'isspace'?"
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:293:1: note: in expansion of macro 'KOKKOSBLAS2_CGER_BLAS'"
b'  293 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function 'static void KokkosBlas::Impl::GER*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::Serial&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&)':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: 'space' was not declared in this scope; did you mean 'isspace'?"
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:295:1: note: in expansion of macro 'KOKKOSBLAS2_CGER_BLAS'"
b'  295 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function 'static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, true>::ger(const Kokkos::Serial&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&)':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: 'space' was not declared in this scope; did you mean 'isspace'?"
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: note: in expansion of macro 'KOKKOSBLAS2_CGER_BLAS'"
b'  297 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp: In static member function 'static void KokkosBlas::Impl::GER*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View*, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::View**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >, true, false>::ger(const Kokkos::Serial&, const char*, Kokkos::ViewTraits**, Kokkos::LayoutRight, Kokkos::Device, Kokkos::MemoryTraits<1> >::const_value_type&, const XViewType&, const YViewType&, const AViewType&)':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: error: 'space' was not declared in this scope; did you mean 'isspace'?"
b'  258 |               ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'      |                                    ^~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: note: in expansion of macro 'KOKKOSBLAS2_CGER_BLAS'"
b'  299 | KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'      | ^~~~~~~~~~~~~~~~~~~~~'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1016: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1029: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1530: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.847/TestAll_2023-12-16_03.16.50/armpl/21.1.0/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'armpl-21.1.0-Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $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  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.847/TestAll_2023-12-16_03.16.50/armpl/21.1.0/Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4662'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk c61f7087cac9863ec082d0588c2c6b9b76702303 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins16426066837040842536.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4663'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2686 run_time=608'
b'salloc: Relinquishing job allocation 4663'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/eeprude/kokkos-kernels'
b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8^{commit} # timeout=10'
b'Checking out Revision 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk c61f7087cac9863ec082d0588c2c6b9b76702303 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_ROCM560] $ /bin/bash -el /tmp/jenkins9191052765521613695.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Running on machine: vega90a_caraway'
b'KokkosKernels Repository Status:  70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 Formatting'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  rocm/5.6.0'
b'Testing compiler rocm/5.6.0'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'  Starting job rocm-5.6.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA90A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.6.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release build_time=1340 run_time=316'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Finished: SUCCESS'
b''

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

b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:290:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_ZGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:188:36: note: expanded from macro 'KOKKOSBLAS2_ZGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:293:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:293:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:295:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:295:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutLeft, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:297:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:299:1: error: use of undeclared identifier 'space'"
b'KOKKOSBLAS2_CGER_BLAS(Kokkos::LayoutRight, Kokkos::Serial, Kokkos::HostSpace,'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/blas/tpls/KokkosBlas2_ger_tpl_spec_decl_blas.hpp:258:36: note: expanded from macro 'KOKKOSBLAS2_CGER_BLAS'"
b'              ETI_SPEC_AVAIL>::ger(space, trans, alpha, X, Y, A);            \\'
b'                                   ^'
b'8 errors generated when compiling for gfx90a.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2078: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_HIP_MEMSPACE_HIPSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'8 errors generated when compiling for gfx90a.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2092: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'8 errors generated when compiling for gfx90a.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2120: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'8 errors generated when compiling for gfx90a.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2106: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_HIP_MEMSPACE_HIPSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1499: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.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=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560.357/TestAll_2023-12-16_03.16.43/rocm/5.6.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: lean2: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@eeprude eeprude changed the title Correcting BLAS test failures when ETI_ONLY = OFF (issue #2061) Correcting BLAS test failures with cuda when ETI_ONLY = OFF (issue #2061) Dec 16, 2023
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 703
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 374
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 338
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 848
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 843
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 837
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 358
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: ceb9a87
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has pushed a change to the PR before testing completed. NEW EVENT 'committed', ID C_kwDOBK7s5toAKDJmZWJjOTk0MmEzM2I1NDNiNDU3ZmNmMjQ4ZjY5NDg3OGQzNjRiNzk... The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1116
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 703
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 374
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 361
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 362
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 366
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 338
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 848
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 843
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 837
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 358
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ceb9a87
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1116 (click to expand)

b'Fetching changes from the remote Git repository'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10'
b" > git --version # 'git version 2.10.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > /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'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10'
b' > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins6888744373338187726.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <66730> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1311 run_time=431'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1698 run_time=422'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

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

b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=534 run_time=101'
b'gcc-9.3.0-OpenMP_Serial-release build_time=725 run_time=245'
b'gcc-9.3.0-Serial-release build_time=499 run_time=98'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=511 run_time=105'
b'gcc-9.3.0-Serial-release build_time=470 run_time=96'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins1538280244392166053.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129473 queued and waiting for resources'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1510334311488881044.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129474 queued and waiting for resources'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins5102066973522431760.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129475 queued and waiting for resources'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins550958071962173283.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129477 queued and waiting for resources'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins5164031899149694309.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2129478 queued and waiting for resources'
b'Build was aborted'
b'Aborted by Evan Harvey'
b'Finished: ABORTED'
b''

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

b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110] $ /bin/bash -el /tmp/jenkins9729271952068647825.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4665'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1995 run_time=1086'
b'armpl-21.1.0-Serial-release build_time=1858 run_time=238'
b'salloc: Relinquishing job allocation 4665'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins13560393426327797031.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4664'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2777 run_time=2230'
b'salloc: Relinquishing job allocation 4664'
b'salloc: Job allocation 4664 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/eeprude/kokkos-kernels'
b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_ROCM560] $ /bin/bash -el /tmp/jenkins8189115294072540186.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop    -> upstream/develop'
b' * [new branch]          master     -> upstream/master'
b' * [new branch]          release-candidate-3.2.1 -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0 -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1 -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0 -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1 -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0 -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0 -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01 -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00 -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01 -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02 -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0 -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01 -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00 -> upstream/release-candidate-4.1.00'
b' * [new branch]          release-candidate-4.2.00 -> upstream/release-candidate-4.2.00'
b' * [new branch]          release-candidate-4.2.01 -> upstream/release-candidate-4.2.01'
b' * [new tag]             3.7.02     -> 3.7.02'
b' * [new tag]             4.2.00     -> 4.2.00'
b' * [new tag]             4.0.00     -> 4.0.00'
b' * [new tag]             4.0.01     -> 4.0.01'
b' * [new tag]             4.1.00     -> 4.1.00'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Running on machine: vega90a_caraway'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  rocm/5.6.0'
b'Testing compiler rocm/5.6.0'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'  Starting job rocm-5.6.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA90A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.6.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release build_time=1333 run_time=310'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/eeprude/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/eeprude/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/eeprude/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ceb9a873401122b13f022dcb9e3e7e123390d1f3^{commit} # timeout=10'
b'Checking out Revision ceb9a873401122b13f022dcb9e3e7e123390d1f3 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ceb9a873401122b13f022dcb9e3e7e123390d1f3 # timeout=10'
b'Commit message: "Typo"'
b' > git rev-list --no-walk 70b01bf7dfb1f7bf7330835d5e0abad0ca559eb8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 18d7d78f5df94694fd37348051b20d7e6db3b1ac (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'Commit message: "Merge pull request #6664 from dalg24/openacc_not_always_true"'
b' > git rev-list --no-walk 18d7d78f5df94694fd37348051b20d7e6db3b1ac # timeout=10'
b'[KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560] $ /bin/bash -el /tmp/jenkins7385849820833487230.sh'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560'
b'Running on machine: vega90a_caraway'
b'KokkosKernels Repository Status:  ceb9a873401122b13f022dcb9e3e7e123390d1f3 Typo'
b''
b'Kokkos Repository Status:  18d7d78f5df94694fd37348051b20d7e6db3b1ac Merge pull request #6664 from dalg24/openacc_not_always_true'
b''
b''
b'Going to test compilers:  rocm/5.6.0'
b'Testing compiler rocm/5.6.0'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'  Starting job rocm-5.6.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.6.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release build_time=1385 run_time=315'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560'
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: SUCCESS'
b''

@eeprude eeprude added AT: RETEST Have this PR retested. and removed AT: WIP labels Dec 17, 2023
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 704
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 375
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 363
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 367
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 339
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 849
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 844
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 838
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: ebee1f1
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 704
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 375
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 362
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 363
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 367
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 339
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 849
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 844
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 838
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 359
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Dec 17, 2023
@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
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

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

@eeprude eeprude requested a review from brian-kelley December 17, 2023 09:38
@eeprude eeprude added the AT: RETEST Have this PR retested. label Dec 17, 2023
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 705
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 376
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 363
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 368
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 340
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 850
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 845
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 839
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 360
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: ebee1f1
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 705
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 376
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 363
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 364
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 368
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 340
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 850
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 845
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 839
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 360
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ebee1f1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS AT: RETEST
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Dec 17, 2023
@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.

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 706
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 377
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 369
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 341
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 851
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 846
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 840
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: b500f96
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1119
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 706
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 377
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 364
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 365
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 369
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 341
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 851
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 846
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 840
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 361
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b500f96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
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...

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

I am not against debug print-outs but if they cannot be understood except by the author of the test then I would like to remove them.

blas/unit_test/Test_Blas1_axpby_unification.hpp Outdated Show resolved Hide resolved
blas/unit_test/Test_Blas1_axpby_unification.hpp Outdated Show resolved Hide resolved
blas/unit_test/Test_Blas1_axpby_unification.hpp Outdated Show resolved Hide resolved
blas/unit_test/Test_Blas1_axpby_unification.hpp Outdated Show resolved Hide resolved
blas/unit_test/Test_Blas1_axpby_unification.hpp Outdated Show resolved Hide resolved
@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_CUDA11_CUDA11_LayoutRight

  • Build Num: 1120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 707
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 378
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 365
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 366
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 370
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 342
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 852
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 847
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 841
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (eeprude/kokkos-kernels)
  • Branch: blas_noneti_cuda
  • SHA: 4e00981
  • Mode: TEST_REPO

Pull Request Author: eeprude

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1120
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 707
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 378
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 365
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 366
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 370
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 342
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 852
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 847
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 841
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 362
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/eeprude/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4e00981
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA cd8f77c
PR_LABELS
PULLREQUESTNUM 2077
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@lucbv lucbv merged commit 628d630 into kokkos:develop Dec 18, 2023
10 checks passed
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