-
Notifications
You must be signed in to change notification settings - Fork 579
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_20200603_000639 branch to master #7469
Conversation
…l args I noticed this while looking over this failing test on CDash. I should update the TriBITS documentation to advise people not to set FINAL_PASS_REGULAR_EXPRESSION but instead determine pass/fail at the TEST_<idx> block level.
Use DerivedNodalBasisFamily instead
- use QR factorization provided in KokkosKernels instead of Lapack - use parallel_for over cells - cleaning/renaming code for improving readability - note: this adds required dependency of Intrepid2 on KokkosKernels
Instead of just the current sync state. For long multivectors it is faster to run on the device even if the data is currently on the host. This reduces GPU solve times by ~30% on the Aria milestone test.
…GlobalAssemble This makes the behavior of the matirx where a nonlocal matrix is used consistent with the case where simple std::vector's are used to tempoarily store nonlocal data. Closes #7349
This allows to print also nonlocal data (if any), while assembly is active.
Let the mayhem begin!
This will fix the Trilinos PR tester to test PR and ST packages.
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 52acd38d2c480c86f5924b475073836d476041bc Author: Roscoe A. Bartlett <[email protected]> Date: Fri May 22 13:24:22 2020 -0600 Summary: Add get-tribits-packages.py (#6697)
All of these examples have the same pattern of using an array of scalars without initializing them: Scalar flux[3] = {0.0, 0.0, 0.0}; ... for (int i = 0; i < 3; ++i) for (int j = 0; j < 3; ++j) flux[i] += material[i][j]*grad_u[j]; In this case Scalar = SFad<double,3>. This worked with the old design, because SFad always zero-initialized its derivative array, but currently the new design does not. It is unclear if the new design should be changed to maintain consistency, but I decided to go ahead and change these examples anyway, because I don't think any reasonable person would expect the code to work correctly as it was written. For most scalar types, including builtin ones, the code wouldn't have worked correctly.
This will provide the right list of Trilinos top-level TriBITS packages to display on CDash for PR testing.
The generated file will now always be-up-to-date and correct for the PR branch being tested.
exceed->does not exceed
Added divergence-free basis defined at points other than just the target site. Previously the divergence-free basis was only hard-coded for order up to 4 and in a way that only allowed evaluations at the target sites. Moved much of the scalar basis and divergence-free basis definitions out of the assembly routine for filling in the P matrices, increasing encapsulation. Refactored doxygen to be able to be called by ./doc/build_docs Automatic snapshot commit from barebone_toolkit at db271c6 Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = [email protected]:SNLComputation/compadre.git' At commit: commit db271c69b571ec10dfa76b37e4e9320e9a99fc8c Author: Paul Kuberry <[email protected]> Date: Thu May 28 13:49:54 2020 -0600 Summary: Added description in Doxygen for definition of diverge-free polynomial basis.
…refactor Automatically Merged using Trilinos Pull Request AutoTester PR Title: Update snapshot of Compadre PR Author: kuberry
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Trilinos: Fix ATDM Kokkos arch PR Author: jjellio
The error itself is not an error but it is shown as error based on conditional jump based on uninitialized values.
There are no build errors and just a small number of new test failures.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tacho - remove valgrind error (not real error) PR Author: kyungjoo-kim
Epetra: zero out nonlocal matrix during GlobalAssemble, plus override Print method
The logic that checks if the norm of a vector is zero before normalizing it needs to be inserted. This conditional existed in DGKS, which is why this did not come up as a problem before the change to making ICGS[2] the default. The OrthoManager test has been amended to include a check for this functionality, so that it does not come up again for customers.
…ats2-complex Automatically Merged using Trilinos Pull Request AutoTester PR Title: ATDM: ats2: Add cuda+complex build to support GEMMA (ATDV-300) PR Author: bartlettroscoe
Amesos2: Add Triangular Solves for SuperLU
… Albany and extension of observer to observe dx/dp (#7456) * Piro: bug fix in transient sensitivities. * Piro: bug fix to transient sensitivities. * Piro: creating observeSolution routines for observing ProductVector computing solution and sensitivities. * Piro: adding some optional debug output useful in verifying transient forward sensitivities. * Piro: fixing syntax error. * Piro: changing design for observing dx/dp. * Piro: adding some additional tests for the Tempus observer in Piro. * Piro: removing debug output. * Piro: adding some optional debug output. * Piro: adding more tests for new observer routines involving dx/dp. Co-authored-by: trilinos-autotester <[email protected]>
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_gcc_8.3.0 to start: Total Wait = 603
|
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 |
NOTICE: The AutoTester has encountered an internal error (usually a Communications Timeout), testing will be restarted, previous tests may still be running but will be ignored by the AutoTester... |
Status Flag 'Master Merge AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_clang_9.0.0 to start: Total Wait = 603
|
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: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 15 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_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
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 6897 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 6708 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 5133 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 4980 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 1169 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_clang_7.0.1 # 217 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_clang_9.0.0 # 840 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 4465 (click to expand)
|
Auto PR created to promote from master_merge_20200603_000639 branch to master