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

Batched Gesv: initializing variable to make compiler happy #1778

Merged
merged 3 commits into from
Apr 7, 2023

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Apr 6, 2023

Explicitly initializing the reducer type avoids warning in the nightly GCC 910 build.
This work fix the problem reported in #1771

Explicitely intializing the reducer type avoids warning in the
nightly GCC 910 build.
@lucbv lucbv added the Cleanup Code maintenance that isn't a bugfix or new feature label Apr 6, 2023
@lucbv lucbv requested review from ndellingwood and kliegeois April 6, 2023 17:33
@lucbv
Copy link
Contributor Author

lucbv commented Apr 6, 2023

@ndellingwood assuming this passes CI and gets merged, can you monitor the effect on the GCC9.1 build and see if it resolves the issue there.

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 83
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 113
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 383
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 344
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 433
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 486
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 287
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 282
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 285
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: fix_gesv_uninitialized
  • SHA: 788018f
  • Mode: TEST_REPO

Pull Request Author: lucbv

Copy link
Contributor

@kliegeois kliegeois left a comment

Choose a reason for hiding this comment

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

Thanks Luc, I just have a quick comment.

Comment on lines 294 to 295
value.val = Kokkos::reduction_identity<value_type>::max();
value.loc = Kokkos::reduction_identity<int>::min();
Copy link
Contributor

Choose a reason for hiding this comment

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

While it does not change the results (if I understand correctly), it might make sense to replace:

value.val = Kokkos::reduction_identity<value_type>::max();

by

value.val = Kokkos::reduction_identity<value_type>::min();

