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

ODE - RK: fixing small issues reported by Yaro #2229

Merged
merged 10 commits into from
Nov 4, 2024
Merged

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Jun 4, 2024

  • fix integer division to floating point division
  • fix evaluation of max scaled error
  • increase or decrease time step using uniform formula
  • use num_steps instead of max_steps for dt calculation
  • add a time step when using constant dt to avoid issues with round-off errors
  • include a counter for time steps, jacobian evaluation, function evaluation

@lucbv lucbv added bug Cleanup Code maintenance that isn't a bugfix or new feature labels Jun 4, 2024
@lucbv lucbv self-assigned this Jun 4, 2024
@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: 1357
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 946
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 603
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 590
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 591
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 595
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 567
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1051
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 569
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: fd1cca7
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1357
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 946
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 603
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 590
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 591
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 595
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 567
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1051
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 569
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fd1cca7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
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
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

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

Copy link

@vasylivy vasylivy left a comment

Choose a reason for hiding this comment

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

Hi Luc,

Thanks for making this PR. Regarding testing the adaptive control, I think unit tests that tests a) error < rel tol and b) step count < some count would be sufficient to capture the issue.

Also could we make the num_stages() constexpr?

Thanks,

Yaro

ode/impl/KokkosODE_RungeKutta_impl.hpp Outdated Show resolved Hide resolved
ode/impl/KokkosODE_RungeKutta_impl.hpp Outdated Show resolved Hide resolved
ode/src/KokkosODE_Types.hpp Show resolved Hide resolved
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 948
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 605
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 592
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 593
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 597
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 569
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1053
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 570
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: 016ce96
  • Mode: TEST_REPO

Pull Request Author: lucbv

@lucbv lucbv requested a review from vasylivy June 5, 2024 20:07
@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: 1359
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 948
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 605
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 592
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 593
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 597
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 569
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1053
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 570
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 016ce96
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

1 similar comment
@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: 1362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 951
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 608
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 595
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 596
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 600
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 572
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1056
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 573
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: 6e3346c
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 951
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 608
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 595
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 596
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 600
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 572
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1056
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 573
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e3346c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1362 (click to expand)

b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::__ostream_insert > " is undefined in device code'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::cout" is undefined in device code'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: calling a constexpr __host__ function("std::char_traits ::length") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)5,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed. The experimental flag \'--expt-relaxed-constexpr\' can be used to allow this.'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::char_traits ::length" is undefined in device code'
b''
b'/usr/include/c++/8/ostream(564): error: identifier "std::cout" is undefined in device code'
b''
b'/usr/include/c++/8/ostream(564): error: calling a __host__ function("std::basic_ostream >::_M_insert ") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)5,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/usr/include/c++/8/ostream(564): error: identifier "std::basic_ostream >::_M_insert " is undefined in device code'
b''
b'/usr/include/c++/8/ostream(175): error: calling a __host__ function("std::endl > ") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)5,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/usr/include/c++/8/ostream(175): error: identifier "std::endl > " is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::cout" is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::cout" is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: calling a __host__ function("std::basic_ios > ::clear") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::basic_ios > ::clear" is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: calling a constexpr __host__ function("std::operator |") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed. The experimental flag \'--expt-relaxed-constexpr\' can be used to allow this.'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::operator |" is undefined in device code'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: calling a __host__ function("std::__ostream_insert > ") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::__ostream_insert > " is undefined in device code'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::cout" is undefined in device code'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: calling a constexpr __host__ function("std::char_traits ::length") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed. The experimental flag \'--expt-relaxed-constexpr\' can be used to allow this.'
b''
b'/usr/include/c++/8/bits/basic_ios.h(158): error: identifier "std::char_traits ::length" is undefined in device code'
b''
b'/usr/include/c++/8/ostream(564): error: identifier "std::cout" is undefined in device code'
b''
b'/usr/include/c++/8/ostream(564): error: calling a __host__ function("std::basic_ostream >::_M_insert ") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/usr/include/c++/8/ostream(564): error: identifier "std::basic_ostream >::_M_insert " is undefined in device code'
b''
b'/usr/include/c++/8/ostream(175): error: calling a __host__ function("std::endl > ") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)6,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/usr/include/c++/8/ostream(175): error: identifier "std::endl > " is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::cout" is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::cout" is undefined in device code'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: calling a __host__ function("std::basic_ios > ::clear") from a __device__ function("Kokkos::Impl::ParallelFor< ::Test::RKSolve_wrapper< ::Test::duho, ( ::KokkosODE::Experimental::RK_type)7,  ::Kokkos::View  > ,  ::Kokkos::View  > , double, (bool)0> ,  ::Kokkos::RangePolicy< ::Kokkos::Cuda > ,  ::Kokkos::Cuda> ::operator () const") is not allowed'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1362/TestAll_2024-06-06_18.28.41/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/kokkos-install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp(80): error: identifier "std::basic_ios > ::clear" is undefined in device code'
b''
b'Error limit reached.'
b'100 errors detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/ode/unit_test/backends/Test_Cuda_ODE.cpp".'
b'Compilation terminated.'
b'make[2]: *** [ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/build.make:90: ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/backends/Test_Cuda_ODE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2078: ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 79%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 79%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 79%] Built target KokkosKernels_batched_dla_openmp'
b'[ 79%] Built target KokkosKernels_blas_openmp'
b'[ 79%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 79%] Built target KokkosKernels_graph_openmp'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 79%] Built target KokkosKernels_blocksparse_openmp'
b'[ 79%] Built target KokkosKernels_blocksparse_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_blas_cuda'
b'[ 79%] Built target KokkosKernels_blas_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_batched_dla_cuda'
b'[ 79%] Built target KokkosKernels_batched_dla_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_graph_cuda'
b'[ 79%] Built target KokkosKernels_graph_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_sparse_openmp'
b'[ 79%] Built target KokkosKernels_sparse_openmp'
b'[ 80%] Linking CXX executable KokkosKernels_batched_gemm_cuda'
b'[ 80%] Built target KokkosKernels_batched_gemm_cuda'
b'[ 80%] Linking CXX executable KokkosKernels_sparse_cuda'
b'[ 80%] Built target KokkosKernels_sparse_cuda'
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.1362/TestAll_2024-06-06_18.28.41/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 # 951 (click to expand)

