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_20210607_000542 branch to master #9233

Closed
wants to merge 464 commits into from

Conversation

trilinos-autotester
Copy link
Contributor

Auto PR created to promote from master_merge_20210607_000542 branch to master

tasmith4 and others added 30 commits March 26, 2021 13:11
Still need #define for compilers and because we don't want to always
compile in the caller function's name
mirror view of null view, as the mirror will have a use_count higher
than the null device view
Once we can implement getLocalMatrixHost through KokkosKernels, we can
finish fixing this test
  - Skip Adelus tests when TPETRA_ASSUME_CUDA_AWARE_MPI is 0.
  Related to #8477.
cgcgcg and others added 23 commits June 2, 2021 15:22
…d_timing_fixes

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Zoltan2: (Coloring) Fixed D1 performance bug, added timing argument to coloring code
PR Author: ibogle
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Xpetra: fixes for ETI-off build
PR Author: cgcgcg
Thanks to Curt for finding this!
atdm/ats2: Only run Adelus tests with TPETRA_ASSUME_CUDA_AWARE_MPI=1
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Panzer: fix doxygen tag file
PR Author: rppawlo
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Tpetra:  UVM Removal branch with CrsGraph, CrsMatrix and Multivector
PR Author: kddevin
…f-workshop

* 'develop' of ssh://github.com/trilinos/Trilinos: (106 commits)
  MueLu: Additional coarsening options (#9191)
  SEACAS: Add fortran settings for cray fortran
  Tempus: ParameterList Constructor for IntegratorBasic.
  Ifpack2: Adding unit tests
  Ifpack2: Adding unit tests
  Tacho - remove debug output overriding
  Tacho - specialization for cuda 11
  Tempus: ParameterList Constructor for IntegratorBasic.
  CMakeLists.txt: Fix for Trilinos_CXX_COMPILER_FLAGS
  KokkosKernels: Fixed kernel labels in GS apply
  Ifpack2: check Relaxation settings are compatible
  KokkosKernels: fix name lookup issue in non-ETI build
  KokkosKernels: fix maybe-uninitialized warning
  KokkosKernels/Ifpack2: MTGS long row kernel
  Percept: sync from Sierra repo
  MueLu: interpolation order input changes for GeometricInterpolation
  Fixes MINRES solver to perform correctly for right-hand preconditioning
  Automatic snapshot commit from tribits at b420835
  klu2_ordinaltraits.h: Various calls here have long int as the arg, then delegate to a method for which the arg is UF_long.  This fails to compile on Windows, for which long int is 32 bits.  Instead do ptrdiff_t, which is correct on all platforms.
  CreateDirectory is defined in Winbase.h as a macro, so it must be undef'd before being declared as a method in Epetra_*Comm.h.  Otherwise, an error arises because some files seem to include Winbase.h and others not.
  ...
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: Avoid CMake warning about source file extensions
PR Author: cgcgcg
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: FROSch: Some fixes from ALCF Workshop
PR Author: searhein
This PR fills out some of the structured support recently added to Intrepid2.  In particular, it:
- adds support for "OPERATOR_Dn" operators to `Basis:: allocateOutputView()`
- replaces the use of the word "notional" (as in, a notional dimension of a `Data` object) in code and documentation with the more standard "logical" (in some places — more to come in an upcoming PR)
- adds support for an arbitrary binary operator to be applied to two `Data` objects with a common logical shape, and stored in a third
- adds default implementations of basic binary operations: sum, difference, multiplication, and division
- tests performance of the new operations on several use cases, confirming on several platforms that for these use cases, the implementation provides good speedup relative to a baseline implementation that uses View objects instead of Data, at least once there is sufficient data redundancy for the Data object to take advantage of.  The performance test also verifies correctness of the implementations.
…uilds

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Phalanx: enable package for no-UVM PR testing
PR Author: rppawlo
@trilinos-autotester trilinos-autotester requested review from a team as code owners June 7, 2021 06:05
@william76 william76 closed this Jun 18, 2021
@william76 william76 deleted the master_merge_20210607_000542 branch June 18, 2021 17:52
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.