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

KokkosKernels: patch in supernodal fix #8674

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

brian-kelley
Copy link
Contributor

@brian-kelley brian-kelley commented Feb 2, 2021

@trilinos/kokkos-kernels

Motivation

Fixes build with devices other than Serial and KokkosKernels supernodal SpTRSV enabled. Uses explicit exec+mem space pair to match correct ETI versions of SpMV, while before would get an undefined reference link time error.

Stakeholder Feedback

Issue reported by @iyamazaki

Testing

Just a build change, but SpTRSV is tested in KokkosKernels

@brian-kelley brian-kelley requested a review from a team as a code owner February 2, 2021 16:32
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3463
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1084
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1578
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8939
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 403
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1768
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4474
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Using Repos:

Repo: TRILINOS (brian-kelley/Trilinos)
  • Branch: FixSupernodalBuild
  • SHA: e07ef9d
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@iyamazaki
Copy link
Contributor

Thank you @brian-kelley ! This fixed my builds (OpenMP on White and Cuda on Summit), with supernodal enabled.

One question: there seems to be another work_view_t in UpperTriTranSupernodalFunctor. Should that have execution_space, just to be consistent?

@brian-kelley
Copy link
Contributor Author

@iyamazaki Hmm, good catch. I did not get an error from that one, so I'm going through again and seeing if I can simply use memory_space for the workspace rather than the full Device<exec, mem>.

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3463
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1084
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1578
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8939
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 403
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1768
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4474
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e07ef9d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb


CDash Test Results for PR# 8674.

@trilinos-autotester
Copy link
Contributor

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!

@trilinos-autotester
Copy link
Contributor

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

@brian-kelley
Copy link
Contributor Author

brian-kelley commented Feb 2, 2021

@iyamazaki I'm opening a new KK PR to make that type consistent. In general the workspace_t does need to have the full Device spelled out (the build broke when I changed them to View<scalar*, memory_space>).

in an sptrsv supernodal functor. Mirror of KK PR trilinos#885
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3466
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1087
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1581
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8942
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 406
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1771
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4477
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Using Repos:

Repo: TRILINOS (brian-kelley/Trilinos)
  • Branch: FixSupernodalBuild
  • SHA: e6eda0b
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3466
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1087
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1581
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8942
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 406
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1771
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4477
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 8674
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixSupernodalBuild
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA e6eda0b
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 200c5cb


CDash Test Results for PR# 8674.

@trilinos-autotester
Copy link
Contributor

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!

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@iyamazaki iyamazaki left a comment

Choose a reason for hiding this comment

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

Thank you, @brian-kelley , again!!

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

2 similar comments
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

2 similar comments
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@brian-kelley
Copy link
Contributor Author

@srajama1 Can one of you review this for kokkos-kernels? It is just patching in kokkos/kokkos-kernels#884 and kokkos/kokkos-kernels#885 which Nathan looked over.

Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

Thanks @brian-kelley !

@brian-kelley brian-kelley merged commit 1f7cb03 into trilinos:develop Feb 8, 2021
@brian-kelley brian-kelley deleted the FixSupernodalBuild branch February 8, 2021 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants