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

Two-stage GS: add damping factors #921

Merged
merged 9 commits into from
Mar 30, 2021

Conversation

iyamazaki
Copy link
Contributor

This PR adds new options for two-stage GS:

  • damping factors for its outer and inner sweeps
  • compact form

It also removes some codes, that are now not used.

@iyamazaki
Copy link
Contributor Author

Results of spot-check on White (../scripts/cm_test_all_sandia --spot-check --arch=Power8,Pascal60 --num=1)

#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_OpenMP-release build_time=711 run_time=134
cuda-10.1.105-Cuda_Serial-release build_time=737 run_time=202
cuda-9.2.88-Cuda_OpenMP-release build_time=709 run_time=165
cuda-9.2.88-Cuda_Serial-release build_time=637 run_time=235
gcc-6.4.0-OpenMP_Serial-release build_time=272 run_time=172
gcc-7.2.0-OpenMP-release build_time=180 run_time=59
gcc-7.2.0-OpenMP_Serial-release build_time=263 run_time=170
gcc-7.2.0-Serial-release build_time=165 run_time=73

@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_GCC720

  • Build Num: 123
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 102
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 137
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 101
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 95
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: twostage-sgs
  • SHA: 2744475
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@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_GCC720

  • Build Num: 123
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 102
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 137
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 101
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 96
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 95
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@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_GCC720

  • Build Num: 125
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 104
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 139
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 103
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 97
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: twostage-sgs
  • SHA: 2744475
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@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_GCC720

  • Build Num: 125
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 104
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 139
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 103
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 98
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 97
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2744475
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

2 similar comments
@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@brian-kelley brian-kelley self-requested a review March 29, 2021 15:12
@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...

Copy link
Contributor

@brian-kelley brian-kelley left a comment

Choose a reason for hiding this comment

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

I just saw a minor type change (scalar_t_ -> nnz_scalar_t) and some comments that could be clarified. Otherwise it's good to go.