b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.951/TestAll_2024-06-06_18.28.46/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp:87:3: note: called by 'cuda_parallel_launch_local_memory>, Kokkos::View>, double, false>, Kokkos::RangePolicy, Kokkos::Cuda>>'"
b'  driver();'
b'  ^'
b"/home/projects/ppc64le/gcc/7.4.0/lib/gcc/powerpc64le-unknown-linux-gnu/7.4.0/../../../../include/c++/7.4.0/ostream:108:7: note: 'operator<<' declared here"
b'      operator<<(__ostream_type& (*__pf)(__ostream_type&))'
b'      ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/backends/Test_Cuda_ODE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:36: error: reference to __host__ function 'operator<<' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'                                   ^'
b"/home/projects/ppc64le/gcc/7.4.0/lib/gcc/powerpc64le-unknown-linux-gnu/7.4.0/../../../../include/c++/7.4.0/ostream:174:7: note: 'operator<<' declared here"
b'      operator<<(bool __n)'
b'      ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/backends/Test_Cuda_ODE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:15: error: reference to __host__ function 'operator<<>' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'              ^'
b"/home/projects/ppc64le/gcc/7.4.0/lib/gcc/powerpc64le-unknown-linux-gnu/7.4.0/../../../../include/c++/7.4.0/ostream:556:5: note: 'operator<<>' declared here"
b'    operator<<(basic_ostream& __out, const char* __s)'
b'    ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/backends/Test_Cuda_ODE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:10: error: reference to __host__ variable 'cout' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'         ^'
b'fatal error: too many errors emitted, stopping now [-ferror-limit=]'
b'20 errors generated when compiling for sm_70.'
b'make[2]: *** [ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/build.make:90: ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/backends/Test_Cuda_ODE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2080: ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 79%] Linking CXX executable KokkosKernels_ode_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_ode_serial'
b'[ 79%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_batched_dla_serial'
b'[ 79%] Linking CXX executable KokkosKernels_graph_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_graph_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blas_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_blas_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_cuda'
b'[ 79%] Built target KokkosKernels_blocksparse_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_blocksparse_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_batched_dla_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_batched_dla_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_blas_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_blas_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_graph_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_graph_cuda'
b'[ 79%] Linking CXX executable KokkosKernels_sparse_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 79%] Built target KokkosKernels_sparse_serial'
b'[ 80%] Linking CXX executable KokkosKernels_sparse_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_sparse_cuda'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
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  --cmake-flags= --kokkos-cmake-flags= '
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.951/TestAll_2024-06-06_18.28.46/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 # 608 (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'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/lucbv/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/lucbv/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/lucbv/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 6e3346c1140abf468f8e9d4052f7a37dbb29497b^{commit} # timeout=10'
b'Checking out Revision 6e3346c1140abf468f8e9d4052f7a37dbb29497b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6e3346c1140abf468f8e9d4052f7a37dbb29497b # timeout=10'
b'Commit message: "ODE - RK: adding more tests and keep track of time steps if wanted"'
b' > git rev-list --no-walk a0583404ba4037877d50041fbcb3a03553c15705 # 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 /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.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/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -l /tmp/jenkins8539051482834658046.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' README.md | 1 +'
b' 1 file changed, 1 insertion(+)'
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:  1e4d31a0c5a2d6fef4e517dfe20d0e1a1dcfac2e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
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'kokkoskernels tpls list: '
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'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=507 run_time=132'
b'gnu-10.2.1-Threads_Serial-release build_time=688 run_time=216'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 595 (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'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/lucbv/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/lucbv/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/lucbv/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 6e3346c1140abf468f8e9d4052f7a37dbb29497b^{commit} # timeout=10'
b'Checking out Revision 6e3346c1140abf468f8e9d4052f7a37dbb29497b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6e3346c1140abf468f8e9d4052f7a37dbb29497b # timeout=10'
b'Commit message: "ODE - RK: adding more tests and keep track of time steps if wanted"'
b' > git rev-list --no-walk a0583404ba4037877d50041fbcb3a03553c15705 # 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 /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.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/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -l /tmp/jenkins156477244165772419.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' README.md | 1 +'
b' 1 file changed, 1 insertion(+)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3045090 queued and waiting for resources'
b'srun: job 3045090 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  4fd54e534e55c737bd3521fc29926b70501a444e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
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'kokkoskernels tpls list: '
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'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=463 run_time=124'
b'gnu-10.2.1-Threads_Serial-release build_time=645 run_time=192'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 596 (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'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/lucbv/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/lucbv/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/lucbv/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 6e3346c1140abf468f8e9d4052f7a37dbb29497b^{commit} # timeout=10'
b'Checking out Revision 6e3346c1140abf468f8e9d4052f7a37dbb29497b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6e3346c1140abf468f8e9d4052f7a37dbb29497b # timeout=10'
b'Commit message: "ODE - RK: adding more tests and keep track of time steps if wanted"'
b' > git rev-list --no-walk a0583404ba4037877d50041fbcb3a03553c15705 # 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 /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.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/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -l /tmp/jenkins17296873483624042311.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' README.md | 1 +'
b' 1 file changed, 1 insertion(+)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3045091 queued and waiting for resources'
b'srun: job 3045091 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  3336795bc85d278ff87624ac790d4bdc74b29e93 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
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'kokkoskernels tpls list: ,blas'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=718 run_time=249'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.2.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo102: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 572 (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'Wiping out workspace first.'
b'Cloning the remote Git repository'
b'Cloning repository https://github.com/lucbv/kokkos-kernels'
b' > git init /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/lucbv/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.39.3'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/lucbv/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 6e3346c1140abf468f8e9d4052f7a37dbb29497b^{commit} # timeout=10'
b'Checking out Revision 6e3346c1140abf468f8e9d4052f7a37dbb29497b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6e3346c1140abf468f8e9d4052f7a37dbb29497b # timeout=10'
b'Commit message: "ODE - RK: adding more tests and keep track of time steps if wanted"'
b' > git rev-list --no-walk a0583404ba4037877d50041fbcb3a03553c15705 # 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 /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.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/4.3.00^{commit} # timeout=10'
b' > git rev-parse 4.3.00^{commit} # timeout=10'
b'Checking out Revision 486cc745cb9a287f3915061455105a3ee588c616 (4.3.00)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'Commit message: "Merge pull request #6908 from ndellingwood/master-release-4.3.00"'
b' > git rev-list --no-walk 486cc745cb9a287f3915061455105a3ee588c616 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -l /tmp/jenkins7683299528623034193.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' README.md | 1 +'
b' 1 file changed, 1 insertion(+)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 3045093 queued and waiting for resources'
b'srun: job 3045093 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  d6ef336cb18e4710601b458c18fa28726d863b04 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  486cc745cb9a287f3915061455105a3ee588c616 Merge pull request #6908 from ndellingwood/master-release-4.3.00'
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'kokkoskernels tpls list: '
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=734 run_time=228'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1056 (click to expand)

b'    std::cout << "counting step? " << record_count << std::endl;'
b'                                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1056/TestAll_2024-06-06_18.30.28/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp:44:5: note: called by 'exec_range'"
b'    m_functor(i);'
b'    ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1056/TestAll_2024-06-06_18.30.28/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp:69:22: note: called by 'operator()'"
b'      this->template exec_range(iwork);'
b'                     ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1056/TestAll_2024-06-06_18.30.28/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:88:3: note: called by 'hip_parallel_launch_local_memory>, Kokkos::View>, double>, Kokkos::RangePolicy, Kokkos::HIP>, 1024U, 1U>'"
b'  driver();'
b'  ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:108:7: note: 'operator<<' declared here"
b'      operator<<(__ostream_type& (*__pf)(__ostream_type&))'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:36: error: reference to __host__ function 'operator<<' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'                                   ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:174:7: note: 'operator<<' declared here"
b'      operator<<(bool __n)'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:15: error: reference to __host__ function 'operator<<>' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'              ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:559:5: note: 'operator<<>' declared here"
b'    operator<<(basic_ostream& __out, const char* __s)'
b'    ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:10: error: reference to __host__ variable 'cout' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'         ^'
b'fatal error: too many errors emitted, stopping now [-ferror-limit=]'
b'20 errors generated when compiling for gfx1030.'
b'make[2]: *** [ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/build.make:90: ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'make[1]: *** [CMakeFiles/Makefile2:2078: ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 79%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 79%] Built target KokkosKernels_graph_serial'
b'[ 79%] Linking CXX executable KokkosKernels_common_hip'
b'[ 79%] Built target KokkosKernels_common_hip'
b'[ 79%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 79%] Built target KokkosKernels_ode_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 79%] Built target KokkosKernels_blocksparse_hip'
b'[ 79%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 79%] Built target KokkosKernels_blocksparse_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 79%] Built target KokkosKernels_blas_hip'
b'[ 79%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 79%] Built target KokkosKernels_batched_dla_hip'
b'[ 79%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 79%] Built target KokkosKernels_graph_hip'
b'[ 79%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 79%] Built target KokkosKernels_sparse_serial'
b'[ 79%] Linking CXX executable KokkosKernels_sparse_hip'
b'[ 79%] Built target KokkosKernels_sparse_hip'
b'[ 80%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 80%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1056/TestAll_2024-06-06_18.30.28/rocm/5.6.1/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: lean3: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 573 (click to expand)

b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:52: error: reference to __host__ function 'operator<<' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'                                                   ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.573/TestAll_2024-06-06_18.30.37/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp:44:5: note: called by 'exec_range'"
b'    m_functor(i);'
b'    ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.573/TestAll_2024-06-06_18.30.37/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp:69:22: note: called by 'operator()'"
b'      this->template exec_range(iwork);'
b'                     ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.573/TestAll_2024-06-06_18.30.37/rocm/5.6.1/Hip_Serial-release/kokkos-install/include/HIP/Kokkos_HIP_KernelLaunch.hpp:88:3: note: called by 'hip_parallel_launch_local_memory>, Kokkos::View>, double>, Kokkos::RangePolicy, Kokkos::HIP>, 1024U, 1U>'"
b'  driver();'
b'  ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:108:7: note: 'operator<<' declared here"
b'      operator<<(__ostream_type& (*__pf)(__ostream_type&))'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:36: error: reference to __host__ function 'operator<<' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'                                   ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:174:7: note: 'operator<<' declared here"
b'      operator<<(bool __n)'
b'      ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:15: error: reference to __host__ function 'operator<<>' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'              ^'
b"/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/ostream:559:5: note: 'operator<<>' declared here"
b'    operator<<(basic_ostream& __out, const char* __s)'
b'    ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/backends/Test_HIP_ODE.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/kokkos-kernels/ode/unit_test/Test_ODE_RK.hpp:117:10: error: reference to __host__ variable 'cout' in __host__ __device__ function"
b'    std::cout << "counting step? " << record_count << std::endl;'
b'         ^'
b'fatal error: too many errors emitted, stopping now [-ferror-limit=]'
b'20 errors generated when compiling for gfx1030.'
b'make[2]: *** [ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/build.make:90: ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2078: ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 78%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 78%] Built target KokkosKernels_graph_serial'
b'[ 78%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 78%] Linking CXX executable KokkosKernels_common_hip'
b'[ 78%] Built target KokkosKernels_common_hip'
b'[ 78%] Built target KokkosKernels_blocksparse_hip'
b'[ 78%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 78%] Built target KokkosKernels_ode_serial'
b'[ 78%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 78%] Built target KokkosKernels_blocksparse_serial'
b'[ 78%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 78%] Built target KokkosKernels_blas_hip'
b'[ 78%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 78%] Built target KokkosKernels_batched_dla_hip'
b'[ 78%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 78%] Built target KokkosKernels_graph_hip'
b'[ 78%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 78%] Built target KokkosKernels_sparse_serial'
b'[ 79%] Linking CXX executable KokkosKernels_sparse_hip'
b'[ 79%] Built target KokkosKernels_sparse_hip'
b'[ 80%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 80%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.573/TestAll_2024-06-06_18.30.37/rocm/5.6.1/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: lean4: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1370
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 959
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 616
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 603
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 604
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 608
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 580
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1062
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 579
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: 497fee7
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 959
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 616
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 603
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 604
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 608
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 580
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1062
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 579
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 497fee7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1370 (click to expand)

b'31:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'31:   9  9  9 39 39 39 40 40 10 10 10 11 11 38 38'
b'31:   9  9  9 39 39 39 40 40 10 10 10 11 11 11 11'
b'31:   9  9 12 12 39 13 13 13 10 10 10 11 11 11 11'
b'31:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'31:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'31:  14 14 16 16 16 17 17 17 18 18 42 42 15 15 15'
b'31:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 15'
b'31:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 20'
b'31:  19 19 21 21 21 44 17 22 22 22 18 20 20 43 43'
b'31:  23 23 21 21 21 44 44 22 22 22 24 24 24 43 43'
b'31:  23 23 21 21 21 44 44 22 22 22 24 24 24 25 25'
b'31:  23 23 23 26 26 44 44 27 27 27 24 24 24 25 25'
b'31:  28 28 26 26 26 26 26 27 27 27 29 29 29 25 25'
b'31:  28 28 28 26 26 26 31 27 27 27 29 29 29 46 46'
b'31:  28 28 30 30 30 31 31 31 45 45 29 29 29 46 46'
b'31:  32 32 30 30 30 31 31 31 45 45 45 33 33 46 46'
b'31:  32 32 30 30 30 31 31 31 35 47 47 33 33 33 48'
b'31:  32 49 49 34 34 34 31 35 35 47 47 47 33 48 48'
b'31:  32 49 49 34 34 34 34 35 35 35 47 47 33 48 48'
b'31: '
b'31/33 Test #31: wiki_coarsening ..................   Passed    0.19 sec'
b'test 32'
b'      Start 32: wiki_rcm'
b''
b'32: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1370/TestAll_2024-06-11_14.49.32/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.19 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1370/TestAll_2024-06-11_14.49.32/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.21 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 512.70 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Subprocess aborted)'
b'\t 20 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1370/TestAll_2024-06-11_14.49.32/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 # 959 (click to expand)

b'test 32'
b'      Start 32: wiki_rcm'
b''
b'32: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.959/TestAll_2024-06-11_14.49.34/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.17 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.959/TestAll_2024-06-11_14.49.34/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.63 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 573.60 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Subprocess aborted)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test 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'        export KOKKOS_NUM_THREADS=8'
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  --cmake-flags= --kokkos-cmake-flags= '
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.959/TestAll_2024-06-11_14.49.34/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 # 616 (click to expand)

b'22:          **       *      **         '
b'22:            ***  **   *  *  *        '
b'22:             ***     * * *  **       '
b'22:              ***     * *   ***      '
b'22:               **      *     **      '
b'22:                 *** **   * *  *     '
b'22:                  ***    * **  **    '
b'22:                   **     *    **    '
b'22:                     *** **  * * *   '
b'22:                      ***   * ** **  '
b'22:                       **    *   **  '
b'22:                         *****  ** * '
b'22:                          **   * * * '
b'22:                            ***** ***'
b'22:                             **  * **'
b'22:                               **** *'
b'22:                                 *** '
b'22: '
b'22/23 Test #22: wiki_rcm .........................   Passed    0.01 sec'
b'test 23'
b'      Start 23: gmres_test_prec'
b''
b'23: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.616/TestAll_2024-06-11_15.20.59/gnu/10.2.1/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'23: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.616/TestAll_2024-06-11_15.20.59/gnu/10.2.1/OpenMP-release/example/gmres'
b'23: Test timeout computed to be: 2500'
b'23: Convergence tolerance is: 1e-10'
b'23: ========================================='
b'23: Verify from main: Ending residual is 3.48957e-14'
b'23: Number of iterations is: 1'
b'23: Diff of residual from main - residual from solver: 0'
b'23: Convergence flag is : 0'
b'23: Test passed!'
b'23/23 Test #23: gmres_test_prec ..................   Passed    0.01 sec'
b''
b'96% tests passed, 1 tests failed out of 23'
b''
b'Total Test time (real) = 134.80 sec'
b''
b'The following tests FAILED:'
b'\t 10 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.616/TestAll_2024-06-11_15.20.59/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.616/TestAll_2024-06-11_15.20.59/gnu/10.2.1/Threads_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: solo57: task 0: Exited with exit code 2'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'22:          **       *      **         '
b'22:            ***  **   *  *  *        '
b'22:             ***     * * *  **       '
b'22:              ***     * *   ***      '
b'22:               **      *     **      '
b'22:                 *** **   * *  *     '
b'22:                  ***    * **  **    '
b'22:                   **     *    **    '
b'22:                     *** **  * * *   '
b'22:                      ***   * ** **  '
b'22:                       **    *   **  '
b'22:                         *****  ** * '
b'22:                          **   * * * '
b'22:                            ***** ***'
b'22:                             **  * **'
b'22:                               **** *'
b'22:                                 *** '
b'22: '
b'22/23 Test #22: wiki_rcm .........................   Passed    0.00 sec'
b'test 23'
b'      Start 23: gmres_test_prec'
b''
b'23: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.603/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'23: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.603/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP-release/example/gmres'
b'23: Test timeout computed to be: 2500'
b'23: Convergence tolerance is: 1e-10'
b'23: ========================================='
b'23: Verify from main: Ending residual is 3.48957e-14'
b'23: Number of iterations is: 1'
b'23: Diff of residual from main - residual from solver: 0'
b'23: Convergence flag is : 0'
b'23: Test passed!'
b'23/23 Test #23: gmres_test_prec ..................   Passed    0.01 sec'
b''
b'96% tests passed, 1 tests failed out of 23'
b''
b'Total Test time (real) = 125.90 sec'
b''
b'The following tests FAILED:'
b'\t 10 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples  --cmake-flags= --kokkos-cmake-flags=  --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.603/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples  --cmake-flags= --kokkos-cmake-flags=  --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.603/TestAll_2024-06-11_15.20.58/gnu/10.2.1/Threads_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: solo13: task 0: Exited with exit code 2'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b''
b'32: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.604/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.604/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.14 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.604/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.604/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP_Serial-release/example/gmres'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.15 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 253.31 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_serial (SEGFAULT)'
b'\t 20 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.604/TestAll_2024-06-11_15.20.58/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo28: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.2.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo13: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b''
b'32: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.580/TestAll_2024-06-11_15.20.57/llvm/10.0.1/Threads_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.580/TestAll_2024-06-11_15.20.57/llvm/10.0.1/Threads_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.10 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.580/TestAll_2024-06-11_15.20.57/llvm/10.0.1/Threads_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.580/TestAll_2024-06-11_15.20.57/llvm/10.0.1/Threads_Serial-release/example/gmres'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.11 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 233.91 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_serial (SEGFAULT)'
b'\t 20 - ode_threads (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.580/TestAll_2024-06-11_15.20.57/llvm/10.0.1/Threads_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: solo23: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1062 (click to expand)

b''
b'32: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1062/TestAll_2024-06-11_14.52.47/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1062/TestAll_2024-06-11_14.52.47/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 1500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.40 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1062/TestAll_2024-06-11_14.52.47/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1062/TestAll_2024-06-11_14.52.47/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'33: Test timeout computed to be: 1500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.50 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 483.40 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Subprocess aborted)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1062/TestAll_2024-06-11_14.52.47/rocm/5.6.1/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: lean3: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 579 (click to expand)

b'32: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.579/TestAll_2024-06-11_14.52.57/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.579/TestAll_2024-06-11_14.52.57/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 1500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.47 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.579/TestAll_2024-06-11_14.52.57/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.579/TestAll_2024-06-11_14.52.57/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'33: Test timeout computed to be: 1500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.63 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 483.13 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Subprocess aborted)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.579/TestAll_2024-06-11_14.52.57/rocm/5.6.1/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: lean4: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1371
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 960
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 617
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 604
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 605
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 609
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 581
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1063
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 580
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: 55f44a7
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 960
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 617
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 604
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 605
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 609
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 581
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1063
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 580
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 55f44a7
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1371 (click to expand)

