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

Extract diagonal blocks from a CRS matrix into separate CRS matrices #1947

Merged
merged 15 commits into from
Sep 6, 2023

Conversation

vqd8a
Copy link
Contributor

@vqd8a vqd8a commented Aug 21, 2023

This PR is just to add a utility function to extract diagonal blocks from a CRS matrix into separate CRS matrices.
These CRS matrices are used as inputs for the streamed version of SPILUK.
The number of diagonal blocks is the number of streams.
For now, this extraction is done sequentially on CPU. A parallel implementation would be done in another PR.

@vqd8a vqd8a requested a review from lucbv August 21, 2023 21:56
@kokkos-devops-admin
Copy link

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

@vqd8a vqd8a requested a review from e10harvey August 21, 2023 22:10
@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: 847
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 438
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 111
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 110
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 110
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 609
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 604
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 602
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: b3d4a6a
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 438
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 111
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 110
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 110
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 98
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 609
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 604
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 602
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 124
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b3d4a6a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 61efa26
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@vqd8a vqd8a requested a review from ndellingwood August 22, 2023 19:16
@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: 854
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 445
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 123
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 105
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 616
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 611
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 609
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 131
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: a14631a
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@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: 854
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 445
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 123
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 105
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 616
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 611
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 609
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 131
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 854 (click to expand)

