-
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_20241206_175820 branch to master #13658
Conversation
Signed-off-by: Brian Kelley <[email protected]>
EXTRA_CONFIGURE_ARGS can now be used to pass extra flags to our build scripts. Also had to remove FORCE from Trilinos_ENABLE_TESTS flag so that we are able to override it. Signed-off-by: Justin M. LaPre <[email protected]>
This simplifies solving systems where Dirichlet conditions have only been enforced on matrix rows. Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Justin M. LaPre <[email protected]>
Signed-off-by: Vinh Dang <[email protected]>
Signed-off-by: Vinh Dang <[email protected]>
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'MueLu: Add function to enforce boundary condtions on initial guess' PR Author: cgcgcg
Signed-off-by: iyamazaki <[email protected]>
Signed-off-by: iyamazaki <[email protected]>
Tacho : require RocBLAS, RocSparse, and RocSolver for HIP backend
Kokkos Kernels is deprecating KOKKOS_CUSPARSE_SAFE_CALL. Bring it in-tree as IFPACK2_DETAILS_CUSPARSE_SAFE_CALL. Signed-off-by: Carl Pearson <[email protected]>
This turns on CUDA11 tests and Trilinos_ENABLE_TESTS. epetra is turned off in the inherited config. Signed-off-by: Justin M. LaPre <[email protected]>
Signed-off-by: Samuel E. Browne <[email protected]>
Tpetra: Initialize KokkosKernels TPLs during init
This PR resolves issues with ninja as generator reported in #13643 In Trilinos builds with ninja as generator, calling `make clean` followed by recompiling resulted in compilation errors due to a missing generated file Kokkos_Version_Info.cpp that was deleted during clean The changes in this PR resolve the issue Added notes: * The issue did not occur with Unix Makefiles as generator * The issue did not ocur with standalond kokkos Signed-off-by: Nathan Ellingwood <[email protected]> Co-authored-by: Daniel Arndt <[email protected]>
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Framework: Fix unit test' PR Author: sebrowne
Signed-off-by: Roger Pawlowski <[email protected]>
Signed-off-by: Roger Pawlowski <[email protected]>
Signed-off-by: Roger Pawlowski <[email protected]>
…-warnings Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Phalanx: cleanup c++20 warnings and deprecations' PR Author: rppawlo
Signed-off-by: Samuel E. Browne <[email protected]>
See discussion at: #13637 (comment). Signed-off-by: Samuel E. Browne <[email protected]>
…d-warning Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Add `uninitialized` to promoted warnings list' PR Author: sebrowne
This allows to use OpenBLAS for BLAS and LAPACK without additional configuration. Signed-off-by: Christian Glusa <[email protected]>
Intend to be using system BLAS/LAPACK for all CEE CUDA configs. Looks like this was done per-config, and then applied after the SEMS_COMMON_CUDA_11 block usage. This made the BLAS/LAPACK configs in SEMS_COMMON_CUDA_11 irrelevant, so best to just move those per-config settings into the common block and replace the unused ones. As a benefit, this corrects the ones that were missed for the newer UVM configs (which didn't matter, because the BLAS/LAPACK issue that was resolved with the system libraries was only manifesting in test failures, and we don't currently run tests for the UVM line). Also then remove the BLAS/LAPACK specs from RHEL_COMPILER|CUDA, since they will be set explicitly later. The only ones that mattered were the ones that applied to the AT2 container configs, so for those I copied the existing configs from the GCC container config. Signed-off-by: Samuel E. Browne <[email protected]>
COMMON_SPACK_TPLS was too specific for CEE/internal configs, so separate the BLAS/LAPACK from it to isolate CEE-only specs (such as the explicit Netlib BLAS/LAPACK handling). Signed-off-by: Samuel E. Browne <[email protected]>
Now we can use general settings in the containerized environments, and leave the SEMS settings in the existing environments. Signed-off-by: Samuel E. Browne <[email protected]>
In a desire to make Trilinos easier to configure by default, try to use the default finds for BLAS and LAPACK. Leave the existing settings for AT1 builds (since they will soon be replaced by AT2 builds, and also because we know from experience that there may be multiple BLAS/LAPACKs on those systems, and we probably want to keep using the one we've been using). Signed-off-by: Roscoe A. Bartlett <[email protected]>
TPLs BLAS and LAPACK: Add OpenBLAS to library names
Ifpack2: KOKKOS_CUSPARSE_SAFE_CALL -> IFPACK2_DETAILS_CUSPARSE_SAFE_CALL
Framework: Add support for using EXTRA_CONFIGURE_ARGS env variable
Signed-off-by: Justin M. LaPre <[email protected]>
…-section-change Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Framework: Hotfix for config.ini section change' PR Author: jmlapre
…ound-fix Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Adelus: Fix out-of-bound access on RHS in forward' PR Author: vqd8a
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: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_gcc
Jenkins Parameters
Build InformationTest Name: PR_gcc-openmpi_debug
Jenkins Parameters
Build InformationTest Name: PR_clang
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_python3
Jenkins Parameters
Build InformationTest Name: PR_cuda
Jenkins Parameters
Build InformationTest Name: PR_intel
Jenkins Parameters
Build InformationTest Name: PR_cuda-uvm
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: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_gcc
Jenkins Parameters
Build InformationTest Name: PR_gcc-openmpi_debug
Jenkins Parameters
Build InformationTest Name: PR_clang
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_python3
Jenkins Parameters
Build InformationTest Name: PR_cuda
Jenkins Parameters
Build InformationTest Name: PR_intel
Jenkins Parameters
Build InformationTest Name: PR_cuda-uvm
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 13658: IS A SUCCESS - Pull Request successfully merged |
Auto PR created to promote from master_merge_20241206_175820 branch to master