as a reader might misunderstand if (tmp_v_1(j) > update.val) { and might think that this will never be true as value.val = (...)::max().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I see your point, I chose the current value because of the choice made here in Kokkos Core.
Maybe we can ask them why they chose the max and not the min?
In any case since the values are reset in the init() operator I do not mind using the min

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree that it does not change the results; I just thought that for a different reader in the future (or for us) it might make more sense.
Alternatively, we can just add a comment to say that it will not impact the results even if it could be counterintuitive.

@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 = 788018f Does not match the current commit SHA = 397a3c6. 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: 477
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 83
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 113
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 383
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 344
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 433
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 486
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 287
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 282
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 285
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 788018f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 477 (click to expand)

 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
***Forced exclusive execution
Job <54441> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=3324 run_time=475
Running on machine: weaver
KokkosKernels Repository Status: 788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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: --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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 83 (click to expand)

gcc-9.3.0-OpenMP-release build_time=481 run_time=103
gcc-9.3.0-OpenMP_Serial-release build_time=651 run_time=246
gcc-9.3.0-Serial-release build_time=442 run_time=111
Running on machine: weaver
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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: Power9,Volta70
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
PASSED gcc-9.3.0-OpenMP-release
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-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
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
PASSED gcc-9.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=459 run_time=105
gcc-9.3.0-Serial-release build_time=421 run_time=108
Running on machine: weaver
KokkosKernels Repository Status: 788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

Going to test compilers: clang/13.0.0
Testing compiler clang/13.0.0
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Starting job clang-13.0.0-Cuda-release
kokkos devices: Cuda
kokkos arch: Power9,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
PASSED clang-13.0.0-Cuda-release
#######################################################
PASSED TESTS
#######################################################
clang-13.0.0-Cuda-release build_time=989 run_time=522
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10
Finished: SUCCESS

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

 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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: 788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

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
Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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-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
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4449 run_time=356
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-Threads_Serial-release build_time=4313 run_time=693
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

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

 * [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]         2.6.00     -> 2.6.00
 * [new tag]         2.7.00     -> 2.7.00
 * [new tag]         2.7.24     -> 2.7.24
 * [new tag]         2.8.00     -> 2.8.00
 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED gcc-10.2.0-Threads_Serial-release
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-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: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=385 run_time=80
gcc-10.2.0-Threads_Serial-release build_time=534 run_time=180
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 715a6ffd53db387b25c6c408dd98c57790c58176 (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 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
Commit message: "Merge pull request #6030 from masterleinad/fix_missing_field_initializers"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins7033055149288339641.sh
From https://github.com/kokkos/kokkos-kernels
 * [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]         2.6.00     -> 2.6.00
 * [new tag]         2.7.00     -> 2.7.00
 * [new tag]         2.7.24     -> 2.7.24
 * [new tag]         2.8.00     -> 2.8.00
 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=604 run_time=185
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

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

 * [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]         2.6.00     -> 2.6.00
 * [new tag]         2.7.00     -> 2.7.00
 * [new tag]         2.7.24     -> 2.7.24
 * [new tag]         2.8.00     -> 2.8.00
 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Running on machine: blake
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED intel-19.5.281-OpenMP-release
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-Threads-release
kokkos devices: Threads
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
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-OpenMP-release build_time=1258 run_time=96
intel-19.5.281-Threads-release build_time=817 run_time=105
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Finished: SUCCESS

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

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 715a6ffd53db387b25c6c408dd98c57790c58176 (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 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
Commit message: "Merge pull request #6030 from masterleinad/fix_missing_field_initializers"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins5194110340628041622.sh
From https://github.com/kokkos/kokkos-kernels
 * [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]         2.6.00     -> 2.6.00
 * [new tag]         2.7.00     -> 2.7.00
 * [new tag]         2.7.24     -> 2.7.24
 * [new tag]         2.8.00     -> 2.8.00
 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [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]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=610 run_time=195
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

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

 * [new tag]           3.6.01                      -> 3.6.01
 * [new tag]           3.7.00                      -> 3.7.00
 * [new tag]           3.7.01                      -> 3.7.01
 * [new tag]           4.0.00                      -> 4.0.00
 * [new tag]           papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
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 3278
Running on machine: inouye
KokkosKernels Repository Status: 788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED armpl-21.1.0-OpenMP-release
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-Serial-release
kokkos devices: 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
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1760 run_time=979
armpl-21.1.0-Serial-release build_time=1626 run_time=253
salloc: Relinquishing job allocation 3278
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

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

 * [new tag]           2.6.00                      -> 2.6.00
 * [new tag]           2.7.00                      -> 2.7.00
 * [new tag]           2.7.24                      -> 2.7.24
 * [new tag]           2.8.00                      -> 2.8.00
 * [new tag]           2.9.00                      -> 2.9.00
 * [new tag]           3.0.00                      -> 3.0.00
 * [new tag]           3.1.00                      -> 3.1.00
 * [new tag]           3.1.01                      -> 3.1.01
 * [new tag]           3.2.00                      -> 3.2.00
 * [new tag]           3.2.01                      -> 3.2.01
 * [new tag]           3.3.00                      -> 3.3.00
 * [new tag]           3.3.01                      -> 3.3.01
 * [new tag]           3.4.00                      -> 3.4.00
 * [new tag]           3.4.01                      -> 3.4.01
 * [new tag]           3.5.00                      -> 3.5.00
 * [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]           3.7.01                      -> 3.7.01
 * [new tag]           4.0.00                      -> 4.0.00
 * [new tag]           papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
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 3279
Running on machine: inouye
KokkosKernels Repository Status: 788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2438 run_time=1945
salloc: Relinquishing job allocation 3279
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

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

Checking out Revision 715a6ffd53db387b25c6c408dd98c57790c58176 (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
Commit message: "Merge pull request #6030 from masterleinad/fix_missing_field_initializers"
 > git rev-list --no-walk 715a6ffd53db387b25c6c408dd98c57790c58176 # timeout=10
[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins2912115335742503554.sh
From https://github.com/kokkos/kokkos-kernels
 * [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]           2.6.00                      -> 2.6.00
 * [new tag]           2.7.00                      -> 2.7.00
 * [new tag]           2.7.24                      -> 2.7.24
 * [new tag]           2.8.00                      -> 2.8.00
 * [new tag]           2.9.00                      -> 2.9.00
 * [new tag]           3.0.00                      -> 3.0.00
 * [new tag]           3.1.00                      -> 3.1.00
 * [new tag]           3.1.01                      -> 3.1.01
 * [new tag]           3.2.00                      -> 3.2.00
 * [new tag]           3.2.01                      -> 3.2.01
 * [new tag]           3.3.00                      -> 3.3.00
 * [new tag]           3.3.01                      -> 3.3.01
 * [new tag]           3.4.00                      -> 3.4.00
 * [new tag]           3.4.01                      -> 3.4.01
 * [new tag]           3.5.00                      -> 3.5.00
 * [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]           3.7.01                      -> 3.7.01
 * [new tag]           4.0.00                      -> 4.0.00
 * [new tag]           papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up to date.
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
KokkosKernels Repository Status:  788018fd43784fd8020e01a18dde0fe1bf7323c1 Batched Gesv: initializing variable to make compiler happy

Kokkos Repository Status: 715a6ffd53db387b25c6c408dd98c57790c58176 Merge pull request #6030 from masterleinad/fix_missing_field_initializers

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
PASSED rocm-5.2.0-Hip_Serial-release
#######################################################
PASSED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release build_time=868 run_time=390
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Finished: SUCCESS

@lucbv
Copy link
Contributor Author

lucbv commented Apr 6, 2023

Ugh, should have waited for the auto-tester to finish before adding the comment...

Copy link
Contributor

@kliegeois kliegeois left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 85
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 115
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 385
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 346
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 435
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 488
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 289
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 284
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 287
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: fix_gesv_uninitialized
  • SHA: ec7ce21
  • 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: 479
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 85
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 115
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 385
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 346
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 435
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 488
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 289
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 284
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 287
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH fix_gesv_uninitialized
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ec7ce21
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 8f3574e
PR_LABELS Cleanup
PULLREQUESTNUM 1778
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code maintenance that isn't a bugfix or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants