-
Notifications
You must be signed in to change notification settings - Fork 578
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_20190118_020615 branch to master #4215
Conversation
…inal template parameters
…e, added config support
The modifies the prolongatorGraph output from structured aggregation. Instead of getting a node based graph it now returns a dofs based graph. This means that in the new format, the prolongator graph can be used to call the constructor of the prolongator matrix directly. This has the advantage of reducing some overhead and it also simplifies the implementation of the geometric interpolation factory.
…ion_PDEsystems Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: modifying structured aggregation to compute graph of prolongator PR Author: lucbv
@trilinos/tpetra
@trilinos/amesos2
This necessary for the Kokkos profiling tools to work properly with the stacked timers. See comment in item 1 of #4138 (comment).
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Amesos2: Fix #4194 PR Author: mhoemmen
@trilinos/tpetra
@trilinos/tpetra Change Tpetra's getArrayViewFromDualView helper function, so that if the View has a zero length, Teuchos::ArrayView's constructor gets called as ArrayView(nullptr,0). This is needed because ArrayView's constructor throws an exception in debug mode, if given (nonnull,0).
…ated_cmake Automatically Merged using Trilinos Pull Request AutoTester PR Title: add cmake support for Tpetra_ENABLE_DEPRECATED_CODE PR Author: GeoffDanielson
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Thyra: add function to reset the ModelEvaluatorDefaultBase lazy initialization flag PR Author: rppawlo
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer miniem: fix for Kokkos profiling PR Author: jhux2
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Fix #4199 PR Author: mhoemmen
It really is always double, not a value that depends on users' types. Using mj_scalar_t caused problems with mj_scalar_t = int (for partitioning matrix/tensor indices).
This reverts commit 19d431c.
This reverts commit 428d5f3.
…d not be the user's scalar_t.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Zoltan2: Corrected variable types in MJ PR Author: kddevin
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
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
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Master Automerge is disabled (in .cfg file) |
Auto PR created to promote from master_merge_20190118_020615 branch to master