-
Notifications
You must be signed in to change notification settings - Fork 576
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
[MueLu] Fix toTpetra operator cast #13809
[MueLu] Fix toTpetra operator cast #13809
Conversation
Signed-off-by: maxfirmbach <max@firmbach.com>
588f93c
to
33cb2b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How has this been missed by the autotester during PR testing of the original change?
@mayrmt I guess we don't test Epetra anymore. |
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; this inspection will remain valid until a new commit to source branch is performed. |
Status Flag 'Pull Request AutoTester' - Failure: Job PR_gcc-openmpi-openmp on Jenkins server at https://do.sandia.gov/trilinos-ci Does Not Exist
|
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing. |
Status Flag 'Pull Request AutoTester' - Failure: Job PR_gcc-openmpi-openmp on Jenkins server at https://do.sandia.gov/trilinos-ci Does Not Exist
|
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_gcc
Jenkins Parameters
Build InformationTest Name: PR_gcc-openmpi_debug
Jenkins Parameters
Build InformationTest Name: PR_clang
Jenkins Parameters
Build InformationTest Name: PR_cuda
Jenkins Parameters
Build InformationTest Name: PR_intel
Jenkins Parameters
Build InformationTest Name: PR_cuda-uvm
Jenkins Parameters
Using Repos:
Pull Request Author: maxfirmbach |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_gcc
Jenkins Parameters
Build InformationTest Name: PR_gcc-openmpi_debug
Jenkins Parameters
Build InformationTest Name: PR_clang
Jenkins Parameters
Build InformationTest Name: PR_cuda
Jenkins Parameters
Build InformationTest Name: PR_intel
Jenkins Parameters
Build InformationTest Name: PR_cuda-uvm
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ cgcgcg ]! |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Cannot Merge Pull Request# 13809: Github Mergeability = blocked; Git Mergeable = True |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Cannot Merge Pull Request# 13809: Github Mergeability = blocked; Git Mergeable = True |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Cannot Merge Pull Request# 13809: Github Mergeability = blocked; Git Mergeable = True |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Cannot Merge Pull Request# 13809: Github Mergeability = blocked; Git Mergeable = True |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Cannot Merge Pull Request# 13809: Github Mergeability = blocked; Git Mergeable = True |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 13809: IS A SUCCESS - Pull Request successfully merged |
@trilinos/muelu @cgcgcg @mayrmt
Motivation
The changes made in #13784 breaks our
4C
-multiphysics build withTrilinos
. Thus this PR fixes the one, old leftoverTpetra
cast construct.Related Issues