-
Notifications
You must be signed in to change notification settings - Fork 577
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_20211123_000552 branch to master #9966
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compatibility change for kokkos-kernels, see kokkos/kokkos-kernels#932
Compatibility change for kokkos-kernels, see kokkos/kokkos-kernels#932
Address errors of form: ../../packages/zoltan2/test/sphynx/Test_Sphynx.cpp:86:18: error: reference to ‘Vector’ is ambiguous typedef Vector::node_type Node; ^~~~~~
Change made for compatibiltility with kokkos/kokkos#4138
Compatibility change for kokkos-kernels, see kokkos/kokkos-kernels#932
Compatibility change for kokkos-kernels, see kokkos/kokkos-kernels#932
Address errors of form: ../../packages/zoltan2/test/sphynx/Test_Sphynx.cpp:86:18: error: reference to ‘Vector’ is ambiguous typedef Vector::node_type Node; ^~~~~~
Change made for compatibiltility with kokkos/kokkos#4138
… into kokkos-promotion
problems on CUDA build. Use std:: instead of boost:: in some places?
…fixes MiniTensor: fix or at least work around some __host__ __device__ marking problems for CUDA build
More compatibility changes for kokkos-kernels, see kokkos/kokkos-kernels#932
the matrix in FE_ACTIVE_OWNED mode closes 9638
Rename CUDA_SAFE_CALL for compatibility with kokkos/kokkos#4249 See issue #9587
Silences deprecation warnings, compatibility with kokkos/kokkos#4201 Affected packaged: ifpack2, intrepid2, mortel, muelu, shylu_node{basker, fastilu, tacho}, sacado, stokhos, trilinoscouplings Commands used: grep -Rl --exclude-dir=kokkos --exclude-dir=kokkos-kernels "Impl::Timer" * | xargs sed -i 's/Impl::Timer/Timer/g' grep -Rl --exclude-dir=kokkos --exclude-dir=kokkos-kernels "Kokkos_Timer" * | xargs sed -i 's:Kokkos_Timer:Kokkos_Timer:g'
was re-used as a loop index in a nested loop
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer: fix 1D line mesh issue on cuda PR Author: rppawlo
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: remove obsolete configure option PR Author: tasmith4
* Belos: fix compilation warnings (Shadowed declarations) in native Tpetra solver * Belos: fix a typo in native Tpetra Gmres * Belos: add option not to compute Ritz values for testing native Tpetra pipelined Gmres
Pattern match of kokkos/kokkos-kernels#1177 Addresses issue kokkos/kokkos-kernels#1170
Automatically Merged using Trilinos Pull Request AutoTester PR Title: kokkos: Hotfix SYCL to use in-order queues PR Author: ndellingwood
Automatically Merged using Trilinos Pull Request AutoTester PR Title: KokkosKernels: scope using namespace to prevent clashes PR Author: ndellingwood
…9880) Update STK_ExodusReaderFactory to create an edge/face block for each edge/face topology. The edge/face block names to be prefixed with topology the name. Update the STK_ExodusReaderFactory test to check the new edge/face block code. Now uses a multiblock input file (twoblock_cube.exo) where each block has a different element topology. Simplify the cube and square mesh factories by leveraging the fact that all the elements in all the element blocks are the same topology. There is no need to dynamically name and populate edge/face blocks. Improve the cube and square mesh factory tests to better test the edge and face block features in both single and multi-block cases.
Framework: Weaver pr build
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Framework: Full build test PR Author: ZUUL42
MueLu, Tpetra, SEACAS: Cpp17 Fixes
closing to help the autotester get through the backlog |
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: gcc-7.2.0
Jenkins Parameters
Build InformationTest Name: gcc-8.3.0
Jenkins Parameters
Build InformationTest Name: gcc-7.2.0-serial
Jenkins Parameters
Build InformationTest Name: gcc-7.2.0-debug
Jenkins Parameters
Build InformationTest Name: intel-17.0.1
Jenkins Parameters
Build InformationTest Name: intel-19.0.5
Jenkins Parameters
Build InformationTest Name: clang-7.0.1
Jenkins Parameters
Build InformationTest Name: clang-9.0.0
Jenkins Parameters
Build InformationTest Name: clang-10.0.0
Jenkins Parameters
Build InformationTest Name: _cuda_10.1.243
Jenkins Parameters
Build InformationTest Name: _cuda_10.1.243-rdc
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_cuda_weaver to start: Total Wait = 3603
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Auto PR created to promote from master_merge_20211123_000552 branch to master