b'31:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'31:   9  9  9 39 39 39 40 40 10 10 10 11 11 38 38'
b'31:   9  9  9 39 39 39 40 40 10 10 10 11 11 11 11'
b'31:   9  9 12 12 39 13 13 13 10 10 10 11 11 11 11'
b'31:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'31:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'31:  14 14 16 16 16 17 17 17 18 18 42 42 15 15 15'
b'31:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 15'
b'31:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 20'
b'31:  19 19 21 21 21 44 17 22 22 22 18 20 20 43 43'
b'31:  23 23 21 21 21 44 44 22 22 22 24 24 24 43 43'
b'31:  23 23 21 21 21 44 44 22 22 22 24 24 24 25 25'
b'31:  23 23 23 26 26 44 44 27 27 27 24 24 24 25 25'
b'31:  28 28 26 26 26 26 26 27 27 27 29 29 29 25 25'
b'31:  28 28 28 26 26 26 31 27 27 27 29 29 29 46 46'
b'31:  28 28 30 30 30 31 31 31 45 45 29 29 29 46 46'
b'31:  32 32 30 30 30 31 31 31 45 45 45 33 33 46 46'
b'31:  32 32 30 30 30 31 31 31 35 47 47 33 33 33 48'
b'31:  32 49 49 34 34 34 31 35 35 47 47 47 33 48 48'
b'31:  32 49 49 34 34 34 34 35 35 35 47 47 33 48 48'
b'31: '
b'31/33 Test #31: wiki_coarsening ..................   Passed    0.19 sec'
b'test 32'
b'      Start 32: wiki_rcm'
b''
b'32: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1371/TestAll_2024-06-11_17.27.34/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.19 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1371/TestAll_2024-06-11_17.27.34/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.20 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 514.26 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Subprocess aborted)'
b'\t 20 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1371/TestAll_2024-06-11_17.27.34/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 # 960 (click to expand)

