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

perf_test/sparse: Update GS perf_test for streams #1963

Merged
merged 10 commits into from
Sep 26, 2023

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented Sep 6, 2023

This PR updates the sparse_gs perf test to use streams. It also updates the perf_test to partition the A matrix into nstream diagonal blocks.

Initial results with these changes.

Using 1 streams on VOLTA70 with cuda/11.2

StreamID(0): Relative res norm: 0.407859

*** Total block extraction time: 0.658307

*** Total Symbolic launch time: 0.257969
*** Total Symbolic compute time: 3.132e-06

*** Total Numeric launch time: 0.000741617
*** Total Numeric compute time: 0.00274391

*** Total Apply launch time: 0.000514701
*** Total Apply compute time: 0.0176633

*** Total launch time: 0.259225
*** Total compute time: 0.0204104

*** Total compute and launch time: 0.279635

Using 8 streams on VOLTA70 with cuda/11.2

$ ./sparse_gs --cuda --amtx ~/matrix_market_files/bone010/bone010.mtx --point --sweeps 1 --streams 8
StreamID(0): Relative res norm: 0.40769
StreamID(1): Relative res norm: 0.393488
StreamID(2): Relative res norm: 0.393181
StreamID(3): Relative res norm: 0.396506
StreamID(4): Relative res norm: 0.404566
StreamID(5): Relative res norm: 0.402509
StreamID(6): Relative res norm: 0.404058
StreamID(7): Relative res norm: 0.40843

*** Total block extraction time: 1.58044

*** Total Symbolic launch time: 0.248238
*** Total Symbolic compute time: 2.222e-06

*** Total Numeric launch time: 0.00176186
*** Total Numeric compute time: 0.00125347

*** Total Apply launch time: 0.00836959
*** Total Apply compute time: 0.00863987

*** Total launch time: 0.258369
*** Total compute time: 0.00989556

*** Total compute and launch time: 0.268265

Speedups

Total launch time speed up: 1.003x

Total compute time speed up: 2.063x

Total compute and launch time speed up: 1.042x

perf_test/sparse/KokkosSparse_gs.cpp Outdated Show resolved Hide resolved
perf_test/sparse/KokkosSparse_gs.cpp Outdated Show resolved Hide resolved
perf_test/sparse/KokkosSparse_gs.cpp Show resolved Hide resolved
@kokkos-devops-admin
Copy link

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

e10harvey and others added 3 commits September 6, 2023 10:33
Co-authored-by: brian-kelley <brian.honda11@gmail.com>
Co-authored-by: brian-kelley <brian.honda11@gmail.com>
@e10harvey e10harvey removed the AT: WIP label Sep 6, 2023
@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: 885
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 476
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 149
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 148
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 148
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 154
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 133
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 644
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 639
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 639
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 160
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f290985
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: f290985
  • Mode: TEST_REPO

Pull Request Author: e10harvey

Copy link
Contributor

@vqd8a vqd8a left a comment

Choose a reason for hiding this comment

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

@e10harvey Thanks for doing this.

@brian-kelley
Copy link
Contributor

brian-kelley commented Sep 6, 2023

@e10harvey Just a heads up, if you try using 1 thread per stream: the spmv TPL wrappers are currently not thread safe, so for now you would have to do the final residual computation without streams. Nothing else in the point GS phases should be affected (Two-stage GS would be, but IIRC it doesn't have stream support yet)

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - ERROR: A user has committed a change to the PR before testing completed. The testing SHA = f290985 Does not match the current commit SHA = 35d8ff9. Testing of this PR must occur again.

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 477
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 150
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 149
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 149
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 155
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 134
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 645
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 640
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 640
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 161
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: 35d8ff9
  • Mode: TEST_REPO

Pull Request Author: e10harvey

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 477
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 150
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 149
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 149
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 155
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 134
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 645
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 640
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 640
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 161
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 35d8ff9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
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 vqd8a ]!

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag '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: 887
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 478
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 151
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 150
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 150
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 156
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 135
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 646
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 162
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: 409c691
  • Mode: TEST_REPO

Pull Request Author: e10harvey

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 478
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 151
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 150
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 150
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 156
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 135
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 646
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 641
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 641
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 162
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 409c691
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 887 (click to expand)

b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins9868076232865788950.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 tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62243> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
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=1242 run_time=392'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
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=1594 run_time=397'
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 # 478 (click to expand)

