-
Notifications
You must be signed in to change notification settings - Fork 572
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
Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20200708_000612 branch to master #7646
Conversation
- Copy over necessary changes from KK PR #725 to Trilinos - Change CrsMatrix::apply() to use merge path if matrix is sufficiently imbalanced. Behavior is selected independently on each node: if maxNodeNumRowEntries - avgNodeNumRowEntries >= $TPETRA_LONG_ROW_MIN_NUM_ENTRIES then use merge path else use default spmv Additionally, by default this will only be used if doing SpMV on a single vector, not multivector. If $TPETRA_MULTIVECTOR_USE_MERGE_PATH == ON, then merge path SPMV will be applied to one column at a time. This is because cuSPARSE doesn't yet support merge path on multivectors.
to Behavior::rowImbalanceThreshold(), which is controlled by TPETRA_ROW_IMBALANCE_THRESHOLD. Remove Behavior::longRowMinNumEntries() since it is no longer used anywhere. Document that the imbalance threshold is a number of entries per row in excess of the average for the local matrix.
…rctured-unstructured interfaces
Tpetra: be more efficient with #include of LocalCrsMatrixOperator
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: integrate cuSPARSE merge path spmv PR Author: brian-kelley
- SSPERK22 - SSPERK33
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tempus: add error estimator for selected methods PR Author: sconde
…on_fix Automatically Merged using Trilinos Pull Request AutoTester PR Title: Muelu: hybrid aggregation fix to interface aggregation PR Author: pohm01
…-type-condition Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer: Fixing evaluation type conditionals in equation set gather registration. PR Author: crockatt
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 7646: IS A SUCCESS - Pull Request successfully merged |
Auto PR created to promote from master_merge_20200708_000612 branch to master