b'test 32'
b'      Start 32: wiki_rcm'
b''
b'32: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.960/TestAll_2024-06-11_17.27.37/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.18 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.960/TestAll_2024-06-11_17.27.37/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.64 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 571.57 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Subprocess aborted)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test 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'        export KOKKOS_NUM_THREADS=8'
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  --cmake-flags= --kokkos-cmake-flags= '
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.960/TestAll_2024-06-11_17.27.37/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 # 617 (click to expand)

b'22:          **       *      **         '
b'22:            ***  **   *  *  *        '
b'22:             ***     * * *  **       '
b'22:              ***     * *   ***      '
b'22:               **      *     **      '
b'22:                 *** **   * *  *     '
b'22:                  ***    * **  **    '
b'22:                   **     *    **    '
b'22:                     *** **  * * *   '
b'22:                      ***   * ** **  '
b'22:                       **    *   **  '
b'22:                         *****  ** * '
b'22:                          **   * * * '
b'22:                            ***** ***'
b'22:                             **  * **'
b'22:                               **** *'
b'22:                                 *** '
b'22: '
b'22/23 Test #22: wiki_rcm .........................   Passed    0.01 sec'
b'test 23'
b'      Start 23: gmres_test_prec'
b''
b'23: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.617/TestAll_2024-06-11_18.25.57/gnu/10.2.1/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'23: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.617/TestAll_2024-06-11_18.25.57/gnu/10.2.1/OpenMP-release/example/gmres'
b'23: Test timeout computed to be: 2500'
b'23: Convergence tolerance is: 1e-10'
b'23: ========================================='
b'23: Verify from main: Ending residual is 3.48957e-14'
b'23: Number of iterations is: 1'
b'23: Diff of residual from main - residual from solver: 0'
b'23: Convergence flag is : 0'
b'23: Test passed!'
b'23/23 Test #23: gmres_test_prec ..................   Passed    0.01 sec'
b''
b'96% tests passed, 1 tests failed out of 23'
b''
b'Total Test time (real) = 135.80 sec'
b''
b'The following tests FAILED:'
b'\t 10 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.617/TestAll_2024-06-11_18.25.57/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.617/TestAll_2024-06-11_18.25.57/gnu/10.2.1/Threads_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: solo52: task 0: Exited with exit code 2'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'22:          **       *      **         '
b'22:            ***  **   *  *  *        '
b'22:             ***     * * *  **       '
b'22:              ***     * *   ***      '
b'22:               **      *     **      '
b'22:                 *** **   * *  *     '
b'22:                  ***    * **  **    '
b'22:                   **     *    **    '
b'22:                     *** **  * * *   '
b'22:                      ***   * ** **  '
b'22:                       **    *   **  '
b'22:                         *****  ** * '
b'22:                          **   * * * '
b'22:                            ***** ***'
b'22:                             **  * **'
b'22:                               **** *'
b'22:                                 *** '
b'22: '
b'22/23 Test #22: wiki_rcm .........................   Passed    0.01 sec'
b'test 23'
b'      Start 23: gmres_test_prec'
b''
b'23: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.604/TestAll_2024-06-11_18.26.53/gnu/10.2.1/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'23: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.604/TestAll_2024-06-11_18.26.53/gnu/10.2.1/OpenMP-release/example/gmres'
b'23: Test timeout computed to be: 2500'
b'23: Convergence tolerance is: 1e-10'
b'23: ========================================='
b'23: Verify from main: Ending residual is 3.48957e-14'
b'23: Number of iterations is: 1'
b'23: Diff of residual from main - residual from solver: 0'
b'23: Convergence flag is : 0'
b'23: Test passed!'
b'23/23 Test #23: gmres_test_prec ..................   Passed    0.01 sec'
b''
b'96% tests passed, 1 tests failed out of 23'
b''
b'Total Test time (real) = 123.55 sec'
b''
b'The following tests FAILED:'
b'\t 10 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples  --cmake-flags= --kokkos-cmake-flags=  --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.604/TestAll_2024-06-11_18.26.53/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples  --cmake-flags= --kokkos-cmake-flags=  --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.604/TestAll_2024-06-11_18.26.53/gnu/10.2.1/Threads_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: solo18: task 0: Exited with exit code 2'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b''
b'32: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.605/TestAll_2024-06-11_18.35.29/gnu/10.2.1/OpenMP_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.605/TestAll_2024-06-11_18.35.29/gnu/10.2.1/OpenMP_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.10 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.605/TestAll_2024-06-11_18.35.29/gnu/10.2.1/OpenMP_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.605/TestAll_2024-06-11_18.35.29/gnu/10.2.1/OpenMP_Serial-release/example/gmres'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.12 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 249.62 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_serial (SEGFAULT)'
b'\t 20 - ode_openmp (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/gcc-toolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.605/TestAll_2024-06-11_18.35.29/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo100: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.2.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo229: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b''
b'32: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.581/TestAll_2024-06-11_18.31.32/llvm/10.0.1/Threads_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.581/TestAll_2024-06-11_18.31.32/llvm/10.0.1/Threads_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 2500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.07 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.581/TestAll_2024-06-11_18.31.32/llvm/10.0.1/Threads_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.581/TestAll_2024-06-11_18.31.32/llvm/10.0.1/Threads_Serial-release/example/gmres'
b'33: Test timeout computed to be: 2500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.08 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 226.33 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_serial (SEGFAULT)'
b'\t 20 - ode_threads (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.581/TestAll_2024-06-11_18.31.32/llvm/10.0.1/Threads_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: solo229: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1063 (click to expand)

b''
b'32: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1063/TestAll_2024-06-11_17.30.35/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1063/TestAll_2024-06-11_17.30.35/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 1500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.40 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1063/TestAll_2024-06-11_17.30.35/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1063/TestAll_2024-06-11_17.30.35/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'33: Test timeout computed to be: 1500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.49 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 475.58 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1063/TestAll_2024-06-11_17.30.35/rocm/5.6.1/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: lean3: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 580 (click to expand)