b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 60%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 60%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 60%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 60%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 60%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_symbolic/Sparse_par_ilut_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 61%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 62%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 62%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 62%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 62%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 62%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 63%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 63%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 63%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 63%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 63%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 64%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 64%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 64%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 64%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 64%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 65%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spiluk_handle.hpp:20,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:23,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_symbolic_spec.hpp:23,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/common/src/KokkosKernels_HashmapAccumulator.hpp:19:10: fatal error: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/common/src/KokkosKernels_Macros.hpp: Remote I/O error'
b'compilation terminated.'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_View.hpp:42,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:31,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:39,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_symbolic_spec.hpp:20,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:20:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_MinMaxClamp.hpp:26:10: fatal error: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Pair.hpp: Remote I/O error'
b'compilation terminated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4724: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4710: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4500: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'sh: /home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv/bin/ptxas: Remote I/O error'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4696: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_symbolic/Sparse_sptrsv_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 126'
b'sh: /home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv/bin/ptxas: Remote I/O error'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4654: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 126'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4542: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'sh: /home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv/bin/ptxas: Remote I/O error'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4682: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 126'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4570: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/par_ilut_numeric/Sparse_par_ilut_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'sh: /home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv/bin/ptxas: Remote I/O error'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4668: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 126'
b'make[1]: *** [CMakeFiles/Makefile2:1479: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.854/TestAll_2023-08-22_18.22.25/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'[ 70%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:31:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_sptrsv.hpp:32:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:32:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/src/KokkosBlas3_trsm.hpp:22:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas3_trsm_spec.hpp:25:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas3_trsm_impl.hpp:30:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/batched/dense/src/KokkosBatched_Trsm_Decl.hpp:82:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/batched/dense/impl/KokkosBatched_Trsm_Team_Impl.hpp': Remote I/O error"
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Core.hpp:45:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/decl/Kokkos_Declare_CUDA.hpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda.hpp:37:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Parallel.hpp:34:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/impl/Kokkos_Tools_Generic.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Tuners.hpp:37:10: fatal error: cannot open file '/home/projects/ppc64le/gcc/7.4.0/lib/gcc/powerpc64le-unknown-linux-gnu/7.4.0/../../../../include/c++/7.4.0/cassert': Remote I/O error"
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Core.hpp:45:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/decl/Kokkos_Declare_CUDA.hpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda.hpp:37:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Parallel.hpp:31:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_View.hpp:491:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/kokkos-install/include/impl/Kokkos_ViewArray.hpp': Remote I/O error"
b'#include #include "KokkosBatched_Trsm_Team_Impl.hpp"'
b''
b'         ^         ^'
b'#include '
b''
b'         ^'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5186: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'1 error generated when compiling for sm_70.'
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5214: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5130: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:357:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp': Remote I/O error"
b'#include '
b'         ^'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5200: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_apply/Sparse_gauss_seidel_apply_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4976: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5116: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5158: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5032: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5060: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1481: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.445/TestAll_2023-08-22_18.22.25/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 # 118 (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/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins2967842919155463269.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 2029122 queued and waiting for resources'
b'srun: job 2029122 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=436 run_time=107'
b'gnu-10.2.1-Threads_Serial-release build_time=598 run_time=182'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 117 (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/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins4208959371805926663.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 2029123 queued and waiting for resources'
b'srun: job 2029123 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=403 run_time=98'
b'gnu-10.2.1-Threads_Serial-release build_time=549 run_time=164'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 117 (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/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins4859751723955327426.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 2029124 queued and waiting for resources'
b'srun: job 2029124 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=630 run_time=209'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19_solo # 123 (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/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins4138919952355941002.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 2029125 queued and waiting for resources'
b'srun: job 2029125 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=1568 run_time=98'
b'intel-19.0.5.281-Threads-release build_time=1094 run_time=92'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 105 (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/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins3748512371589830078.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 2029168 queued and waiting for resources'
b'srun: job 2029168 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=676 run_time=194'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b'[KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110] $ /bin/bash -el /tmp/jenkins1446228614408292882.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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4082'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=1927 run_time=996'
b'armpl-21.1.0-Serial-release build_time=1768 run_time=212'
b'salloc: Relinquishing job allocation 4082'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins7504994863148714151.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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
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 4083'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=2624 run_time=2105'
b'salloc: Relinquishing job allocation 4083'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'The recommended git tool is: NONE'
b'No credentials specified'
b'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/vqd8a/kokkos-kernels'
b' > git init /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/vqd8a/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 a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_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.31.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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins1232297851784533342.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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=908 run_time=336'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
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_Tpls_ROCM520/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/vqd8a/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/vqd8a/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a14631a177779b4857009f6b73d2ba7e832052fc^{commit} # timeout=10'
b'Checking out Revision a14631a177779b4857009f6b73d2ba7e832052fc (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a14631a177779b4857009f6b73d2ba7e832052fc # timeout=10'
b'Commit message: "Merge branch \'develop\' into get-diagonal-blocks-crsmatrix"'
b' > git rev-list --no-walk 7f2b601f8468f209d83d0ce46d2a485d95c5578b # 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_Tpls_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.31.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 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins1749578658335178743.sh'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  a14631a177779b4857009f6b73d2ba7e832052fc Merge branch 'develop' into get-diagonal-blocks-crsmatrix"
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
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=948 run_time=332'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Finished: SUCCESS'
b''

@vqd8a vqd8a added the AT: RETEST Have this PR retested. label Aug 23, 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: 856
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 447
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 125
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 107
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 618
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 613
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 611
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 133
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: a14631a
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 447
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 120
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 119
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 119
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 125
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 107
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 618
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 613
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 611
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 133
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a14631a
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Aug 23, 2023
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

2 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

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

@vqd8a thanks for working on this!
I added a couple comments regarding hard-coded use of int vs using more generic ordinal types. Also, would it be possible to include a unit test to demonstrate the usage of this routine and keep the code guarded, possibly including a couple special cases (for example a 0x0 input matrix, 1x1 matrix, a larger full block matrix - that is a dense square matrix that should essentially return a copy of itself as a single block)

Edit: I struck out part of my final comment, the expectation of a single block returned would not make sense if num streams >1, sorry about that

values_hostmirror_type A_values_h =
Kokkos::create_mirror_view_and_copy(Kokkos::HostSpace(), A_values);

int A_nrows = static_cast<int>(A_row_map.extent(0)) - 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this need to be hard-coded to int, or should it be one of the ordinal types? For example, if the machine treats int as 32 bit this will put a limit on the size that is supported

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ndellingwood I changed everything to ordinal_type and size_type in the new commit.

Kokkos::create_mirror_view_and_copy(Kokkos::HostSpace(), A_values);

int A_nrows = static_cast<int>(A_row_map.extent(0)) - 1;
int n_blocks = static_cast<int>(DiagBlk_v.size());
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto above: Does this need to be hard-coded to int, or should it be one of the ordinal types? For example, if the machine treats int as 32 bit this will put a limit on the size that is supported

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ndellingwood See above

int A_nrows = static_cast<int>(A_row_map.extent(0)) - 1;
int n_blocks = static_cast<int>(DiagBlk_v.size());

int rows_per_block = ((A_nrows % n_blocks) == 0) ? (A_nrows / n_blocks)
Copy link
Contributor

Choose a reason for hiding this comment

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

It isn't clear to me how or if a special case or degenerate case would be handled, for example if the input matrix is 0 x 0; if that or another corner case occurs, how and where should it be handled (here, or by the caller, or ?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ndellingwood I added a special case for 0x0 (empty) matrix in my new commit.

values_hostmirror_type A_values_h =
Kokkos::create_mirror_view_and_copy(Kokkos::HostSpace(), A_values);

int A_nrows = static_cast<int>(A_row_map.extent(0)) - 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

Another question, what should happen if a user passes in a rectangular matrix instead of square? Should there be a check and a throw for that case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ndellingwood I added a check and throw for square matrix

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

2 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@vqd8a
Copy link
Contributor Author

vqd8a commented Aug 31, 2023

@ndellingwood @e10harvey I added a unit test for this function. The PR tests passed. Could you please take a look at this again?

@kokkos-devops-admin
Copy link

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

3 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Copy link
Contributor

@e10harvey e10harvey left a comment

Choose a reason for hiding this comment

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

Thank you for these changes, @vqd8a. Please see my comments and questions below.

sparse/src/KokkosSparse_Utils.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_Utils.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_Utils.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_Utils.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_Utils.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_Utils.hpp Show resolved Hide resolved

if (nrows != 0) {
// Generate test matrix
const size_type nnz = 2 + (nrows - 2) * 3 + 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest making this a random number modulo some upper bound. Is there a particular reason for using the constants 2 and 3 in this expression>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@e10harvey For this test, I just want to have a simple diagonal matrix with one main diagonal and two diagonals: above and below the main one. So, the first row and the last row have 2 non-zero elements and the other rows have 3 non-zero elements.

ValuesType_hm hvalues("hvalues", nnz);

// first row
hrow_map(0) = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest generating a random crs matrix each run. There are utilities for this in test utils.

Copy link
Contributor Author

@vqd8a vqd8a Sep 5, 2023

Choose a reason for hiding this comment

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

@e10harvey I just do a trick here by creating a crs matrix with values being the same as entries. After extracting, in the diagonal blocks, the blk_entries change but the values in blk_values do not change. So, when checking the results, it will be easy to recover the blk_entries and check if these match with the blk_values. That's why I am not using a random crs matrix.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, @vqd8a. Do you expect this function to work as intended with any CRS matrix who's column indices are in ascending order?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@e10harvey Yes, it has to be a square CRS matrix with column indices in ascending order

for (size_type k = k1; k < k2; k++) {
scalar_t col = static_cast<scalar_t>(hentries_diagblk(k) + col_start);
scalar_t val = hvalues_diagblk(k);
if (Kokkos::abs(col - val) != 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we compare hvalues to DiagBlks[?].values here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@e10harvey See my comment above.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 882
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 473
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 146
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 145
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 145
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 151
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 130
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 636
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 636
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 156
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: ac523de
  • Mode: TEST_REPO

Pull Request Author: vqd8a

@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: 882
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 473
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 146
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 145
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 145
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 151
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 130
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 641
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 636
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 636
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 156
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 882 (click to expand)

b'[ 51%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 51%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 51%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 51%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 51%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 52%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 52%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 52%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 52%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 52%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 53%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 54%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 54%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 54%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 54%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 54%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_symbolic/Sparse_spadd_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 55%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 56%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spadd_numeric/Sparse_spadd_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 57%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 58%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 59%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:32,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:20,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:21:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_HostSpace.hpp:39:10: fatal error: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/impl/Kokkos_HostSpace_deepcopy.hpp: Remote I/O error'
b'compilation terminated.'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:32,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:20,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:21:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_HostSpace.hpp:39:10: fatal error: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/impl/Kokkos_HostSpace_deepcopy.hpp: Remote I/O error'
b'compilation terminated.'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Core_fwd.hpp:29,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:43,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spiluk_symbolic_spec.hpp:20,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:21:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/impl/Kokkos_Error.hpp:24:10: fatal error: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_abort.hpp: Remote I/O error'
b'compilation terminated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4206: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b"make[2]: *** Deleting file 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'"
b'make[2]: *** Waiting for unfinished jobs....'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4164: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b"make[2]: *** Deleting file 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4178: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b"make[2]: *** Deleting file 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'"
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4248: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4262: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_numeric/Sparse_spiluk_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4234: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'Assembler messages:'
b"Fatal error: can't create CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o: Remote I/O error"
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4220: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spiluk_symbolic/Sparse_spiluk_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1479: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.882/TestAll_2023-09-05_15.10.27/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:334:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp': Remote I/O error"
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.473/TestAll_2023-09-05_15.10.27/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:531:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/src/KokkosBlas.hpp:36:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/src/KokkosBlas2_gemv.hpp:23:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas2_gemv_spec.hpp': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4920: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/trsv/Sparse_trsv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.473/TestAll_2023-09-05_15.10.27/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:336:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp': Remote I/O error"
b'#include "KokkosSparse_spadd_handle.hpp"'
b'         ^'
b'#include #include '
b''
b'         ^         ^#include #include '
b''
b''
b'#include '
b'         ^'
b'         ^'
b'         ^'
b''
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/trsv/Sparse_trsv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4934: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/trsv/Sparse_trsv_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.473/TestAll_2023-09-05_15.10.27/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:336:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp': Remote I/O error"
b'#include '
b'         ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.473/TestAll_2023-09-05_15.10.27/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:21:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_gauss_seidel_spec.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_twostage_gauss_seidel_impl.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:336:10: fatal error: cannot open file '/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp': Remote I/O error"
b'#include '
b'         ^'
b"error: error opening 'CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o.d': Remote I/O error"
b'1 error generated when compiling for host.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4696: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gmres/Sparse_gmres_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4948: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5004: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4962: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4990: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:4976: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5032: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5046: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_symbolic/Sparse_gauss_seidel_symbolic_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'1 error generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:5060: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/gauss_seidel_numeric/Sparse_gauss_seidel_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1481: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.473/TestAll_2023-09-05_15.10.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 # 146 (click to expand)

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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins2099020764975577611.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040355 queued and waiting for resources'
b'srun: job 2040355 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  773d845bac527d54798117bc416324a5dec329a4 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=457 run_time=110'
b'gnu-10.2.1-Threads_Serial-release build_time=604 run_time=186'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1175960372655963033.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 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 2040356 queued and waiting for resources'
b'srun: job 2040356 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  55cd8154009ad42fdd2a819055da1cac2a7efa75 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=564 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 # 145 (click to expand)

b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk 1c79f55864ff4ff7b378b5685331d8396f7f4726 # 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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins268684193037377491.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040358 queued and waiting for resources'
b'srun: job 2040358 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  107e1c5fe0a018dffc987680ef3ffc46351b8664 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=629 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 # 151 (click to expand)

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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins184616502148289442.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 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 2040359 queued and waiting for resources'
b'srun: job 2040359 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  268cef494aa2d0ca8d19d02d050322b53cea8ca0 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=1588 run_time=97'
b'intel-19.0.5.281-Threads-release build_time=1128 run_time=94'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk 1c79f55864ff4ff7b378b5685331d8396f7f4726 # 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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins3626411061170169015.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040380 queued and waiting for resources'
b'srun: job 2040380 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  e2ff4f88be9fe3f58e9934396c3261a6b11a2483 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=668 run_time=200'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 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 4146'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  e21ad78a56bfa031cc6890bbe0db466d7b320121 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=1932 run_time=1098'
b'armpl-21.1.0-Serial-release build_time=1813 run_time=219'
b'salloc: Relinquishing job allocation 4146'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 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 4145'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  e21ad78a56bfa031cc6890bbe0db466d7b320121 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=2657 run_time=2182'
b'salloc: Relinquishing job allocation 4145'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'ort' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  6595ac7e660e8680a1f93bc32230b3831d368793 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=907 run_time=330'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk 1c79f55864ff4ff7b378b5685331d8396f7f4726 # 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_Tpls_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 c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'Commit message: "Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default"'
b' > git rev-list --no-walk 8aae5eaa932e8b565c7b73d464cc49ba36b15e15 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins7263973784875039461.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b'   acdd89691..151a21334  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'ort' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 280 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3513 insertions(+), 1889 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  0dec9d4bd837b97ad88f66ea9c5af4f2f034cc4e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 Merge pull request #6402 from dalg24/cuda_malloc_async_on_by_default'
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=952 run_time=330'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Finished: SUCCESS'
b''

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 474
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 147
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 146
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 146
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 152
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 131
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 642
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 637
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 637
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 157
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: ac523de
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 474
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 147
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 146
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 146
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 152
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 131
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 642
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 637
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 637
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 157
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 883 (click to expand)

b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62176> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  ca11b8c13941e028c9a7becaf50b1eab10659a0f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1278 run_time=406'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  ca11b8c13941e028c9a7becaf50b1eab10659a0f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1683 run_time=413'
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 # 474 (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=524 run_time=92'
b'gcc-9.3.0-OpenMP_Serial-release build_time=708 run_time=223'
b'gcc-9.3.0-Serial-release build_time=478 run_time=86'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  62427b20db836b0e186187218abda2ff8ef17cea Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=504 run_time=90'
b'gcc-9.3.0-Serial-release build_time=455 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 # 147 (click to expand)

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins4497510379328895965.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   151a21334..aa70eb952  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040580 queued and waiting for resources'
b'srun: job 2040580 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  9545777d8b313c12bbc242d8a28e8e678bd2727d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=449 run_time=110'
b'gnu-10.2.1-Threads_Serial-release build_time=618 run_time=184'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins5296109653179871379.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   151a21334..aa70eb952  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 2040581 queued and waiting for resources'
b'srun: job 2040581 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  c5ce83c4d7128c0799201d612ca37940f2a3329a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=405 run_time=102'
b'gnu-10.2.1-Threads_Serial-release build_time=562 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 # 146 (click to expand)

b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk ac523de1e9c90c2c20ef123c64a168a26e57c77b # 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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins4873250846692268390.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   151a21334..aa70eb952  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040582 queued and waiting for resources'
b'srun: job 2040582 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  2b88735d84e7ac799bdf046404e49544ef7ce3f6 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=632 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 # 152 (click to expand)

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins1978651080265772110.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   151a21334..aa70eb952  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 2040583 queued and waiting for resources'
b'srun: job 2040583 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  ce131aa5f9ea21247b4848b25447312383d3326a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1573 run_time=97'
b'intel-19.0.5.281-Threads-release build_time=1117 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 # 131 (click to expand)

b' > git fetch --tags --force --progress -- https://github.com/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk ac523de1e9c90c2c20ef123c64a168a26e57c77b # 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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk c53a95e0c9b7ae258d7b99e518dfacac7d12d3d9 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins3259702125455453383.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'   151a21334..aa70eb952  develop    -> upstream/develop'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2040592 queued and waiting for resources'
b'srun: job 2040592 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  5d7b03a59017f69e3cfcddd3f1ae668a35832c80 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=687 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 # 642 (click to expand)

b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 4149'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a815a4aba0e5b81b604822f0fb483ef08ceaad6b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1925 run_time=984'
b'armpl-21.1.0-Serial-release build_time=1812 run_time=219'
b'salloc: Relinquishing job allocation 4149'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 4148'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a815a4aba0e5b81b604822f0fb483ef08ceaad6b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=2651 run_time=2056'
b'salloc: Relinquishing job allocation 4148'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'ort' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  4372a57b0292b29698970e11efd7ccef1453a343 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=933 run_time=324'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 157 (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.43 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.157/TestAll_2023-09-06_00.03.59/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.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 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.157/TestAll_2023-09-06_00.03.59/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.46 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) =  13.22 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.157/TestAll_2023-09-06_00.03.59/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 kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Sep 6, 2023
@vqd8a vqd8a added the AT: RETEST Have this PR retested. label Sep 6, 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: 884
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 475
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 148
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 147
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 147
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 153
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 132
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 643
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 638
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 638
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 158
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (vqd8a/kokkos-kernels)
  • Branch: get-diagonal-blocks-crsmatrix
  • SHA: ac523de
  • Mode: TEST_REPO

Pull Request Author: vqd8a

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 475
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 148
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 147
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 147
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 153
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 132
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 643
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 638
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 638
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 158
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/vqd8a/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ac523de
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS AT: RETEST
PULLREQUESTNUM 1947
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 884 (click to expand)

b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <62190> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  564b83e9fb37d9e0654cd997b5eb063d9073a91d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1483 run_time=460'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  564b83e9fb37d9e0654cd997b5eb063d9073a91d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1892 run_time=473'
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 # 475 (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=520 run_time=93'
b'gcc-9.3.0-OpenMP_Serial-release build_time=699 run_time=226'
b'gcc-9.3.0-Serial-release build_time=471 run_time=88'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  ed9a109983738b1d7f34e786b74ce94a27c67a07 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=495 run_time=91'
b'gcc-9.3.0-Serial-release build_time=454 run_time=88'
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 # 148 (click to expand)

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins2327257415751561538.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  a435f5ed6734d5dd5f7159bfadfe74ba3b4a7dde Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=445 run_time=110'
b'gnu-10.2.1-Threads_Serial-release build_time=605 run_time=188'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins7220840412897583282.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  dfde4c61e21a08643056ae56bba27f7bf2b14ae5 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=408 run_time=101'
b'gnu-10.2.1-Threads_Serial-release build_time=559 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 # 147 (click to expand)

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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk ac523de1e9c90c2c20ef123c64a168a26e57c77b # 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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins9111864663264302055.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  ce0ca4f436f9003725bef355e7089da59fffb079 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=632 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 # 153 (click to expand)

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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins1388864977955552476.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  90c995f177fcabc6067da6d43267e314f8e3f522 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1574 run_time=98'
b'intel-19.0.5.281-Threads-release build_time=1127 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 # 132 (click to expand)

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/vqd8a/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse ac523de1e9c90c2c20ef123c64a168a26e57c77b^{commit} # timeout=10'
b'Checking out Revision ac523de1e9c90c2c20ef123c64a168a26e57c77b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f ac523de1e9c90c2c20ef123c64a168a26e57c77b # timeout=10'
b'Commit message: "Clang format"'
b' > git rev-list --no-walk ac523de1e9c90c2c20ef123c64a168a26e57c77b # 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 3c97512cc55b2a7ec53bf8675ef63adb139f453a (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'Commit message: "OpenMP backend refactor files. (#6403)"'
b' > git rev-list --no-walk 3c97512cc55b2a7ec53bf8675ef63adb139f453a # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins52574690489912771.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  d0d7d403d8070701293a90340df049980f2761e1 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=687 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 # 643 (click to expand)

b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 4150'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a39a3603cc47575e6d33b7629e59d18c0037cc9b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=1942 run_time=941'
b'armpl-21.1.0-Serial-release build_time=1819 run_time=221'
b'salloc: Relinquishing job allocation 4150'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'recursive' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 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 4151'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  a39a3603cc47575e6d33b7629e59d18c0037cc9b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=2679 run_time=2085'
b'salloc: Relinquishing job allocation 4151'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

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.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.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]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b'Auto-merging sparse/src/KokkosSparse_Utils.hpp'
b"Merge made by the 'ort' strategy."
b' .github/workflows/osx.yml                          |   2 +-'
b' cm_generate_makefile.bash                          |  22 +-'
b' common/src/KokkosKernels_ExecSpaceUtils.hpp        |  80 +-'
b' common/src/KokkosKernels_SimpleUtils.hpp           |  32 +-'
b' common/src/KokkosKernels_Utils.hpp                 | 161 +++-'
b' docs/developer/apidocs/sparse.rst                  |  15 +-'
b' perf_test/sparse/KokkosSparse_gs.cpp               |  12 +-'
b' perf_test/sparse/KokkosSparse_spmv_merge.cpp       |   6 +-'
b' .../sparse/KokkosSparse_spmv_struct_tuning.cpp     |  14 +-'
b' scripts/cm_test_all_sandia                         |   1 +'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp     | 191 ++--'
b' sparse/impl/KokkosSparse_gauss_seidel_spec.hpp     |  82 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   | 234 ++---'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   7 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   | 360 ++++----'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             | 349 ++++---'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             | 335 ++++---'
b' sparse/impl/KokkosSparse_spmv_struct_impl.hpp      | 281 +++---'
b' sparse/impl/KokkosSparse_spmv_struct_spec.hpp      | 343 ++++---'
b' sparse/src/KokkosKernels_Handle.hpp                | 100 ++-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |  15 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  18 +-'
b' sparse/src/KokkosSparse_Utils_cusparse.hpp         |  17 +'
b' sparse/src/KokkosSparse_Utils_rocsparse.hpp        |  18 +'
b' sparse/src/KokkosSparse_gauss_seidel.hpp           | 368 +++++++-'
b' sparse/src/KokkosSparse_gauss_seidel_handle.hpp    |  90 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 998 +++++++++++++++------'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp | 128 +--'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 191 ++--'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |  30 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |  75 +-'
b' .../KokkosSparse_spmv_struct_tpl_spec_avail.hpp    |   6 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   | 109 ++-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    | 243 ++---'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      | 314 +++++--'
b' .../unit_test/Test_Sparse_replaceSumIntoLonger.hpp |   4 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 152 +++-'
b' 37 files changed, 3514 insertions(+), 1889 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  cec74e01db70eb72db49d17c87998c19b8dc2769 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  3c97512cc55b2a7ec53bf8675ef63adb139f453a OpenMP backend refactor files. (#6403)'
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=911 run_time=327'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 158 (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.39 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.158/TestAll_2023-09-06_03.03.57/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.39 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.158/TestAll_2023-09-06_03.03.57/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) =  12.38 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.158/TestAll_2023-09-06_03.03.57/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 kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Sep 6, 2023
@e10harvey
Copy link
Contributor

@vqd8a: The ROCM failure appears to be unrelated to these changes. I'll triage it.

@e10harvey
Copy link
Contributor

Given that the past 3 test runs with source of ac523de and target of 87fee56 show passes on all the AutoTester builds, I am OK with merging this.

@e10harvey e10harvey merged commit 2f33c4c into kokkos:develop Sep 6, 2023
@vqd8a
Copy link
Contributor Author

vqd8a commented Sep 6, 2023

@e10harvey Thanks for merging it.

@ndellingwood ndellingwood added the TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TrilinosPatchMatch Apply this label for PR's mirroring changes submitted directly to Trilinos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants