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

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20200708_000612 branch to master #7646

Merged
merged 16 commits into from
Jul 8, 2020

Conversation

trilinos-autotester
Copy link
Contributor

Auto PR created to promote from master_merge_20200708_000612 branch to master

crockatt and others added 16 commits June 27, 2020 11:20
- 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.
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
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
@trilinos-autotester trilinos-autotester requested review from a team as code owners July 8, 2020 06:06
@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 7242
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7052
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5477
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5324
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1513
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_clang_7.0.1

  • Build Num: 261
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 1183
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4808
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20200708_000612
  • SHA: 6f7a53a
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 7242
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7052
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5477
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5324
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1513
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_clang_7.0.1

  • Build Num: 261
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 1183
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4808
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PR_LABELS
PULLREQUESTNUM 7646
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20200708_000612
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 6f7a53a
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc9ed17


CDash Test Results for PR# 7646.

@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged

@trilinos-autotester trilinos-autotester merged commit b0c07ad into master Jul 8, 2020
@trilinos-autotester
Copy link
Contributor Author

Merge on Pull Request# 7646: IS A SUCCESS - Pull Request successfully merged

@william76 william76 deleted the master_merge_20200708_000612 branch August 12, 2020 22:01
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.

4 participants