b'32: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.580/TestAll_2024-06-11_17.30.40/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'32: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.580/TestAll_2024-06-11_17.30.40/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'32: Test timeout computed to be: 1500'
b'32: Graph reordered by reverse Cuthill-McKee:'
b'32:  *    *    *                        '
b'32: * *   *    **                       '
b'32:  * *       ***                      '
b'32:   * *       ***                     '
b'32:    * *       ***                    '
b'32:     *         **                    '
b'32: **     *   *    *                   '
b'32:       * *  *    **                  '
b'32:        * *      ***                 '
b'32:         * *      ***                '
b'32:          *        **                '
b'32: ***   **    *   *   *               '
b'32:  ***       * *  *   **              '
b'32:   ***       * *     ***             '
b'32:    ***       * *     ***            '
b'32:     **        *       **            '
b'32:       ***  **    *  *   *           '
b'32:        ***      * * *   **          '
b'32:         ***      * *    ***         '
b'32:          **       *      **         '
b'32:            ***  **   *  *  *        '
b'32:             ***     * * *  **       '
b'32:              ***     * *   ***      '
b'32:               **      *     **      '
b'32:                 *** **   * *  *     '
b'32:                  ***    * **  **    '
b'32:                   **     *    **    '
b'32:                     *** **  * * *   '
b'32:                      ***   * ** **  '
b'32:                       **    *   **  '
b'32:                         *****  ** * '
b'32:                          **   * * * '
b'32:                            ***** ***'
b'32:                             **  * **'
b'32:                               **** *'
b'32:                                 *** '
b'32: '
b'32/33 Test #32: wiki_rcm .........................   Passed    0.46 sec'
b'test 33'
b'      Start 33: gmres_test_prec'
b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.580/TestAll_2024-06-11_17.30.40/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.580/TestAll_2024-06-11_17.30.40/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'33: Test timeout computed to be: 1500'
b'33: Convergence tolerance is: 1e-10'
b'33: ========================================='
b'33: Verify from main: Ending residual is 3.48957e-14'
b'33: Number of iterations is: 1'
b'33: Diff of residual from main - residual from solver: 0'
b'33: Convergence flag is : 0'
b'33: Test passed!'
b'33/33 Test #33: gmres_test_prec ..................   Passed    0.61 sec'
b''
b'94% tests passed, 2 tests failed out of 33'
b''
b'Total Test time (real) = 486.54 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (SEGFAULT)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.580/TestAll_2024-06-11_17.30.40/rocm/5.6.1/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: lean4: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1378
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 966
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 623
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 610
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 611
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 587
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1069
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 585
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bc79efc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 32aa75a
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: bc79efc
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1083
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 737
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 724
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 725
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 729
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 701
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1174
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 683
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: c1d82da
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1083
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 737
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 724
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 725
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 729
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 701
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1174
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 683
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c1d82da
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1495 (click to expand)

b'32:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 11 11'
b'32:   9  9 12 12 39 13 13 13 10 10 10 11 11 11 11'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 16 16 16 17 17 17 18 18 42 42 15 15 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 20'
b'32:  19 19 21 21 21 44 17 22 22 22 18 20 20 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 25 25'
b'32:  23 23 23 26 26 44 44 27 27 27 24 24 24 25 25'
b'32:  28 28 26 26 26 26 26 27 27 27 29 29 29 25 25'
b'32:  28 28 28 26 26 26 31 27 27 27 29 29 29 46 46'
b'32:  28 28 30 30 30 31 31 31 45 45 29 29 29 46 46'
b'32:  32 32 30 30 30 31 31 31 45 45 45 33 33 46 46'
b'32:  32 32 30 30 30 31 31 31 35 47 47 33 33 33 48'
b'32:  32 49 49 34 34 34 31 35 35 47 47 47 33 48 48'
b'32:  32 49 49 34 34 34 34 35 35 35 47 47 33 48 48'
b'32: '
b'32/34 Test #32: wiki_coarsening ..................   Passed    0.21 sec'
b'test 33'
b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1495/TestAll_2024-09-04_21.07.56/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Test timeout computed to be: 2500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.18 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1495/TestAll_2024-09-04_21.07.56/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Test timeout computed to be: 2500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.22 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 517.75 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Failed)'
b'\t 20 - ode_openmp (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1495/TestAll_2024-09-04_21.07.56/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 # 1083 (click to expand)

b'test 33'
b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1083/TestAll_2024-09-04_21.08.01/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Test timeout computed to be: 2500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.17 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1083/TestAll_2024-09-04_21.08.01/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Test timeout computed to be: 2500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.64 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 589.62 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Failed)'
b'\t 20 - ode_serial (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test 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 gcc/9.3.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
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  --cmake-flags= --kokkos-cmake-flags= '
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.1083/TestAll_2024-09-04_21.08.01/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 # 737 (click to expand)

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo42: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo53: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo79: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo179: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

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/4.3.01^{commit} # timeout=10'
b' > git rev-parse 4.3.01^{commit} # timeout=10'
b'Checking out Revision 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 (4.3.01)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 # timeout=10'
b'Commit message: "Merge pull request #6994 from ndellingwood/master-release-4.3.01"'
b' > git rev-list --no-walk 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -l /tmp/jenkins17196715635571329059.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' .github/workflows/at2.yml                          |  29 ++'
b' .github/workflows/bdw.yml                          |  22 +-'
b' .github/workflows/codeql.yml                       |   4 +-'
b' .github/workflows/h100.yml                         |  23 +-'
b' .github/workflows/mi210.yml                        |  24 +-'
b' .github/workflows/release.yml                      |  36 +-'
b' .github/workflows/scorecards.yml                   |   4 +-'
b' .github/workflows/spr.yml                          |  25 +-'
b' CHANGELOG.md                                       |  72 ++++'
b' .../dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp |  91 +++++'
b' .../impl/KokkosBatched_Pttrs_Serial_Internal.hpp   |  88 +++++'
b' batched/dense/src/KokkosBatched_Pttrs.hpp          |  54 +++'
b' batched/dense/unit_test/Test_Batched_Dense.hpp     |   3 +'
b' .../dense/unit_test/Test_Batched_SerialPttrs.hpp   | 430 +++++++++++++++++++++'
b' .../unit_test/Test_Batched_SerialPttrs_Complex.hpp |  43 +++'
b' .../unit_test/Test_Batched_SerialPttrs_Real.hpp    |  43 +++'
b' blas/impl/KokkosBlas_util.hpp                      |   1 +'
b' cmake/kokkoskernels_eti_offsets.cmake              |  18 +-'
b' .../KokkosBlas_dot_mv_perf_test_benchmark.cpp      |   2 +-'
b' perf_test/blas/blas1/KokkosBlas_dot_perf_test.cpp  |   2 +-'
b' .../blas1/KokkosBlas_dot_perf_test_benchmark.cpp   |   2 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |   2 +-'
b' 22 files changed, 898 insertions(+), 120 deletions(-)'
b' create mode 100644 .github/workflows/at2.yml'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Internal.hpp'
b' create mode 100644 batched/dense/src/KokkosBatched_Pttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Complex.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Real.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1,viz:1'
b'srun: job 3126199 queued and waiting for resources'
b'srun: job 3126199 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  77b0c9db60b2007ed04f33ad1d7f935e59f67262 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 Merge pull request #6994 from ndellingwood/master-release-4.3.01'
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'  FAILED llvm-10.0.1-Threads_Serial-release'
b'SETUP_ENV: compiler=llvm/10.0.1 modules=cmake llvm/10.0.1 gnu/10.3.1'
b'Lmod has detected the following error: The following module(s) are unknown:'
b'"gnu/10.2.1"'
b''
b'Please check the spelling or version number. Also try "module spider ..."'
b'It is also possible your cache file is out-of-date; it may help to try:'
b'  $ module --ignore_cache load "gnu/10.2.1"'
b''
b'Also make sure that all modulefiles written in TCL start with the string'
b'#%Module'
b''
b'Executing this command requires loading "gnu/10.2.1" which failed while'
b'processing the following module(s):'
b''
b'    Module fullname  Module Filename'
b'    ---------------  ---------------'
b'    llvm/10.0.1      /apps/modules/modulefiles-apps/llvm/10.0.1.lua'
b''
b''
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (configure failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake llvm/10.0.1 gnu/10.3.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'cat: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.701/TestAll_2024-09-04_21.09.06/llvm/10.0.1/Threads_Serial-release/call_generate_makefile_genericpath.sh: No such file or directory'
b'srun: error: solo205: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1174 (click to expand)

b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1174/TestAll_2024-09-04_21.13.11/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1174/TestAll_2024-09-04_21.13.11/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.39 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1174/TestAll_2024-09-04_21.13.11/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1174/TestAll_2024-09-04_21.13.11/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.47 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 507.41 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1174/TestAll_2024-09-04_21.13.11/rocm/5.6.1/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: lean3: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 683 (click to expand)

b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.683/TestAll_2024-09-04_21.13.42/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.683/TestAll_2024-09-04_21.13.42/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.46 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.683/TestAll_2024-09-04_21.13.42/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.683/TestAll_2024-09-04_21.13.42/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.60 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 521.94 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.683/TestAll_2024-09-04_21.13.42/rocm/5.6.1/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: lean1: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 to start: Total Wait = 3603

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1087
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 741
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 728
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 729
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 733
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 705
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 686
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: f9753e9
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1087
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 741
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 728
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 729
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 733
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 705
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1178
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 686
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f9753e9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1499 (click to expand)

b'32:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 11 11'
b'32:   9  9 12 12 39 13 13 13 10 10 10 11 11 11 11'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 16 16 16 17 17 17 18 18 42 42 15 15 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 20'
b'32:  19 19 21 21 21 44 17 22 22 22 18 20 20 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 25 25'
b'32:  23 23 23 26 26 44 44 27 27 27 24 24 24 25 25'
b'32:  28 28 26 26 26 26 26 27 27 27 29 29 29 25 25'
b'32:  28 28 28 26 26 26 31 27 27 27 29 29 29 46 46'
b'32:  28 28 30 30 30 31 31 31 45 45 29 29 29 46 46'
b'32:  32 32 30 30 30 31 31 31 45 45 45 33 33 46 46'
b'32:  32 32 30 30 30 31 31 31 35 47 47 33 33 33 48'
b'32:  32 49 49 34 34 34 31 35 35 47 47 47 33 48 48'
b'32:  32 49 49 34 34 34 34 35 35 35 47 47 33 48 48'
b'32: '
b'32/34 Test #32: wiki_coarsening ..................   Passed    0.20 sec'
b'test 33'
b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1499/TestAll_2024-09-09_10.47.51/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Test timeout computed to be: 2500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.18 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1499/TestAll_2024-09-09_10.47.51/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Test timeout computed to be: 2500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.21 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 519.08 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Failed)'
b'\t 20 - ode_openmp (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1499/TestAll_2024-09-09_10.47.51/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 # 1087 (click to expand)

