-
Notifications
You must be signed in to change notification settings - Fork 577
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
Fix Panzer's projection and ip_coordinates tests with UVM off #9614
Conversation
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.
@JacobDomagala - looks good to me! Only thing to change would be to remove comments about requiring uvm in a few places. Thanks!
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
Comments removed |
Thanks! |
Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ rppawlo ]! |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: python-3
Jenkins Parameters
Using Repos:
Pull Request Author: JacobDomagala |
I'm including the fix for ip_coordinates test aswell, as it's only one-liner @rppawlo |
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 InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: python-3
Jenkins Parameters
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 5397 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 2942 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 3422 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 10671 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 2083 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105_uvm_off # 1080 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 3458 (click to expand)
Console Output (last 100 lines) : python-3 # 119 (click to expand)
|
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 AND APPROVED by [ rppawlo ]! |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: python-3
Jenkins Parameters
Using Repos:
Pull Request Author: JacobDomagala |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: python-3
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ rppawlo ]! |
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... |
…s:develop' (5ef4b4e). * trilinos-develop: Panzer epetra scatter (trilinos#9581) panzer: Main driver1 uvm free for tpetra blocked (trilinos#9603) Fix Panzer's projection and ip_coordinates tests with UVM off (trilinos#9614) MueLu: move region MG vCycle to "solve" file MueLu: collect region MG solver stuff in one file atdm: mark KokkosKernels_sparse_cuda as RUN_SERIAL packages/framework: fix config-specs.ini typo packages/framework: pip3 is no longer in PATH Fixed up workset builder for UVM Tpetra: Remove dead code from RowMatrixTransposer unit test Tpetra: Add unit test for CrsGraphTransposer Tpetra: Fix some timer names Tpetra: Add CrsGraphTransposer MueLu CoalesceDropFactory: Add symmetrization of coloring graph MueLu: Enable rebalancing of "BlockNumber" Xpetra IO: Fix warning TrilinosCouplings: Add stacked timer to Maxwell Tpetra example MueLu: Fixes for distributed classical TrilinosCouplings: Hook up Stratimikos-Ifpack2 in Tpetra Maxwell example
…s:develop' (5ef4b4e). * trilinos-develop: Panzer epetra scatter (trilinos#9581) panzer: Main driver1 uvm free for tpetra blocked (trilinos#9603) Fix Panzer's projection and ip_coordinates tests with UVM off (trilinos#9614) MueLu: move region MG vCycle to "solve" file MueLu: collect region MG solver stuff in one file atdm: mark KokkosKernels_sparse_cuda as RUN_SERIAL packages/framework: fix config-specs.ini typo packages/framework: pip3 is no longer in PATH Fixed up workset builder for UVM Tpetra: Remove dead code from RowMatrixTransposer unit test Tpetra: Add unit test for CrsGraphTransposer Tpetra: Fix some timer names Tpetra: Add CrsGraphTransposer MueLu CoalesceDropFactory: Add symmetrization of coloring graph MueLu: Enable rebalancing of "BlockNumber" Xpetra IO: Fix warning TrilinosCouplings: Add stacked timer to Maxwell Tpetra example MueLu: Fixes for distributed classical TrilinosCouplings: Hook up Stratimikos-Ifpack2 in Tpetra Maxwell example
…develop' (99d46b6). * trilinos/develop: Panzer epetra scatter (trilinos#9581) panzer: Main driver1 uvm free for tpetra blocked (trilinos#9603) Fix Panzer's projection and ip_coordinates tests with UVM off (trilinos#9614) MueLu: move region MG vCycle to "solve" file MueLu: collect region MG solver stuff in one file atdm: mark KokkosKernels_sparse_cuda as RUN_SERIAL packages/framework: fix config-specs.ini typo packages/framework: pip3 is no longer in PATH Fixed up workset builder for UVM Tpetra: Remove dead code from RowMatrixTransposer unit test Tpetra: Add unit test for CrsGraphTransposer Tpetra: Fix some timer names Tpetra: Add CrsGraphTransposer MueLu CoalesceDropFactory: Add symmetrization of coloring graph MueLu: Enable rebalancing of "BlockNumber" Xpetra IO: Fix warning TrilinosCouplings: Add stacked timer to Maxwell Tpetra example MueLu: Fixes for distributed classical TrilinosCouplings: Hook up Stratimikos-Ifpack2 in Tpetra Maxwell example
No description provided.