b'[ 91%] Built target KokkosBlas_perf_test'
b'[ 92%] Building CXX object perf_test/blas/blas2/CMakeFiles/KokkosBlas2_gemv_perf_test.dir/KokkosBlas2_gemv_perf_test.cpp.o'
b'[ 92%] Linking CXX executable KokkosBlas_team_dot_perf_test'
b'[ 92%] Linking CXX executable sparse_spmv_bsr'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 92%] Built target KokkosBlas_team_dot_perf_test'
b'[ 92%] Building CXX object perf_test/blas/blas3/CMakeFiles/KokkosBlas3_perf_test.dir/KokkosBlas3_perf_test.cpp.o'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 92%] Built target sparse_spmv_bsr'
b'[ 92%] Building CXX object perf_test/blas/blas3/CMakeFiles/KokkosBlas3_gemm_perf_test.dir/KokkosBlas3_gemm_standalone_perf_test.cpp.o'
b'[ 92%] Linking CXX executable KokkosBlas_dot_perf_test'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 92%] Built target KokkosBlas_dot_perf_test'
b'[ 93%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_crsmatrix.dir/KokkosSparse_wiki_crsmatrix.cpp.o'
b'[ 93%] Linking CXX executable KokkosBlas_dot_mv_perf_test'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 93%] Built target KokkosBlas_dot_mv_perf_test'
b'[ 93%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spmv.dir/KokkosSparse_wiki_spmv.cpp.o'
b'[ 94%] Linking CXX executable sparse_spiluk'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 94%] Built target sparse_spiluk'
b'[ 94%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spadd.dir/KokkosSparse_wiki_spadd.cpp.o'
b'[ 94%] Linking CXX executable sparse_sptrsv_supernode'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 94%] Built target sparse_sptrsv_supernode'
b'[ 94%] Building CXX object example/wiki/sparse/CMakeFiles/KokkosKernels_wiki_spgemm.dir/KokkosSparse_wiki_spgemm.cpp.o'
b'[ 94%] Linking CXX executable sparse_gs'
b"/home/projects/ppc64le/binutils/2.30.0/bin/ld: CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.17'"
b'/lib64/libpthread.so.0: error adding symbols: DSO missing from command line'
b'clang-13: error: linker command failed with exit code 1 (use -v to see invocation)'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/build.make:108: perf_test/sparse/sparse_gs] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2670: perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 94%] Linking CXX executable KokkosKernels_wiki_spadd'
b'[ 94%] Linking CXX executable sparse_mdf'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 94%] Built target sparse_mdf'
b'[ 94%] Built target KokkosKernels_wiki_spadd'
b'[ 94%] Linking CXX executable KokkosBlas2_gemv_perf_test'
b'[ 94%] Linking CXX executable KokkosKernels_wiki_crsmatrix'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 94%] Built target KokkosKernels_wiki_crsmatrix'
b'[ 94%] Built target KokkosBlas2_gemv_perf_test'
b'[ 94%] Linking CXX executable KokkosKernels_wiki_spmv'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 94%] Built target KokkosKernels_wiki_spmv'
b'[ 95%] Linking CXX executable KokkosKernels_wiki_spgemm'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 95%] Built target KokkosKernels_wiki_spgemm'
b'[ 95%] Linking CXX executable KokkosBlas3_gemm_perf_test'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 95%] Built target KokkosBlas3_gemm_perf_test'
b'[ 95%] Linking CXX executable sparse_kk_spmv'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 95%] Built target sparse_kk_spmv'
b'[ 96%] Linking CXX executable KokkosBlas3_perf_test'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 96%] Built target KokkosBlas3_perf_test'
b'[ 97%] Linking CXX executable KokkosKernels_sparse_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 97%] Built target KokkosKernels_sparse_serial'
b'[ 97%] Linking CXX executable KokkosKernels_sparse_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 97%] Built target KokkosKernels_sparse_cuda'
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.478/TestAll_2023-09-07_08.11.27/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 # 151 (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/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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 fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f # timeout=10'
b'Commit message: "Team-level std algos: part 7 (#6211)"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins1957566032869686382.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 2042268 queued and waiting for resources'
b'srun: job 2042268 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
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=452 run_time=111'
b'gnu-10.2.1-Threads_Serial-release build_time=603 run_time=188'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 150 (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/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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 fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f # timeout=10'
b'Commit message: "Team-level std algos: part 7 (#6211)"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins7959609688992054831.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 2042269 queued and waiting for resources'
b'srun: job 2042269 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
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=410 run_time=102'
b'gnu-10.2.1-Threads_Serial-release build_time=567 run_time=170'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 150 (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/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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 fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f # timeout=10'
b'Commit message: "Team-level std algos: part 7 (#6211)"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins1759263683073016934.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 2042270 queued and waiting for resources'
b'srun: job 2042270 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
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-OpenMP_Serial-release'
b'kokkos devices: OpenMP,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-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=637 run_time=212'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19_solo # 156 (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/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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 fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f # timeout=10'
b'Commit message: "Team-level std algos: part 7 (#6211)"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins7847879671609714199.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 2042271 queued and waiting for resources'
b'srun: job 2042271 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  fc213ead13ceaffb280f4ee6f8bcdedfd2cb879f Team-level std algos: part 7 (#6211)'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
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-OpenMP-release'
b'kokkos devices: OpenMP'
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-OpenMP-release'
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-OpenMP-release build_time=1575 run_time=98'
b'intel-19.0.5.281-Threads-release build_time=1130 run_time=96'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 135 (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/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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 1c0c734024624d31307bc2925389bcf6ad966d5e (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 1c0c734024624d31307bc2925389bcf6ad966d5e # timeout=10'
b'Commit message: "Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins3857598472284329856.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 2042284 queued and waiting for resources'
b'srun: job 2042284 has been allocated resources'
b'Running on machine: solo'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  1c0c734024624d31307bc2925389bcf6ad966d5e Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported'
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=683 run_time=199'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b'[ 76%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_superlu.dir/KokkosSparse_sptrsv_superlu.cpp.o'
b'[ 76%] Linking CXX executable sparse_sptrsv_superlu'
b'[ 76%] Linking CXX executable graph_triangle'
b'[ 76%] Built target sparse_sptrsv_superlu'
b'[ 76%] Built target graph_triangle'
b'Scanning dependencies of target sparse_gs'
b'[ 76%] Building CXX object perf_test/sparse/CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o'
b'Scanning dependencies of target sparse_sptrsv_supernode'
b'[ 76%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o'
b'[ 76%] Linking CXX executable graph_color'
b'[ 76%] Built target graph_color'
b'Scanning dependencies of target sparse_spgemm_jacobi'
b'[ 76%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o'
b'[ 77%] Linking CXX executable sparse_mdf'
b'[ 77%] Built target sparse_mdf'
b'Scanning dependencies of target sparse_spmv_bsr'
b'[ 77%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o'
b'[ 77%] Linking CXX executable KokkosKernels_batched_gemm_serial'
b'[ 77%] Built target KokkosKernels_batched_gemm_serial'
b'Scanning dependencies of target sparse_spadd'
b'[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o'
b'[ 79%] Linking CXX executable sparse_spgemm'
b'[ 79%] Built target sparse_spgemm'
b'Scanning dependencies of target sparse_spmv_struct'
b'[ 79%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o'
b'[ 80%] Linking CXX executable sparse_block_pcg'
b'[ 80%] Built target sparse_block_pcg'
b'Scanning dependencies of target sparse_spmv_struct_tuning'
b'[ 81%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o'
b'[ 81%] Linking CXX executable sparse_spgemm_jacobi'
b'[ 81%] Built target sparse_spgemm_jacobi'
b'Scanning dependencies of target sparse_spmv'
b'[ 81%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o'
b'[ 81%] Linking CXX executable sparse_gs'
b"/usr/bin/ld: CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.17'"
b'//usr/lib64/libpthread.so.0: error adding symbols: DSO missing from command line'
b'collect2: error: ld returned 1 exit status'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_gs.dir/build.make:108: perf_test/sparse/sparse_gs] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2302: perf_test/sparse/CMakeFiles/sparse_gs.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o'
b'[ 82%] Linking CXX executable sparse_spadd'
b'[ 82%] Built target sparse_spadd'
b'[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'[ 83%] Linking CXX executable sparse_sptrsv_supernode'
b'[ 83%] Built target sparse_sptrsv_supernode'
b'[ 83%] Linking CXX executable sparse_spmv_struct'
b'[ 83%] Built target sparse_spmv_struct'
b'[ 83%] Linking CXX executable sparse_spmv_struct_tuning'
b'[ 84%] Linking CXX executable sparse_spmv_bsr'
b'[ 84%] Built target sparse_spmv_struct_tuning'
b'[ 84%] Built target sparse_spmv_bsr'
b'[ 84%] Linking CXX executable sparse_spmv'
b'[ 84%] Built target sparse_spmv'
b'[ 84%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 84%] Built target KokkosKernels_blocksparse_serial'
b'[ 84%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 84%] Built target KokkosKernels_graph_serial'
b'[ 84%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 84%] Built target KokkosKernels_blas_serial'
b'[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 84%] Built target KokkosKernels_batched_dla_serial'
b'[ 84%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 84%] Built target KokkosKernels_sparse_serial'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1946 run_time=1107'
b'#######################################################'
b'FAILED TESTS'
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.646/TestAll_2023-09-07_09.14.01/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 4157'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

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 1c0c734024624d31307bc2925389bcf6ad966d5e (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 1c0c734024624d31307bc2925389bcf6ad966d5e # timeout=10'
b'Commit message: "Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins3729058766232923082.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 tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
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 4158'
b'Running on machine: inouye'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  1c0c734024624d31307bc2925389bcf6ad966d5e Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported'
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=2638 run_time=2070'
b'salloc: Relinquishing job allocation 4158'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/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/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/e10harvey/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 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee^{commit} # timeout=10'
b'Checking out Revision 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 409c691fb88f20bed3d5fa08727eb2cfef8bb6ee # timeout=10'
b'Commit message: "Use std::thread for apply"'
b' > git rev-list --no-walk 35d8ff92b320c27fb36ce2875187db6d3ef49c92 # 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_VEGA908_ROCM520/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 1c0c734024624d31307bc2925389bcf6ad966d5e (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 1c0c734024624d31307bc2925389bcf6ad966d5e # timeout=10'
b'Commit message: "Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported"'
b' > git rev-list --no-walk 7b4d0a6f70e17a89836d949fa16ca56642676fd7 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins7541009763016473911.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 tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b'KokkosKernels Repository Status:  409c691fb88f20bed3d5fa08727eb2cfef8bb6ee Use std::thread for apply'
b''
b'Kokkos Repository Status:  1c0c734024624d31307bc2925389bcf6ad966d5e Merge pull request #6413 from dalg24/pre_kepler_arch_not_supported'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
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.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=912 run_time=335'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'26: Test timeout computed to be: 2500'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'26/28 Test #26: wiki_coarsening ..................Subprocess aborted***Exception:   0.41 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 27'
b'      Start 27: wiki_rcm'
b''
b'27: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.162/TestAll_2023-09-07_09.15.13/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'27: Test timeout computed to be: 2500'
b"27: terminate called after throwing an instance of 'std::runtime_error'"
b'27:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'27/28 Test #27: wiki_rcm .........................Subprocess aborted***Exception:   0.40 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 28'
b'      Start 28: gmres_test_prec'
b''
b'28: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.162/TestAll_2023-09-07_09.15.13/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'28: Test timeout computed to be: 2500'
b'28: Convergence tolerance is: 1e-10'
b"28: terminate called after throwing an instance of 'std::runtime_error'"
b'28:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'28/28 Test #28: gmres_test_prec ..................Subprocess aborted***Exception:   0.43 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b''
b'0% tests passed, 28 tests failed out of 28'
b''
b'Total Test time (real) =  15.86 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_hip (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_hip (Subprocess aborted)'
b'\t  4 - batched_gemm_hip (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_hip (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_hip (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_hip (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_hip (Subprocess aborted)'
b'\t 14 - blocksparse_hip (Subprocess aborted)'
b'\t 15 - sparse_serial (Subprocess aborted)'
b'\t 16 - blocksparse_serial (Subprocess aborted)'
b'\t 17 - ode_hip (Subprocess aborted)'
b'\t 18 - ode_serial (Subprocess aborted)'
b'\t 19 - wiki_crsmatrix (Subprocess aborted)'
b'\t 20 - wiki_spmv (Subprocess aborted)'
b'\t 21 - wiki_spadd (Subprocess aborted)'
b'\t 22 - wiki_spgemm (Subprocess aborted)'
b'\t 23 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 24 - wiki_coloring (Subprocess aborted)'
b'\t 25 - wiki_mis2 (Subprocess aborted)'
b'\t 26 - wiki_coarsening (Subprocess aborted)'
b'\t 27 - wiki_rcm (Subprocess aborted)'
b'\t 28 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.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=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --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_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.162/TestAll_2023-09-07_09.15.13/rocm/5.2.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: caraway06: 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''

@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' - Failure: Timed out waiting for job KokkosKernels_PullRequest_CLANG1001_solo to start: Total Wait = 3603

@e10harvey e10harvey added the AT: RETEST Have this PR retested. label Sep 20, 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: 909
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 500
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 173
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 172
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 172
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 153
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 664
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 659
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 657
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: 387b17c
  • Mode: TEST_REPO

Pull Request Author: e10harvey

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 500
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 173
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 172
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 172
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 178
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 153
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 664
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 659
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 657
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 178
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 909 (click to expand)

b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62790> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  c3ae47cb0cea3dda2a1c5fe99b3d604506d86ca2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=1282 run_time=424'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  c3ae47cb0cea3dda2a1c5fe99b3d604506d86ca2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=1690 run_time=412'
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 # 500 (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=543 run_time=93'
b'gcc-9.3.0-OpenMP_Serial-release build_time=713 run_time=230'
b'gcc-9.3.0-Serial-release build_time=485 run_time=98'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  062886f49d60f386e0da9fbc8dabf33af6f831b7 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=516 run_time=104'
b'gcc-9.3.0-Serial-release build_time=475 run_time=99'
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 # 173 (click to expand)

b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2051865 queued and waiting for resources'
b'srun: job 2051865 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  292da1d95c8dcf179d9975e278782fea50f1deff Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=440 run_time=110'
b'gnu-10.2.1-Threads_Serial-release build_time=610 run_time=188'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2051866 queued and waiting for resources'
b'srun: job 2051866 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f2042b8dc0527a2dae7225e8955fc3f5d45aa23a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=407 run_time=104'
b'gnu-10.2.1-Threads_Serial-release build_time=557 run_time=168'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_team_abs.hpp             |  30 +-'
b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2051867 queued and waiting for resources'
b'srun: job 2051867 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  6d6fc6a564bcaff55dd54ec998ed9904475c711a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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-OpenMP_Serial-release'
b'kokkos devices: OpenMP,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-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=638 run_time=211'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2051868 queued and waiting for resources'
b'srun: job 2051868 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  2cd00696fe47f71ebec33b363e9f9a568eda11a1 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
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-OpenMP-release'
b'kokkos devices: OpenMP'
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-OpenMP-release'
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-OpenMP-release build_time=1616 run_time=98'
b'intel-19.0.5.281-Threads-release build_time=1136 run_time=97'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_team_abs.hpp             |  30 +-'
b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2051879 queued and waiting for resources'
b'srun: job 2051879 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  dfe482b730c8e6573a4dcaa5ab7f9e2b75234b17 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=669 run_time=198'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
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 4206'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  b0b4de99f07d53ee8d3fbadd4ea43351aec535fe Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=2059 run_time=1357'
b'armpl-21.1.0-Serial-release build_time=1830 run_time=258'
b'salloc: Relinquishing job allocation 4206'
b'salloc: Job allocation 4206 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
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 4208'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  c710d053c5b29c215242f95f7b1be9f39cf364d2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
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=2884 run_time=2608'
b'salloc: Relinquishing job allocation 4208'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_sum.hpp                  |  16 +-'
b' blas/unit_test/Test_Blas1_swap.hpp                 |   8 +-'
b' blas/unit_test/Test_Blas1_team_abs.hpp             |  30 +-'
b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 188 files changed, 1987 insertions(+), 1924 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  a798fa55694fb36a8dbbaa84cc671245f80e2a27 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  2e743674a89dc133a6b16e0bc7aa992713e0dbc9 improve tests (#6437)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
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.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=1061 run_time=351'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'26: Test timeout computed to be: 2500'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'26/28 Test #26: wiki_coarsening ..................Subprocess aborted***Exception:   0.44 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 27'
b'      Start 27: wiki_rcm'
b''
b'27: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.178/TestAll_2023-09-20_18.41.56/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'27: Test timeout computed to be: 2500'
b"27: terminate called after throwing an instance of 'std::runtime_error'"
b'27:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'27/28 Test #27: wiki_rcm .........................Subprocess aborted***Exception:   0.78 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 28'
b'      Start 28: gmres_test_prec'
b''
b'28: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.178/TestAll_2023-09-20_18.41.56/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'28: Test timeout computed to be: 2500'
b'28: Convergence tolerance is: 1e-10'
b"28: terminate called after throwing an instance of 'std::runtime_error'"
b'28:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'28/28 Test #28: gmres_test_prec ..................Subprocess aborted***Exception:   0.47 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b''
b'0% tests passed, 28 tests failed out of 28'
b''
b'Total Test time (real) =  27.14 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_hip (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_hip (Subprocess aborted)'
b'\t  4 - batched_gemm_hip (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_hip (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_hip (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_hip (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_hip (Subprocess aborted)'
b'\t 14 - blocksparse_hip (Subprocess aborted)'
b'\t 15 - sparse_serial (Subprocess aborted)'
b'\t 16 - blocksparse_serial (Subprocess aborted)'
b'\t 17 - ode_hip (Subprocess aborted)'
b'\t 18 - ode_serial (Subprocess aborted)'
b'\t 19 - wiki_crsmatrix (Subprocess aborted)'
b'\t 20 - wiki_spmv (Subprocess aborted)'
b'\t 21 - wiki_spadd (Subprocess aborted)'
b'\t 22 - wiki_spgemm (Subprocess aborted)'
b'\t 23 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 24 - wiki_coloring (Subprocess aborted)'
b'\t 25 - wiki_mis2 (Subprocess aborted)'
b'\t 26 - wiki_coarsening (Subprocess aborted)'
b'\t 27 - wiki_rcm (Subprocess aborted)'
b'\t 28 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.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=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --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_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.178/TestAll_2023-09-20_18.41.56/rocm/5.2.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: caraway05: 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''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Sep 21, 2023
@cwpearson
Copy link
Contributor

Looks like this was hit by intermittent failures in the caraway queue (caraway05 was in a bad state). We think this is fixed now.

@cwpearson cwpearson added the AT: RETEST Have this PR retested. label Sep 22, 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: 918
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 509
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 182
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 181
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 181
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 187
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 162
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 673
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 668
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 666
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 187
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: 387b17c
  • Mode: TEST_REPO

Pull Request Author: e10harvey

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 509
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 182
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 181
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 181
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 187
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 162
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 673
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 668
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 666
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 187
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 918 (click to expand)

b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62901> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  791f5d1071ca0b64d6d4453c01ff6aa901f52bdc Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=2197 run_time=498'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  791f5d1071ca0b64d6d4453c01ff6aa901f52bdc Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=2473 run_time=496'
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 # 509 (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=596 run_time=193'
b'gcc-9.3.0-OpenMP_Serial-release build_time=913 run_time=249'
b'gcc-9.3.0-Serial-release build_time=639 run_time=87'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  274c107e4764ad26fecf91383096455e92677b8e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=643 run_time=98'
b'gcc-9.3.0-Serial-release build_time=702 run_time=86'
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 # 182 (click to expand)

b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2053538 queued and waiting for resources'
b'srun: job 2053538 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  92e039ab8dded29999704490e5fe9aa616e34490 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=448 run_time=111'
b'gnu-10.2.1-Threads_Serial-release build_time=617 run_time=187'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2053539 queued and waiting for resources'
b'srun: job 2053539 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  d760223a1cbb6e6bc3cd4f3df315ea9c13eb8754 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=417 run_time=106'
b'gnu-10.2.1-Threads_Serial-release build_time=569 run_time=168'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2053540 queued and waiting for resources'
b'srun: job 2053540 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  2b3aca29d1502686000212aaa58b41cae457db53 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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-OpenMP_Serial-release'
b'kokkos devices: OpenMP,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-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=631 run_time=210'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2053541 queued and waiting for resources'
b'srun: job 2053541 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f406820e84720abf7a1c543ba0a7ef7d7bccc432 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
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-OpenMP-release'
b'kokkos devices: OpenMP'
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-OpenMP-release'
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-OpenMP-release build_time=1596 run_time=96'
b'intel-19.0.5.281-Threads-release build_time=1128 run_time=95'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2053574 queued and waiting for resources'
b'srun: job 2053574 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  32d5c55606e4a4e3f8f46536cfc39cf966c5ef85 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=679 run_time=199'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
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 4228'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  dff2db76e050a46cf539683978fd4fcb2308f024 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=1953 run_time=1350'
b'armpl-21.1.0-Serial-release build_time=2029 run_time=299'
b'salloc: Relinquishing job allocation 4228'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
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 4227'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  642f70b33b0081573ae37a3db661cc83de128e66 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
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=2865 run_time=2174'
b'salloc: Relinquishing job allocation 4227'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' blas/unit_test/Test_Blas1_swap.hpp                 |   8 +-'
b' blas/unit_test/Test_Blas1_team_abs.hpp             |  30 +-'
b' blas/unit_test/Test_Blas1_team_axpby.hpp           |  32 +-'
b' blas/unit_test/Test_Blas1_team_axpy.hpp            |  31 +-'
b' blas/unit_test/Test_Blas1_team_dot.hpp             |  33 +-'
b' blas/unit_test/Test_Blas1_team_mult.hpp            |  32 +-'
b' blas/unit_test/Test_Blas1_team_nrm2.hpp            |  18 +-'
b' blas/unit_test/Test_Blas1_team_scal.hpp            |  34 +--'
b' blas/unit_test/Test_Blas1_team_setscal.hpp         |  21 +-'
b' blas/unit_test/Test_Blas1_team_update.hpp          |  32 +-'
b' blas/unit_test/Test_Blas1_update.hpp               |  20 +-'
b' blas/unit_test/Test_Blas2_gemv.hpp                 |  22 +-'
b' blas/unit_test/Test_Blas2_gemv_util.hpp            |  13 +-'
b' blas/unit_test/Test_Blas2_ger.hpp                  |  14 +-'
b' blas/unit_test/Test_Blas2_syr.hpp                  |  12 +-'
b' blas/unit_test/Test_Blas3_gemm.hpp                 |  69 ++---'
b' blas/unit_test/Test_Blas3_trmm.hpp                 | 296 +++++++++---------'
b' blas/unit_test/Test_Blas3_trsm.hpp                 | 332 ++++++++++-----------'
b' blas/unit_test/Test_Blas_Newton.hpp                |   4 +-'
b' blas/unit_test/Test_Blas_gesv.hpp                  |  34 +--'
b' blas/unit_test/Test_Blas_serial_axpy.hpp           |  15 +-'
b' blas/unit_test/Test_Blas_serial_nrm2.hpp           |  12 +-'
b' blas/unit_test/Test_Blas_trtri.hpp                 |  32 +-'
b' common/unit_test/Test_Common_ArithTraits.hpp       |  18 +-'
b' common/unit_test/Test_Common_IOUtils.hpp           |   2 +-'
b' common/unit_test/Test_Common_LowerBound.hpp        |  10 +-'
b' .../unit_test/Test_Common_PrintConfiguration.hpp   |   2 +-'
b' common/unit_test/Test_Common_Sorting.hpp           | 123 ++++----'
b' common/unit_test/Test_Common_UpperBound.hpp        |  10 +-'
b' common/unit_test/Test_Common_set_bit_count.hpp     |  56 ++--'
b' docs/Doxyfile.in                                   |   4 +-'
b' graph/unit_test/Test_Graph_coarsen.hpp             |   8 +-'
b' graph/unit_test/Test_Graph_graph_color.hpp         |  15 +-'
b' .../Test_Graph_graph_color_deterministic.hpp       |   8 +-'
b' .../unit_test/Test_Graph_graph_color_distance2.hpp |   8 +-'
b' graph/unit_test/Test_Graph_mis2.hpp                |   8 +-'
b' graph/unit_test/Test_Graph_rcm.hpp                 |   8 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  | 112 +++----'
b' ode/unit_test/Test_ODE_RK.hpp                      |  33 +-'
b' ode/unit_test/Test_ODE_RK_chem.hpp                 |  13 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |   4 +-'
b' sparse/src/KokkosSparse_OrdinalTraits.hpp          |  20 +-'
b' sparse/src/KokkosSparse_SortCrs.hpp                |  15 +-'
b' sparse/src/KokkosSparse_mdf_handle.hpp             |   2 +-'
b' sparse/src/KokkosSparse_sptrsv_supernode.hpp       |   4 +-'
b' sparse/unit_test/Test_Sparse_MergeMatrix.hpp       |  42 +--'
b' sparse/unit_test/Test_Sparse_SortCrs.hpp           | 203 ++++++++-----'
b' .../unit_test/Test_Sparse_TestUtils_RandCsMat.hpp  |   6 +-'
b' sparse/unit_test/Test_Sparse_Transpose.hpp         |  58 ++--'
b' sparse/unit_test/Test_Sparse_ccs2crs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_coo2crs.hpp           |  30 +-'
b' sparse/unit_test/Test_Sparse_crs2ccs.hpp           |  24 +-'
b' sparse/unit_test/Test_Sparse_crs2coo.hpp           |   4 +-'
b' sparse/unit_test/Test_Sparse_csc2csr.hpp           |  20 +-'
b' sparse/unit_test/Test_Sparse_findRelOffset.hpp     |   4 +-'
b' .../unit_test/Test_Sparse_removeCrsMatrixZeros.hpp |  15 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  20 +-'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |   6 +-'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |   4 +-'
b' test_common/KokkosKernels_TestUtils.hpp            |  11 +-'
b' test_common/Test_Common_Test_All_Type_Combos.hpp   |  66 ++--'
b' test_common/Test_Cuda.hpp                          |  23 +-'
b' test_common/Test_HIP.hpp                           |   2 +-'
b' test_common/Test_OpenMP.hpp                        |   2 +-'
b' test_common/Test_OpenMPTarget.hpp                  |   2 +-'
b' test_common/Test_SYCL.hpp                          |   2 +-'
b' test_common/Test_Serial.hpp                        |   2 +-'
b' test_common/Test_Threads.hpp                       |   2 +-'
b' 190 files changed, 2000 insertions(+), 1933 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  141bbd54c7f8ac6141482dd885995ba9b06c10a6 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  e542e989af99cb87881ee2a0d06916541ee76006 improve tests to check intra-team result (#6431)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
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.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=1118 run_time=362'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'26: Test timeout computed to be: 2500'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'26/28 Test #26: wiki_coarsening ..................Subprocess aborted***Exception:   0.41 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 27'
b'      Start 27: wiki_rcm'
b''
b'27: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.187/TestAll_2023-09-23_01.20.21/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'27: Test timeout computed to be: 2500'
b"27: terminate called after throwing an instance of 'std::runtime_error'"
b'27:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'27/28 Test #27: wiki_rcm .........................Subprocess aborted***Exception:   0.40 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 28'
b'      Start 28: gmres_test_prec'
b''
b'28: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.187/TestAll_2023-09-23_01.20.21/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'28: Test timeout computed to be: 2500'
b'28: Convergence tolerance is: 1e-10'
b"28: terminate called after throwing an instance of 'std::runtime_error'"
b'28:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'28/28 Test #28: gmres_test_prec ..................Subprocess aborted***Exception:   0.44 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b''
b'0% tests passed, 28 tests failed out of 28'
b''
b'Total Test time (real) = 139.71 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_hip (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_hip (Subprocess aborted)'
b'\t  4 - batched_gemm_hip (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_hip (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_hip (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_hip (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_hip (Subprocess aborted)'
b'\t 14 - blocksparse_hip (Subprocess aborted)'
b'\t 15 - sparse_serial (Subprocess aborted)'
b'\t 16 - blocksparse_serial (Subprocess aborted)'
b'\t 17 - ode_hip (Subprocess aborted)'
b'\t 18 - ode_serial (Subprocess aborted)'
b'\t 19 - wiki_crsmatrix (Subprocess aborted)'
b'\t 20 - wiki_spmv (Subprocess aborted)'
b'\t 21 - wiki_spadd (Subprocess aborted)'
b'\t 22 - wiki_spgemm (Subprocess aborted)'
b'\t 23 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 24 - wiki_coloring (Subprocess aborted)'
b'\t 25 - wiki_mis2 (Subprocess aborted)'
b'\t 26 - wiki_coarsening (Subprocess aborted)'
b'\t 27 - wiki_rcm (Subprocess aborted)'
b'\t 28 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.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=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --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_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.187/TestAll_2023-09-23_01.20.21/rocm/5.2.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: caraway05: 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''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Sep 23, 2023
@e10harvey e10harvey added the AT: RETEST Have this PR retested. label Sep 26, 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: 923
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 514
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 187
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 186
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 186
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 192
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 167
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 678
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 673
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 671
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 192
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: psgs_stream_timing
  • SHA: 387b17c
  • Mode: TEST_REPO

Pull Request Author: e10harvey

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 514
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 187
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 186
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 186
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 192
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 167
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 678
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 673
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 671
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 192
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 387b17c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 2f33c4c
PR_LABELS AT: RETEST
PULLREQUESTNUM 1963
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Sep 26, 2023
@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 vqd8a ]!

@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

@e10harvey e10harvey merged commit d185f51 into kokkos:develop Sep 26, 2023
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.

5 participants