b'test 33'
b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1087/TestAll_2024-09-09_10.47.58/clang/13.0.0/Cuda-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Test timeout computed to be: 2500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.20 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.1087/TestAll_2024-09-09_10.47.58/clang/13.0.0/Cuda-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Test timeout computed to be: 2500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.64 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 595.48 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Failed)'
b'\t 20 - ode_serial (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (test 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 gcc/9.3.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
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  --cmake-flags= --kokkos-cmake-flags= '
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.1087/TestAll_2024-09-09_10.47.58/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 # 741 (click to expand)

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo372: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo363: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo372: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo372: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b'Checking out Revision 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 (4.3.01)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 # timeout=10'
b'Commit message: "Merge pull request #6994 from ndellingwood/master-release-4.3.01"'
b' > git rev-list --no-walk 6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -l /tmp/jenkins12407411050401396659.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b' * [new branch]          develop    -> upstream/develop'
b"Merge made by the 'ort' strategy."
b' .github/workflows/at2.yml                          |  29 ++'
b' .github/workflows/bdw.yml                          |  22 +-'
b' .github/workflows/codeql.yml                       |   4 +-'
b' .github/workflows/h100.yml                         |  23 +-'
b' .github/workflows/mi210.yml                        |  24 +-'
b' .github/workflows/release.yml                      |  36 +-'
b' .github/workflows/scorecards.yml                   |   4 +-'
b' .github/workflows/spr.yml                          |  25 +-'
b' CHANGELOG.md                                       |  72 ++++'
b' .../dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp |  91 +++++'
b' .../impl/KokkosBatched_Pttrs_Serial_Internal.hpp   |  88 +++++'
b' batched/dense/src/KokkosBatched_Pttrs.hpp          |  54 +++'
b' batched/dense/unit_test/Test_Batched_Dense.hpp     |   3 +'
b' .../dense/unit_test/Test_Batched_SerialPttrs.hpp   | 430 +++++++++++++++++++++'
b' .../unit_test/Test_Batched_SerialPttrs_Complex.hpp |  43 +++'
b' .../unit_test/Test_Batched_SerialPttrs_Real.hpp    |  43 +++'
b' blas/impl/KokkosBlas_util.hpp                      |   1 +'
b' cmake/kokkoskernels_eti_offsets.cmake              |  18 +-'
b' lapack/src/KokkosLapack_gesv.hpp                   |  16 +'
b' lapack/tpls/KokkosLapack_gesv_tpl_spec_avail.hpp   |  37 +-'
b' lapack/tpls/KokkosLapack_gesv_tpl_spec_decl.hpp    |  74 ++--'
b' lapack/unit_test/Test_Lapack_gesv.hpp              |  49 ++-'
b' .../KokkosBlas_dot_mv_perf_test_benchmark.cpp      |   2 +-'
b' perf_test/blas/blas1/KokkosBlas_dot_perf_test.cpp  |   2 +-'
b' .../blas1/KokkosBlas_dot_perf_test_benchmark.cpp   |   2 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |   2 +-'
b' 26 files changed, 1017 insertions(+), 177 deletions(-)'
b' create mode 100644 .github/workflows/at2.yml'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Internal.hpp'
b' create mode 100644 batched/dense/src/KokkosBatched_Pttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Complex.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Real.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1,viz:1'
b'srun: job 3128940 queued and waiting for resources'
b'srun: job 3128940 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f93631f3524c220b635310ae526b73d0f7748245 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 Merge pull request #6994 from ndellingwood/master-release-4.3.01'
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'  FAILED llvm-10.0.1-Threads_Serial-release'
b'SETUP_ENV: compiler=llvm/10.0.1 modules=cmake llvm/10.0.1 gnu/10.3.1'
b'Lmod has detected the following error: The following module(s) are unknown:'
b'"gnu/10.2.1"'
b''
b'Please check the spelling or version number. Also try "module spider ..."'
b'It is also possible your cache file is out-of-date; it may help to try:'
b'  $ module --ignore_cache load "gnu/10.2.1"'
b''
b'Also make sure that all modulefiles written in TCL start with the string'
b'#%Module'
b''
b'Executing this command requires loading "gnu/10.2.1" which failed while'
b'processing the following module(s):'
b''
b'    Module fullname  Module Filename'
b'    ---------------  ---------------'
b'    llvm/10.0.1      /apps/modules/modulefiles-apps/llvm/10.0.1.lua'
b''
b''
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (configure failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake llvm/10.0.1 gnu/10.3.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'cat: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.705/TestAll_2024-09-09_13.56.26/llvm/10.0.1/Threads_Serial-release/call_generate_makefile_genericpath.sh: No such file or directory'
b'srun: error: solo372: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1178 (click to expand)

b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1178/TestAll_2024-09-09_10.51.56/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1178/TestAll_2024-09-09_10.51.56/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.41 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1178/TestAll_2024-09-09_10.51.56/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1178/TestAll_2024-09-09_10.51.56/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.47 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 506.97 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1178/TestAll_2024-09-09_10.51.56/rocm/5.6.1/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: lean2: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 686 (click to expand)

b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.686/TestAll_2024-09-09_10.52.01/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.686/TestAll_2024-09-09_10.52.01/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.46 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.686/TestAll_2024-09-09_10.52.01/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.686/TestAll_2024-09-09_10.52.01/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.59 sec'
b''
b'94% tests passed, 2 tests failed out of 34'
b''
b'Total Test time (real) = 506.57 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'\t 20 - ode_serial (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.686/TestAll_2024-09-09_10.52.01/rocm/5.6.1/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: lean3: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1501
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1089
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 743
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 730
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 731
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 735
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 707
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1180
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 688
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rk_fixes
  • SHA: 90ac35b
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 1089
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 743
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 730
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 731
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 735
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 707
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM561

  • Build Num: 1180
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561

  • Build Num: 688
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 90ac35b
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a9721ba
PR_LABELS bug;Cleanup
PULLREQUESTNUM 2229
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1501 (click to expand)

b'32:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'32:   5  5  5  6  6  6  7  7  7  8  8  8 38 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 38 38'
b'32:   9  9  9 39 39 39 40 40 10 10 10 11 11 11 11'
b'32:   9  9 12 12 39 13 13 13 10 10 10 11 11 11 11'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 12 12 12 13 13 13 41 41 42 42 15 15 15'
b'32:  14 14 16 16 16 17 17 17 18 18 42 42 15 15 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 15'
b'32:  19 19 16 16 16 17 17 17 18 18 18 20 20 20 20'
b'32:  19 19 21 21 21 44 17 22 22 22 18 20 20 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 43 43'
b'32:  23 23 21 21 21 44 44 22 22 22 24 24 24 25 25'
b'32:  23 23 23 26 26 44 44 27 27 27 24 24 24 25 25'
b'32:  28 28 26 26 26 26 26 27 27 27 29 29 29 25 25'
b'32:  28 28 28 26 26 26 31 27 27 27 29 29 29 46 46'
b'32:  28 28 30 30 30 31 31 31 45 45 29 29 29 46 46'
b'32:  32 32 30 30 30 31 31 31 45 45 45 33 33 46 46'
b'32:  32 32 30 30 30 31 31 31 35 47 47 33 33 33 48'
b'32:  32 49 49 34 34 34 31 35 35 47 47 47 33 48 48'
b'32:  32 49 49 34 34 34 34 35 35 35 47 47 33 48 48'
b'32: '
b'32/34 Test #32: wiki_coarsening ..................   Passed    0.19 sec'
b'test 33'
b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1501/TestAll_2024-09-10_12.07.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Test timeout computed to be: 2500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.19 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1501/TestAll_2024-09-10_12.07.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Test timeout computed to be: 2500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.22 sec'
b''
b'97% tests passed, 1 tests failed out of 34'
b''
b'Total Test time (real) = 519.30 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_cuda (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.1501/TestAll_2024-09-10_12.07.58/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 # 1089 (click to expand)

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'
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'kokkoskernels tpls list: '
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'
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'kokkoskernels tpls list: '
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: Power9'
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'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=589 run_time=161'
b'gcc-9.3.0-OpenMP_Serial-release build_time=810 run_time=352'
b'gcc-9.3.0-Serial-release build_time=546 run_time=191'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  ec5b860e0d4daffb487027bf96503648a52e3882 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 Merge pull request #6994 from ndellingwood/master-release-4.3.01'
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'kokkoskernels tpls list: ,blas'
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'kokkoskernels tpls list: ,blas'
b'  PASSED gcc-9.3.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=590 run_time=167'
b'gcc-9.3.0-Serial-release build_time=548 run_time=193'
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 # 743 (click to expand)

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo16: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    gnu/10.3.1'
b'    llvm/10.0.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo101: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo16: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'--num=N: Number of jobs to run in parallel'
b'--spot-check: Minimal test set to issue pull request'
b'--spot-check-tpls: Minimal test set enabling blas and lapack tpls'
b'--timeout: Max time before ctest timeout (in seconds)'
b'--dry-run: Just print what would be executed'
b"--build-only: Just do builds, don't run anything"
b'--opt-flag=FLAG: Optimization flag (default: -O3)'
b'--cxxflags-extra=FLAGS: Extra flags to be added to CXX_FLAGS'
b'--ldflags-extra=FLAGS: Extra flags to be added to LD_FLAGS'
b''
b'--arch=ARCHITECTURE: overwrite architecture flags'
b'                     Provide a comma-separated list of arch codes (see available at link below):'
b'                       https://github.com/kokkos/kokkos/wiki/Compiling#table-43-architecture-variables'
b''
b'--with-cuda-options=OPT: set KOKKOS_CUDA_OPTIONS'
b'                         Provide a comma-separated list from the following valid items:'
b'                           force_uvm,use_ldg,enable_lambda,rdc'
b''
b'--with-options=OPT: set KOKKOS_OPTIONS'
b'                    Provide a comma-separated list from the following valid items:'
b'                      compiler_warnings'
b'                      aggressive_vectorization = add ivdep on loops'
b'                      disable_profiling = do not compile with profiling hooks'
b''
b'--build-list=BUILD,BUILD,BUILD...'
b'    Provide a comma-separated list of builds instead of running all builds'
b'    Valid items:'
b'      OpenMP, Threads, Serial, OpenMP_Serial, Threads_Serial'
b'      Cuda_OpenMP, Cuda_Threads, Cuda_Serial'
b''
b'--with-scalars=SCALARS: set KOKKOSKERNELS_SCALARS'
b'    Provide a comma-separated list scalar types'
b'    Valid items:'
b'      float, complex_float, double, complex_double'
b'        Example: SCALARS=double,complex_double'
b''
b'--with-ordinals=ORDS: set KOKKOSKERNELS_ORDINALS'
b'    Provide a comma-separated list ordinal types'
b'    Valid items:'
b'      int, int64_t'
b''
b'--with-offsets=OFFS: set KOKKOSKERNELS_OFFSETS'
b'    Provide a comma-separated list offset types'
b'    Valid items:'
b'      int, size_t'
b''
b'--with-layouts=LAYOUTS: set KOKKOSKERNELS_LAYOUTS'
b'    Provide a comma-separated list layouts'
b'    Valid items:'
b'      LayoutLeft,LayoutRight'
b''
b'--no-default-eti:  Do not include default ETI types for Kokkos Kernels'
b''
b'--disable-test-eti-only:  Do not restrict testing to ETI types for Kokkos Kernels'
b''
b'--with-spaces=SPACES:       Set spaces to be instantiated.'
b'                                Options: hostspace, cudaspace, cudauvmspace'
b''
b'--disable-perftests:  Do not build perftests for Kokkos Kernels'
b''
b'--enable-perftests:  build perftests for Kokkos Kernels (default)'
b''
b'--make-par-level=N:  Set parallelism level for builds (default: N=12)'
b''
b'--with-tpls=TPLS: set KOKKOSKERNELS_ENABLE_TPLS'
b'    Provide a comma-separated list of TPLs'
b'    Valid items:'
b'      blas, mkl, cublas, cusparse, cusolver, magma, armpl, rocblas, rocsparse, rocsolver'
b''
b'--cmake-flags=[CMAKE Command options]:  Set Kokkos Kernels cmake options not handled by script'
b'--kokkos-cmake-flags=[CMAKE Command options]:  Set Kokkos cmake options not handled by script'
b''
b'ARGS: list of expressions matching compilers to test'
b'  supported compilers sems'
b'    intel/19.1'
b'    gnu/10.3.1'
b''
b'Examples:'
b'  Run all tests'
b'  % test_all_sandia'
b''
b'  Run all gcc tests'
b'  % test_all_sandia gcc'
b''
b'  Run all gcc/4.8.4 and all intel tests'
b'  % test_all_sandia gcc/4.8.4 intel'
b''
b'  Run all tests in debug'
b'  % test_all_sandia --debug'
b''
b'  Run gcc/4.8.4 and only do OpenMP and OpenMP_Serial builds'
b'  % test_all_sandia gcc/4.8.4 --build-list=OpenMP,OpenMP_Serial'
b''
b'If you want to kill the tests, do:'
b'  hit ctrl-z'
b'  % kill -9 %1'
b''
b'srun: error: solo188: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b' .github/workflows/h100.yml                         |  23 +-'
b' .github/workflows/mi210.yml                        |  24 +-'
b' .github/workflows/release.yml                      |  36 +-'
b' .github/workflows/scorecards.yml                   |   4 +-'
b' .github/workflows/spr.yml                          |  25 +-'
b' CHANGELOG.md                                       |  72 ++++'
b' .../dense/impl/KokkosBatched_Pbtrf_Serial_Impl.hpp |  81 ++++'
b' .../impl/KokkosBatched_Pbtrf_Serial_Internal.hpp   | 272 +++++++++++++'
b' .../dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp |  91 +++++'
b' .../impl/KokkosBatched_Pttrs_Serial_Internal.hpp   |  88 +++++'
b' batched/dense/src/KokkosBatched_Pbtrf.hpp          |  54 +++'
b' batched/dense/src/KokkosBatched_Pttrs.hpp          |  54 +++'
b' batched/dense/unit_test/Test_Batched_Dense.hpp     |   6 +'
b' .../dense/unit_test/Test_Batched_DenseUtils.hpp    | 164 ++++++++'
b' .../dense/unit_test/Test_Batched_SerialPbtrf.hpp   | 322 +++++++++++++++'
b' .../unit_test/Test_Batched_SerialPbtrf_Complex.hpp |  45 +++'
b' .../unit_test/Test_Batched_SerialPbtrf_Real.hpp    |  45 +++'
b' .../dense/unit_test/Test_Batched_SerialPttrs.hpp   | 430 +++++++++++++++++++++'
b' .../unit_test/Test_Batched_SerialPttrs_Complex.hpp |  43 +++'
b' .../unit_test/Test_Batched_SerialPttrs_Real.hpp    |  43 +++'
b' blas/impl/KokkosBlas_util.hpp                      |   2 +'
b' cmake/kokkoskernels_eti_offsets.cmake              |  18 +-'
b' lapack/src/KokkosLapack_gesv.hpp                   |  16 +'
b' lapack/tpls/KokkosLapack_gesv_tpl_spec_avail.hpp   |  37 +-'
b' lapack/tpls/KokkosLapack_gesv_tpl_spec_decl.hpp    |  74 ++--'
b' lapack/unit_test/Test_Lapack_gesv.hpp              |  49 ++-'
b' .../KokkosBlas_dot_mv_perf_test_benchmark.cpp      |   2 +-'
b' perf_test/blas/blas1/KokkosBlas_dot_perf_test.cpp  |   2 +-'
b' .../blas1/KokkosBlas_dot_perf_test_benchmark.cpp   |   2 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |   2 +-'
b' 33 files changed, 2004 insertions(+), 177 deletions(-)'
b' create mode 100644 .github/workflows/at2.yml'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pbtrf_Serial_Impl.hpp'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pbtrf_Serial_Internal.hpp'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Impl.hpp'
b' create mode 100644 batched/dense/impl/KokkosBatched_Pttrs_Serial_Internal.hpp'
b' create mode 100644 batched/dense/src/KokkosBatched_Pbtrf.hpp'
b' create mode 100644 batched/dense/src/KokkosBatched_Pttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPbtrf.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPbtrf_Complex.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPbtrf_Real.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Complex.hpp'
b' create mode 100644 batched/dense/unit_test/Test_Batched_SerialPttrs_Real.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1,viz:1'
b'srun: job 3130369 queued and waiting for resources'
b'srun: job 3130369 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  6741e4fc14110351b07af33cc11798caec043a4e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  6ecdf605e0f7639adec599d25cf0e206d7b8f9f5 Merge pull request #6994 from ndellingwood/master-release-4.3.01'
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'  FAILED llvm-10.0.1-Threads_Serial-release'
b'SETUP_ENV: compiler=llvm/10.0.1 modules=cmake llvm/10.0.1 gnu/10.3.1'
b'Lmod has detected the following error: The following module(s) are unknown:'
b'"gnu/10.2.1"'
b''
b'Please check the spelling or version number. Also try "module spider ..."'
b'It is also possible your cache file is out-of-date; it may help to try:'
b'  $ module --ignore_cache load "gnu/10.2.1"'
b''
b'Also make sure that all modulefiles written in TCL start with the string'
b'#%Module'
b''
b'Executing this command requires loading "gnu/10.2.1" which failed while'
b'processing the following module(s):'
b''
b'    Module fullname  Module Filename'
b'    ---------------  ---------------'
b'    llvm/10.0.1      /apps/modules/modulefiles-apps/llvm/10.0.1.lua'
b''
b''
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (configure failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake llvm/10.0.1 gnu/10.3.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'cat: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.707/TestAll_2024-09-10_12.11.12/llvm/10.0.1/Threads_Serial-release/call_generate_makefile_genericpath.sh: No such file or directory'
b'srun: error: solo200: task 0: Exited with exit code 1'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM561 # 1180 (click to expand)

b'      Start 33: wiki_rcm'
b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1180/TestAll_2024-09-10_12.10.40/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1180/TestAll_2024-09-10_12.10.40/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.40 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1180/TestAll_2024-09-10_12.10.40/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1180/TestAll_2024-09-10_12.10.40/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.49 sec'
b''
b'97% tests passed, 1 tests failed out of 34'
b''
b'Total Test time (real) = 508.08 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA90A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM561/KokkosKernels_PullRequest_VEGA90A_ROCM561.1180/TestAll_2024-09-10_12.10.40/rocm/5.6.1/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: lean2: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561 # 688 (click to expand)

b''
b'33: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.688/TestAll_2024-09-10_12.10.49/rocm/5.6.1/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'33: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.688/TestAll_2024-09-10_12.10.49/rocm/5.6.1/Hip_Serial-release/example/wiki/graph'
b'33: Test timeout computed to be: 1500'
b'33: Graph reordered by reverse Cuthill-McKee:'
b'33:  *    *    *                        '
b'33: * *   *    **                       '
b'33:  * *       ***                      '
b'33:   * *       ***                     '
b'33:    * *       ***                    '
b'33:     *         **                    '
b'33: **     *   *    *                   '
b'33:       * *  *    **                  '
b'33:        * *      ***                 '
b'33:         * *      ***                '
b'33:          *        **                '
b'33: ***   **    *   *   *               '
b'33:  ***       * *  *   **              '
b'33:   ***       * *     ***             '
b'33:    ***       * *     ***            '
b'33:     **        *       **            '
b'33:       ***  **    *  *   *           '
b'33:        ***      * * *   **          '
b'33:         ***      * *    ***         '
b'33:          **       *      **         '
b'33:            ***  **   *  *  *        '
b'33:             ***     * * *  **       '
b'33:              ***     * *   ***      '
b'33:               **      *     **      '
b'33:                 *** **   * *  *     '
b'33:                  ***    * **  **    '
b'33:                   **     *    **    '
b'33:                     *** **  * * *   '
b'33:                      ***   * ** **  '
b'33:                       **    *   **  '
b'33:                         *****  ** * '
b'33:                          **   * * * '
b'33:                            ***** ***'
b'33:                             **  * **'
b'33:                               **** *'
b'33:                                 *** '
b'33: '
b'33/34 Test #33: wiki_rcm .........................   Passed    0.47 sec'
b'test 34'
b'      Start 34: gmres_test_prec'
b''
b'34: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.688/TestAll_2024-09-10_12.10.49/rocm/5.6.1/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'34: Working Directory: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.688/TestAll_2024-09-10_12.10.49/rocm/5.6.1/Hip_Serial-release/example/gmres'
b'34: Test timeout computed to be: 1500'
b'34: Convergence tolerance is: 1e-10'
b'34: ========================================='
b'34: Verify from main: Ending residual is 3.48957e-14'
b'34: Number of iterations is: 1'
b'34: Diff of residual from main - residual from solver: 0'
b'34: Convergence flag is : 0'
b'34: Test passed!'
b'34/34 Test #34: gmres_test_prec ..................   Passed    0.61 sec'
b''
b'97% tests passed, 1 tests failed out of 34'
b''
b'Total Test time (real) = 515.28 sec'
b''
b'The following tests FAILED:'
b'\t 19 - ode_hip (Failed)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.1-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.1 openblas/0.3.23'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908A --compiler=/opt/rocm-5.6.1/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse,rocsolver    --with-options= --with-cuda-options=   --no-examples  --cmake-flags= --kokkos-cmake-flags= '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM561.688/TestAll_2024-09-10_12.10.49/rocm/5.6.1/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: lean3: 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''

@lucbv
Copy link
Contributor Author

lucbv commented Sep 13, 2024

@vasylivy this should have everything we discussed and is passing all tests, let me know if you can have a look otherwise this will be ready to merge

Copy link
Contributor

@cwpearson cwpearson left a comment

Choose a reason for hiding this comment

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

There are quite a few magic numbers in RKStep and first_step_size, I'd prefer to see some description of why they are what they are (maybe they come from a paper, or whatever)

Kokkos::parallel_for(my_policy, solve_wrapper);

Kokkos::deep_copy(y_new_h, y_new);
error(idx) = Kokkos::abs(y_new_h(0) - y_ref_h(0)) / Kokkos::abs(y_ref_h(0));

#if defined(HAVE_KOKKOSKERNELS_DEBUG)
scalar_type dt = (tend - tstart) / num_steps(idx);
std::cout << "dt=" << dt << ", error=" << error(idx) << ", solution: {" << y_new_h(0) << ", " << y_new_h(1) << "}"
<< std::endl;
std::cout << "count=" << count(0) << ", dt=" << dt << ", error=" << error(idx) << ", solution: {" << y_new_h(0)
Copy link
Contributor

Choose a reason for hiding this comment

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

May prefer std::cerr

1. fix integer division to floating point division
2. fix evaluation of max scaled error
3. increase or decrease time step using uniform formula
4. use num_steps instead of max_steps for dt calculation
5. add a time step when using constant dt to avoid issues with round-off errors
6. fixing exponent and moving adaptivity computation out of RKStep
7. adding time step counter
8. adding more tests and keep track of time steps if wanted

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
This prevents having the user defined time step and leads to
wrong results. The rate of convergence tests are now passing!

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
On GPU the lowest order method (RK1-2) is accumulating a bit more
errors than on CPU. Only an issue when comparing values to zero
where the absolute tolerance is needed to detect good conv.

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv merged commit afb3771 into kokkos:develop Nov 4, 2024
20 of 21 checks passed
@lucbv lucbv deleted the rk_fixes branch November 4, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Cleanup Code maintenance that isn't a bugfix or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants