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_20240906_175822 branch to master #13432

Merged
merged 32 commits into from
Sep 7, 2024

Conversation

trilinos-autotester
Copy link
Contributor

Auto PR created to promote from master_merge_20240906_175822 branch to master

vbrunini and others added 30 commits August 19, 2024 08:41
Add a pre-check job in the AutoTester2 workflow file that will check if a previous run with the same hash
has already run and passed and return a value as an output of that job step. Other jobs can depend on the
output of the pre-check job to determine if they should run.

The goal of this is to prevent duplicate runs from occuring. The primary case is when AT2 workflow is triggered by a pull request
commit, the run passes, and the pull request gets an approved review which triggers AT2 again (needed for external review).
This case consumes more resources than needed and this pre-check job should help allevate the resource inefficiency.

Story-ref: TRILFRAME-667

Signed-off-by: Anderson Chauphan <achauph@sandia.gov>
skip-duplicate-actions requires actions:write permissions
…13411)

We want to be able to copy the Intrepid2::Basis class on device
for calling virtual functions, but CellTopology member is not device friendly.
For this reason we replace it with its identifier (the cell topology key)
and add the function getCellTopologyData(unsigned key) in CellData file that
allows to retrieve the Cell topology from its key.
…ductME_TempusFinalObjective` to override member functions (#13415)

* Update perfanalysis

* Remove const for the gradient member function and use the override keyword for the gradient member function

* build warning free

Signed-off-by: kliegeois <kimliegeois@ymail.com>

---------

Signed-off-by: kliegeois <kimliegeois@ymail.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@834a144...5076954)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@2c779ab...4dd1613)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'STK: Snapshot 08-30-24 14:30 from Sierra 5.21.3-730-gd08d2c6c'
PR Author: alanw0
Add pre-checks job requirement to gcc-serial and gcc-openmpi jobs that will allow
jobs to be skipped if another workflow run was found to have already successfully run.

Signed-off-by: Anderson Chauphan <achauph@sandia.gov>
Modifying the source tree prior to building causes warnings/errors in
the update step for CDash.  We should not need this modification because
the genconfig step in the PR driver uses the `--force` option.

Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Several arguments are unused by lower code:
pullrequest_job_name
source_repo_url
target_repo_url

So, start to remove them from calls.  Also make the arguments
not-required, but leave them to avoid changing/breaking the CLI for any
direct usages not in PullRequestLinuxDriver.sh

Allows for cleaning up calls into the PR scripts, which simplifies the
AT2 workflow file.

Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
…loat-double-max-mixup

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Intrepid2: Explicitly cast pt0 + pt1 - 1 term in intrepid2 to ScalarType'
PR Author: MalachiTimothyPhillips
…tions/develop/github/codeql-action-3.26.6

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Bump github/codeql-action from 3.26.5 to 3.26.6'
PR Author: dependabot[bot]
Only "needed" from Jenkins. When not in Jenkins, avoid making the caller
pass zero.  If we need the names differentiated per-build, we'll have to
figure out something else to pass (and then renaming the option may make
more sense).

Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
…tions/develop/actions/upload-artifact-4.4.0

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Bump actions/upload-artifact from 4.3.6 to 4.4.0'
PR Author: dependabot[bot]
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Collapse inherit sections as appropriate for clarity as well.

Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Fix AT2 update column'
PR Author: sebrowne
Fixed some issues exposed by a Sierra test using float instead of double.
Added Cell inclusion tests using the float type.
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Fix duplicate AutoTester2 runs with a dependent pre-check job'
PR Author: achauphan
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Clean up all RHEL7 configurations'
PR Author: sebrowne
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'STK: Snapshot 09-04-24 16:01 from Sierra 5.21.3-843-gf6bffc7c'
PR Author: alanw0
ndellingwood and others added 2 commits September 6, 2024 14:13
Fix some build errors with HIP unified memory
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Intrepid2: Fix inclusion test'
PR Author: mperego
@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 481
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-openmpi-4.1.6-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_gcc

  • Build Num: 531
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_gcc-openmpi_debug

  • Build Num: 532
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-openmpi-4.1.6-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_clang

  • Build Num: 530
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-clang-11.0.1-openmpi-4.0.5-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 4489
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gnu-12.1.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_pr-framework
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_cuda

  • Build Num: 529
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-cuda-11.4.2-gnu-10.1.0-openmpi-4.1.6_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8-gpu
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_intel

  • Build Num: 450
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-intel-2021.3-sems-openmpi-4.1.4_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 529
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-cuda-11.4.2-gnu-10.1.0-openmpi-4.1.6_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20240906_175822
  • SHA: 869d1df
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 481
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-openmpi-4.1.6-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_gcc

  • Build Num: 531
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_gcc-openmpi_debug

  • Build Num: 532
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-gnu-8.5.0-openmpi-4.1.6-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_clang

  • Build Num: 530
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-clang-11.0.1-openmpi-4.0.5-serial_release-debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: Trilinos_PR_python3

  • Build Num: 4489
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gnu-12.1.0-anaconda3-serial_debug_shared_no-kokkos-arch_no-asan_no-complex_no-fpic_no-mpi_no-pt_no-rdc_no-uvm_deprecated-on_pr-framework
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_cuda

  • Build Num: 529
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-cuda-11.4.2-gnu-10.1.0-openmpi-4.1.6_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8-gpu
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_intel

  • Build Num: 450
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-intel-2021.3-sems-openmpi-4.1.4_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 529
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_sems-cuda-11.4.2-gnu-10.1.0-openmpi-4.1.6_release_static_Volta70_no-asan_complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables
PR_LABELS
PULLREQUESTNUM 13432
PULLREQUEST_CDASH_TRACK Master Merge
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 869d1df
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b40a3bc


CDash Test Results for PR# 13432.

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged

@trilinos-autotester trilinos-autotester merged commit b895aa6 into master Sep 7, 2024
8 of 14 checks passed
@trilinos-autotester
Copy link
Contributor Author

Merge on Pull Request# 13432: IS A SUCCESS - Pull Request successfully merged

@trilinos-autotester trilinos-autotester deleted the master_merge_20240906_175822 branch September 7, 2024 03:57
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.

9 participants