void set_gs_set_num_inner_sweeps (int num_inner_sweeps) {
auto gs2 = get_twostage_gs_handle();
gs2->setNumInnerSweeps (num_inner_sweeps);
}
// ---------------------------------------- //
// Specify damping factor of inner sweeps for two-stage Gauss-Seidel
void set_gs_set_inner_damp_factor (scalar_t_ damp_factor) {
Copy link
Contributor

Choose a reason for hiding this comment

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

nnz_scalar_t should be used inside the handle, rather than the raw template argument scalar_t_. We allow a const type for the template argument, and nnz_scalar_t removes the const.

@@ -650,6 +701,11 @@ namespace KokkosSparse{
values_view_t D;
crsmat_t crsmatL;
crsmat_t crsmatU;
// > complements for compact form of recurrence
// where La = A - U and Ua = A - U
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that a typo? Maybe it should say Ua = A - L?

if (direction == GS_FORWARD ||
(direction == GS_SYMMETRIC && sweep%2 == 0)) {
// Z = (L+D)^{-1} * R
//if (sweep == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this commented-out code be removed?

@@ -742,7 +866,7 @@ namespace KokkosSparse{
y_value_array_type localB, // in
bool init_zero_x_vector = false,
int numIter = 1,
scalar_t omega = Kokkos::Details::ArithTraits<scalar_t>::one(),
scalar_t omega = ST::one(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a runtime check that the omega passed in here matches gsHandle->getOuterDampFactor()? I think it's fine to do the triangular scaling by omega during setup rather than apply, but checking for that might prevent confusing behavior. I'm worried the user might thing passing it to apply() is all they need to do, since that's how MTGS works.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, @brian-kelley. The damping factor is currently used only for two-stage iteration (I had the sptrsv option mainly for debugging before the damping factor is integrated).

For using sptrsv, I am explicitly extracting the triangular part during the setup, but I don't have omega till apply, so I am assuming to be one. Then sptrsv is called for apply, so omega does not do anything. I can check omega=one at runtime during the apply with sptrsv, but what should I do if it is not omega?

Copy link
Contributor

Choose a reason for hiding this comment

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

@iyamazaki I see. If this path is mainly for debugging, I think it's fine to just do
if(omega != 1.0) throw invalid_argument(...).

But if it's easy, you could make this path support arbitrary omega by adding extra BLAS calls.

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 added throw invalid_argument, thank you @brian-kelley.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, @brian-kelley, again.. Apparently, we test this option with omega=0.9.. I reset omega to be 1.0 for the unit-test to pass. I hope this is okay.

Copy link
Contributor

Choose a reason for hiding this comment

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

That's fine.

//}
if (!two_stage) {
// ===== sparse-triangular solve =====
// TODO: omega is not supported here (because omega*L + D is extracted in initialize_numeric, but omega is passed into apply)
Copy link
Contributor

@brian-kelley brian-kelley Mar 29, 2021

Choose a reason for hiding this comment

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

Again, I think it's fine to deal with omega != 1.0 during numeric rather than apply, so you could just remove this TODO. It would also be good to go through the comments here like Z = (omega * L + D)^{-1} * R and either not mention omega at all (since crsmatU is already omega * L + D) or clarify by saying Z = (omega * L + D)^{-1} * R = crsmatU^{-1} * R.

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@iyamazaki
Copy link
Contributor Author

Thank you, @brian-kelley !! I pushed the fixes, and am rerunning the spot-check on white.

@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_GCC720

  • Build Num: 126
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 105
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 140
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 104
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: twostage-sgs
  • SHA: b23a8d9
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@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_GCC720

  • Build Num: 126
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 119
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 105
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 140
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 104
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 99
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 98
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b23a8d9
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@brian-kelley
Copy link
Contributor

brian-kelley commented Mar 29, 2021

@iyamazaki You don't have to run the spot check manually anymore, Kokkos Kernels has an autotester like Trilinos now.

@brian-kelley
Copy link
Contributor

Thanks for making the changes, you can merge whenever you like.

@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

@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_GCC720

  • Build Num: 127
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 106
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 141
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 105
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: twostage-sgs
  • SHA: d53452f
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@iyamazaki
Copy link
Contributor Author

Thank you, @brian-kelley. I did not realize I don't need to spot-check anymore. Can you merge if this looks okay? I am not authorized to do that.

@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_GCC720

  • Build Num: 127
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 120
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 106
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 141
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 105
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 100
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 99
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA d53452f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 127 (click to expand)

14: Graph reordered by reverse Cuthill-McKee:
14:  *    *    *                        
14: * *   *    **                       
14:  * *       ***                      
14:   * *       ***                     
14:    * *       ***                    
14:     *         **                    
14: **     *   *    *                   
14:       * *  *    **                  
14:        * *      ***                 
14:         * *      ***                
14:          *        **                
14: ***   **    *   *   *               
14:  ***       * *  *   **              
14:   ***       * *     ***             
14:    ***       * *     ***            
14:     **        *       **            
14:       ***  **    *  *   *           
14:        ***      * * *   **          
14:         ***      * *    ***         
14:          **       *      **         
14:            ***  **   *  *  *        
14:             ***     * * *  **       
14:              ***     * *   ***      
14:               **      *     **      
14:                 *** **   * *  *     
14:                  ***    * **  **    
14:                   **     *    **    
14:                     *** **  * * *   
14:                      ***   * ** **  
14:                       **    *   **  
14:                         *****  ** * 
14:                          **   * * * 
14:                            ***** ***
14:                             **  * **
14:                               **** *
14:                                 *** 
14: 
14/14 Test #14: wiki_rcm .........................   Passed    0.01 sec

93% tests passed, 1 tests failed out of 14

Total Test time (real) = 47.65 sec

The following tests FAILED:
3 - sparse_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.127/TestAll_2021-03-29_23.38.07/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Pthread_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.127/TestAll_2021-03-29_23.38.07/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1009058
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 120 (click to expand)

18:  13 13 16 16 16 14 14 14 17 17 17 15 15 15 15
18:  13 13 16 16 16 14 14 14 17 17 17 15 15 15 15
18:  18 18 16 16 16 19 19 19 17 17 17 20 20 20 15
18:  18 18 21 21 21 19 19 19 17 17 17 20 20 20 15
18:  18 18 21 21 21 19 19 19 22 22 22 20 20 20 20
18:  23 23 21 21 21 19 19 19 22 22 22 22 22 22 22
18:  23 23 21 24 24 24 22 22 22 22 22 25 25 25 22
18:  23 23 21 24 24 24 26 22 22 22 22 25 25 25 25
18:  23 23 23 24 24 24 26 26 26 22 22 25 25 25 25
18:  27 27 23 23 23 23 26 26 26 22 22 22 22 22 22
18:  27 27 23 23 23 23 26 26 26 28 28 28 29 29 29
18:  27 27 30 30 30 30 31 31 31 28 28 28 28 29 29
18:  27 30 30 30 30 30 31 31 31 28 28 28 28 29 29
18: 
18/19 Test #18: wiki_coarsening ..................   Passed    0.03 sec
test 19
      Start 19: wiki_rcm

19: Test command: /home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.120/TestAll_2021-03-29_23.38.18/gcc/7.2.0/OpenMP_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm
19: Test timeout computed to be: 2500
19: Graph reordered by reverse Cuthill-McKee:
19: * * *
19: * * * **
19: * * ***
19: * * ***
19: * * ***
19: * **
19: ** * * *
19: * * * **
19: * * ***
19: * * ***
19: * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: ***** ** *
19: ** * * *
19: ***** ***
19: ** * **
19: **** *
19: ***
19:
19/19 Test #19: wiki_rcm ......................... Passed 0.03 sec

89% tests passed, 2 tests failed out of 19

Total Test time (real) = 140.02 sec

The following tests FAILED:
3 - sparse_openmp (Failed)
8 - sparse_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.120/TestAll_2021-03-29_23.38.18/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1009059
salloc: Job allocation 1009059 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 106 (click to expand)

13:  *    *    *                        
13: * *   *    **                       
13:  * *       ***                      
13:   * *       ***                     
13:    * *       ***                    
13:     *         **                    
13: **     *   *    *                   
13:       * *  *    **                  
13:        * *      ***                 
13:         * *      ***                
13:          *        **                
13: ***   **    *   *   *               
13:  ***       * *  *   **              
13:   ***       * *     ***             
13:    ***       * *     ***            
13:     **        *       **            
13:       ***  **    *  *   *           
13:        ***      * * *   **          
13:         ***      * *    ***         
13:          **       *      **         
13:            ***  **   *  *  *        
13:             ***     * * *  **       
13:              ***     * *   ***      
13:               **      *     **      
13:                 *** **   * *  *     
13:                  ***    * **  **    
13:                   **     *    **    
13:                     *** **  * * *   
13:                      ***   * ** **  
13:                       **    *   **  
13:                         *****  ** * 
13:                          **   * * * 
13:                            ***** ***
13:                             **  * **
13:                               **** *
13:                                 *** 
13: 
13/13 Test #13: wiki_rcm .........................   Passed    0.64 sec

92% tests passed, 1 tests failed out of 13

Total Test time (real) = 78.51 sec

The following tests FAILED:
2 - sparse_threads (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-18.1.163-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/18.1.163

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.106/TestAll_2021-03-29_23.38.23/intel/18.1.163/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-18.1.163-Pthread-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/18.1.163

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2018/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=mkl --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/KokkosKernels_PullRequest_Tpls_INTEL18.106/TestAll_2021-03-29_23.38.23/intel/18.1.163/Pthread-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1009060
salloc: Job allocation 1009060 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 141 (click to expand)

19:             ***     * * *  **       
19:              ***     * *   ***      
19:               **      *     **      
19:                 *** **   * *  *     
19:                  ***    * **  **    
19:                   **     *    **    
19:                     *** **  * * *   
19:                      ***   * ** **  
19:                       **    *   **  
19:                         *****  ** * 
19:                          **   * * * 
19:                            ***** ***
19:                             **  * **
19:                               **** *
19:                                 *** 
19: 
19/19 Test #19: wiki_rcm .........................   Passed    0.01 sec

89% tests passed, 2 tests failed out of 19

Total Test time (real) = 168.90 sec

The following tests FAILED:
3 - sparse_openmp (Failed)
8 - sparse_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.141/TestAll_2021-03-29_23.38.24/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-OpenMP_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.141/TestAll_2021-03-29_23.38.24/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.141/TestAll_2021-03-29_23.38.24/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 105 (click to expand)

18:  13 13 13 11 11 11 11 11 12 12 12 10 10 10 10
18:  13 13 13 11 11 14 14 14 12 12 12 15 15 15 15
18:  13 13 16 16 16 14 14 14 17 17 17 15 15 15 15
18:  13 13 16 16 16 14 14 14 17 17 17 15 15 15 15
18:  18 18 16 16 16 19 19 19 17 17 17 20 20 20 15
18:  18 18 21 21 21 19 19 19 17 17 17 20 20 20 20
18:  18 18 21 21 21 19 19 19 22 22 22 20 20 20 20
18:  23 23 21 21 21 19 19 19 22 22 22 22 20 20 20
18:  23 23 21 24 24 24 24 22 22 22 22 25 25 25 25
18:  23 23 23 24 24 24 26 22 22 22 22 25 25 25 25
18:  23 23 23 24 24 24 26 26 26 26 25 25 25 25 25
18:  27 27 27 24 24 26 26 26 26 28 28 28 29 29 29
18:  27 27 30 30 30 30 26 26 26 28 28 28 29 29 29
18:  27 27 30 30 30 30 31 31 31 28 28 28 28 29 29
18:  27 30 30 30 30 30 31 31 31 28 28 28 28 29 29
18: 
18/19 Test #18: wiki_coarsening ..................   Passed    0.11 sec
test 19
      Start 19: wiki_rcm

19: Test command: /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.105/TestAll_2021-03-29_23.37.56/cuda/10.1.105/Cuda_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm
19: Test timeout computed to be: 2500
19: Graph reordered by reverse Cuthill-McKee:
19: * * *
19: * * * **
19: * * ***
19: * * ***
19: * * ***
19: * **
19: ** * * *
19: * * * **
19: * * ***
19: * * ***
19: * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: ***** ** *
19: ** * * *
19: ***** ***
19: ** * **
19: **** *
19: ***
19:
19/19 Test #19: wiki_rcm ......................... Passed 0.10 sec

89% tests passed, 2 tests failed out of 19

Total Test time (real) = 201.04 sec

The following tests FAILED:
3 - sparse_cuda (Failed)
8 - sparse_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.105/TestAll_2021-03-29_23.37.56/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

18:  27 27 27 24 24 26 26 26 26 28 28 28 29 29 29
18:  27 27 30 30 30 30 26 26 26 28 28 28 29 29 29
18:  27 27 30 30 30 30 31 31 31 28 28 28 28 29 29
18:  27 30 30 30 30 30 31 31 31 28 28 28 28 29 29
18: 
18/19 Test #18: wiki_coarsening ..................   Passed    0.11 sec
test 19
      Start 19: wiki_rcm

19: Test command: /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.100/TestAll_2021-03-29_23.38.53/cuda/9.2.88/Cuda_OpenMP-release/example/wiki/graph/KokkosKernels_wiki_rcm
19: Test timeout computed to be: 2500
19:
19: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
19: without setting CUDA_LAUNCH_BLOCKING=1.
19: The code must call Cuda().fence() after each kernel
19: or will likely crash when accessing data on the host.
19:
19: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
19: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
19: setting CUDA_VISIBLE_DEVICES.
19: This could on multi GPU systems lead to severe performance"
19: penalties.
19: Graph reordered by reverse Cuthill-McKee:
19: * * *
19: * * * **
19: * * ***
19: * * ***
19: * * ***
19: * **
19: ** * * *
19: * * * **
19: * * ***
19: * * ***
19: * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * * * **
19: *** * * ***
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: *** ** * * *
19: *** * ** **
19: ** * **
19: ***** ** *
19: ** * * *
19: ***** ***
19: ** * **
19: **** *
19: ***
19:
19/19 Test #19: wiki_rcm ......................... Passed 0.11 sec

89% tests passed, 2 tests failed out of 19

Total Test time (real) = 167.13 sec

The following tests FAILED:
3 - sparse_cuda (Failed)
8 - sparse_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power8,Pascal60 --compiler=/home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.100/TestAll_2021-03-29_23.38.53/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 99 (click to expand)

14:            ***  **   *  *  *        
14:             ***     * * *  **       
14:              ***     * *   ***      
14:               **      *     **      
14:                 *** **   * *  *     
14:                  ***    * **  **    
14:                   **     *    **    
14:                     *** **  * * *   
14:                      ***   * ** **  
14:                       **    *   **  
14:                         *****  ** * 
14:                          **   * * * 
14:                            ***** ***
14:                             **  * **
14:                               **** *
14:                                 *** 
14: 
14/14 Test #14: wiki_rcm .........................   Passed    0.01 sec

93% tests passed, 1 tests failed out of 14

Total Test time (real) = 55.84 sec

The following tests FAILED:
3 - sparse_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.99/TestAll_2021-03-29_23.38.45/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.99/TestAll_2021-03-29_23.38.45/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.18.0 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.99/TestAll_2021-03-29_23.38.45/gcc/7.4.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@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_GCC720

  • Build Num: 128
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 107
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 142
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 106
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 101
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 100
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: twostage-sgs
  • SHA: 311a38e
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@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_GCC720

  • Build Num: 128
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 107
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 142
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 106
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 101
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 100
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH twostage-sgs
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 311a38e
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 22a2057
PULLREQUESTNUM 921
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

@brian-kelley brian-kelley self-requested a review March 30, 2021 15:19
@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

@brian-kelley brian-kelley merged commit 873a19f into kokkos:develop Mar 30, 2021
@iyamazaki
Copy link
Contributor Author

Thank you, @brian-kelley.

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.

3 participants