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

Reorganize par_ilut performance test #1818

Merged
merged 2 commits into from
May 9, 2023

Conversation

jgfouca
Copy link
Contributor

@jgfouca jgfouca commented May 7, 2023

I saw a big (~2s) discrepency between the times google benchmark was measuring for me with UseRealTime and the times I was getting with a manual Kokkos timer, so I went back to my previous approach of manual timings and itegrated them with google benchmark via UseManualTime.

To reduce some code duplication I added a generic time_call function to time a lambda call.

Below are the results of the 3 suite sparse matrices that @srajama1 recommended I test. Thermal1 and torso2 finished very quickly and thermal2 made Spiluk run out of memory on both my OMP machine and weaver.

omp_torso2

omp_torso2_logy

omp_thermal1

omp_thermal1_log

omp_thermal2

omp_thermal2_logy

On GPU, there was nothing to plot since there was no row or thread scaling, so here's the raw data:

thermal1:
PAR_ILUT LOOP_MIN_TIME:  0.125107
GINKGO LOOP_MIN_TIME:  0.0759253
SPILUK_SYM LOOP_MIN_TIME:  0.290435
SPILUK_NUM LOOP_MIN_TIME:  0.133738
thermal2
PAR_ILUT LOOP_MIN_TIME:  1.08403
GINKGO LOOP_MIN_TIME:  0.496424
torso2
PAR_ILUT LOOP_MIN_TIME:  0.102883
GINKGO LOOP_MIN_TIME:  0.0834788
SPILUK_SYM LOOP_MIN_TIME:  0.287283
SPILUK_NUM LOOP_MIN_TIME:  0.0381622

I saw a big (~2s) discrepency between the times google benchmark was
measuring for me with UseRealTime and the times I was getting with
a manual Kokkos timer, so I went back to my previous approach of
manual timings and itegrated them with google benchmark via UseManualTime.

To reduce some code duplication I added a generic time_call function
to time a lambda call.
@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: 603
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 192
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 218
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 488
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 449
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 538
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 591
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 392
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 387
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 389
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jgfouca/kokkos-kernels)
  • Branch: jgfouca/par_ilut_perf_test_refactor2
  • SHA: b60e681
  • Mode: TEST_REPO

Pull Request Author: jgfouca

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = b60e681 Does not match the current commit SHA = 6e80b37. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@kokkos-devops-admin
Copy link

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

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

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 603
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 192
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 218
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 488
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 449
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 538
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 591
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 392
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 387
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 389
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b60e681
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 603 (click to expand)

Commit message: "Reorganize par_ilut performance test"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins2499607428751635489.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
***Forced exclusive execution
Job <55933> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10] $ /bin/bash -el /tmp/jenkins10193709034846433407.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10
***Forced exclusive execution
Job <55934> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Terminated
Finished: ABORTED

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

[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins8941358994515030191.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
KokkosKernels Repository Status: b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b60e681daedf7df61cbc453c526960ff9706045f^{commit} # timeout=10
Checking out Revision b60e681daedf7df61cbc453c526960ff9706045f (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b60e681daedf7df61cbc453c526960ff9706045f # timeout=10
Commit message: "Reorganize par_ilut performance test"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins3059921744747425826.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b60e681daedf7df61cbc453c526960ff9706045f^{commit} # timeout=10
Checking out Revision b60e681daedf7df61cbc453c526960ff9706045f (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b60e681daedf7df61cbc453c526960ff9706045f # timeout=10
Commit message: "Reorganize par_ilut performance test"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins1281695501196158720.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b60e681daedf7df61cbc453c526960ff9706045f^{commit} # timeout=10
Checking out Revision b60e681daedf7df61cbc453c526960ff9706045f (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b60e681daedf7df61cbc453c526960ff9706045f # timeout=10
Commit message: "Reorganize par_ilut performance test"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL19] $ /bin/bash -el /tmp/jenkins7347454279727884220.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b60e681daedf7df61cbc453c526960ff9706045f^{commit} # timeout=10
Checking out Revision b60e681daedf7df61cbc453c526960ff9706045f (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b60e681daedf7df61cbc453c526960ff9706045f # timeout=10
Commit message: "Reorganize par_ilut performance test"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins2968997828805150436.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]      cwpearson/docs-apt-update -> upstream/cwpearson/docs-apt-update
 * [new branch]      develop    -> upstream/develop
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new branch]      release-candidate-4.0.01 -> upstream/release-candidate-4.0.01
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         4.0.01     -> 4.0.01
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
From https://github.com/kokkos/kokkos-kernels
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110] $ /bin/bash -el /tmp/jenkins1720617501515984655.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update
 * [new branch]          develop                     -> upstream/develop
 * [new branch]          master                      -> upstream/master
 * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1
 * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0
 * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1
 * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0
 * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1
 * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0
 * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0
 * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01
 * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00
 * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01
 * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02
 * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0
 * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01
 * [new tag]             3.6.00                      -> 3.6.00
 * [new tag]             3.6.01                      -> 3.6.01
 * [new tag]             3.7.00                      -> 3.7.00
 * [new tag]             4.0.01                      -> 4.0.01
 * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
 * [new tag]             3.7.01                      -> 3.7.01
 * [new tag]             4.0.00                      -> 4.0.00
Already up to date.
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3527
Running on machine: inouye
KokkosKernels Repository Status: b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins5517949564803101559.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update
 * [new branch]          develop                     -> upstream/develop
 * [new branch]          master                      -> upstream/master
 * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1
 * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0
 * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1
 * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0
 * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1
 * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0
 * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0
 * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01
 * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00
 * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01
 * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02
 * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0
 * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01
 * [new tag]             3.6.00                      -> 3.6.00
 * [new tag]             3.6.01                      -> 3.6.01
 * [new tag]             3.7.00                      -> 3.7.00
 * [new tag]             4.0.01                      -> 4.0.01
 * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
 * [new tag]             3.7.01                      -> 3.7.01
 * [new tag]             4.0.00                      -> 4.0.00
Already up to date.
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3526
Running on machine: inouye
KokkosKernels Repository Status: b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > git rev-parse b60e681daedf7df61cbc453c526960ff9706045f^{commit} # timeout=10
Checking out Revision b60e681daedf7df61cbc453c526960ff9706045f (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b60e681daedf7df61cbc453c526960ff9706045f # timeout=10
Commit message: "Reorganize par_ilut performance test"
 > git rev-list --no-walk 31f2b05558530730ef64b0878c51c44040c23c75 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
Commit message: "Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)"
 > git rev-list --no-walk 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 # timeout=10
[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins1558745440802150106.sh
From https://github.com/kokkos/kokkos-kernels
 * [new branch]          cwpearson/docs-apt-update   -> upstream/cwpearson/docs-apt-update
 * [new branch]          develop                     -> upstream/develop
 * [new branch]          master                      -> upstream/master
 * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1
 * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0
 * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1
 * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0
 * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1
 * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0
 * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0
 * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01
 * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00
 * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01
 * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02
 * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0
 * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01
 * [new tag]             3.6.00                      -> 3.6.00
 * [new tag]             3.6.01                      -> 3.6.01
 * [new tag]             3.7.00                      -> 3.7.00
 * [new tag]             4.0.01                      -> 4.0.01
 * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
 * [new tag]             3.7.01                      -> 3.7.01
 * [new tag]             4.0.00                      -> 4.0.00
Already up to date.
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
KokkosKernels Repository Status:  b60e681daedf7df61cbc453c526960ff9706045f Reorganize par_ilut performance test

Kokkos Repository Status: 5fa72b590e4ebdf3b93898934c465c8d2f972ef6 Kokkos: Remove TriBITS Kokkos subpackages (trilinos/Trilinos#11545) (#6104)

Going to test compilers: rocm/5.2.0
Testing compiler rocm/5.2.0
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Starting job rocm-5.2.0-Hip_Serial-release
Hip IS THE KOKKOS DEVICE
kokkos devices: Hip,Serial
kokkos arch: VEGA908
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 193
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 219
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 489
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 450
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 539
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 592
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 393
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 388
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 390
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (jgfouca/kokkos-kernels)
  • Branch: jgfouca/par_ilut_perf_test_refactor2
  • SHA: 6e80b37
  • Mode: TEST_REPO

Pull Request Author: jgfouca

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 193
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 219
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 489
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 450
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 539
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 592
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 393
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 388
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 390
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH jgfouca/par_ilut_perf_test_refactor2
KOKKOSKERNELS_SOURCE_REPO https://github.com/jgfouca/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6e80b37
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf06fef
PR_LABELS
PULLREQUESTNUM 1818
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@lucbv lucbv merged commit 3794a36 into kokkos:develop May 9, 2023
@jgfouca jgfouca deleted the jgfouca/par_ilut_perf_test_refactor2 branch March 27, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants