Skip to content

Conversation

@eeprude
Copy link
Contributor

@eeprude eeprude commented Sep 12, 2025

@trilinos/

Motivation

The RebalanceTransform is usually used as part of the sequence of 4 transforms, in the following order:
1- SingletonTransform (which will be available in Tpetra soon)
2- SolverMapTransform (which will be avaiable in Tpetra soon as well, per merge request #14279)
3- ReindexTransform (which will be avaiable in Tpetra soon as well, per merge request #14424)
4- RebalanceTransfrom (this merge request).

This new rebalance transform:

  • aims to rebalance the distribution of linear problem contents (matrix, lhs, and rhs) among MPI nodes,
  • needs to be in trilinoscouplings/src/tpetra because it needs to access classes from both Tpetra and Zoltan2,
  • replaces the combination of two transforms using classes from Epetra and Isorropia: trilinoscouplings/src/epetraext/EpetraExt_Isorropia_CrsGraph, and epetraext/src/transform/EpetraExt_LPTrans_From_GraphTrans.h. Such combination is exemplified in trilinoscouplings/examples/epetraext/EpetraExt_Isorropia_LPTrans_Ex.cpp.

Related Issues

  • Closes 14439

Stakeholder Feedback

Testing

There is already an example in trilinoscouplings/examples/tpetra/Tpetra_Zoltan2_LPTrans_Ex.cpp that shows how to combine Tpetra and Zoltan2. This pull request implements the new Tpetra transform and uses it in the example.

… the example. Still debugging.

Signed-off-by: Ernesto Prudencio <[email protected]>
Signed-off-by: Ernesto Prudencio <[email protected]>
Signed-off-by: Ernesto Prudencio <[email protected]>
Signed-off-by: Ernesto Prudencio <[email protected]>
@eeprude eeprude self-assigned this Sep 12, 2025
@eeprude eeprude requested a review from a team as a code owner September 12, 2025 06:30
@eeprude eeprude requested a review from a team as a code owner September 12, 2025 06:30
@github-actions
Copy link

CDash for AT1 results [Only accessible from Sandia networks]
CDash for AT2 results [Currently only accessible from Sandia networks]

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2172
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_clang

  • Build Num: 2219
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2217
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_CompSim

  • Build Num: 499
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: f6caa7d
  • Mode: TEST_REPO

Pull Request Author: eeprude

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request 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: 2172
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_clang

  • Build Num: 2219
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2217
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_CompSim

  • Build Num: 499
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA f6caa7d
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2


CDash Test Results for PR# 14440.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2182
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_clang

  • Build Num: 2229
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2227
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_CompSim

  • Build Num: 509
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: d44afd2
  • Mode: TEST_REPO

Pull Request Author: eeprude

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request 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: 2182
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_clang

  • Build Num: 2229
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2227
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2

Build Information

Test Name: PR_CompSim

  • Build Num: 509
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA d44afd2
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA bde14e2


CDash Test Results for PR# 14440.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2187
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_clang

  • Build Num: 2234
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2232
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_CompSim

  • Build Num: 513
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: 77c53eb
  • Mode: TEST_REPO

Pull Request Author: eeprude

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request 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: 2187
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_clang

  • Build Num: 2234
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_cuda-uvm

  • Build Num: 2232
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528

Build Information

Test Name: PR_CompSim

  • Build Num: 513
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 77c53eb
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA fc61528


CDash Test Results for PR# 14440.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

2 similar comments
@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

cgcgcg and others added 4 commits October 9, 2025 21:36
The new functions allow to loop over lists of classes that should be ETI'd.

Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Christian Glusa <[email protected]>
@eeprude eeprude requested a review from a team as a code owner October 16, 2025 06:14
@github-actions
Copy link

Your PR updated files that did not respect package formatting settings.
Please apply the patch given below. Alternatively you can download a patch file here.

Patch
diff --git a/packages/tpetra/core/src/Tpetra_Transform.hpp b/packages/tpetra/core/src/Tpetra_Transform.hpp
index 23e5b873..9c9eed7e 100644
--- a/packages/tpetra/core/src/Tpetra_Transform.hpp
+++ b/packages/tpetra/core/src/Tpetra_Transform.hpp
@@ -18,169 +18,157 @@
 
 namespace Tpetra {
 
+///
+/** Base Class for all Tpetra Transforms.
+ *
+ * This is the abstract definition for all Tpetra Transforms.
+ * Depending on the type of Transform, several specializations are
+ * available: Structural, SameType, InPlace, View.
+ */
+
+template <typename T, typename U>
+class Transform {
+ public:
+  /** @name Typedefs for templated classes */
+  //@{
+
+  using OriginalType      = Teuchos::RCP<T>;
+  using OriginalConstType = Teuchos::RCP<const T>;
+  using NewType           = Teuchos::RCP<U>;
+  using NewConstType      = Teuchos::RCP<const U>;
+
+  //@}
+
   ///
-  /** Base Class for all Tpetra Transforms.
-   *
-   * This is the abstract definition for all Tpetra Transforms.
-   * Depending on the type of Transform, several specializations are
-   * available: Structural, SameType, InPlace, View.
-   */
-  
-  template<typename T, typename U>
-  class Transform
-  {
-   public:
-  
-    /** @name Typedefs for templated classes */
-    //@{
-  
-    using OriginalType      = Teuchos::RCP<T>;
-    using OriginalConstType = Teuchos::RCP<const T>;
-    using NewType           = Teuchos::RCP<U>;
-    using NewConstType      = Teuchos::RCP<const U>;
-  
-    //@}
-  
-    ///
-    virtual ~Transform() = default;
-  
-    /** @name Pure Virtual Methods which must be implemented by subclasses */
-    //@{
-  
-    /// \brief Analysis of transform operation on original object and
-    /// construction of new object.
-    ///
-    /// @return Returns an RCP to the newly created object of type NewType.
-    virtual NewType operator()(const OriginalType & orig ) = 0;
-  
-    /// \brief Forward transfer of data.
-    ///
-    /// Forward transfer of data from <tt>orig</tt> object input in the
-    /// <tt>operator()</tt> method call to the new object created in this
-    /// same call.
-    virtual void fwd() = 0;
-  
-    /// \brief Reverse transfer of data.
-    ///
-    /// Reverse transfer of data from new object created in the
-    /// <tt>operator()</tt> method call to the <tt>orig</tt> object input
-    /// to this same method.
-    virtual void rvs() = 0;
-  
-    //@}
-  
-    /** @name Virtual functions with default implements allowing for optional
-      * implementation by the Transform developer */
-    //@{
-  
-    /// \brief Initial analysis phase of transform.
-    ///
-    /// Initial analysis phase of transform to confirm the transform
-    /// is possible allowing methods <tt>construct()</tt>,
-    /// <tt>fwd()</tt> and <tt>rvs()</tt> to be successfully utilized.
-    ///
-    /// The default implementation calls method <tt>operator()</tt>
-    /// and stores the resulting object in an internal attribute
-    /// <tt>newObj_</tt>.
-    virtual void analyze(const OriginalType & orig );
-  
-    /// \brief Construction of new object as a result of the transform.
-    ///
-    /// The default implementation returns internal attribute <tt>newObj_</tt>.
-    virtual NewType construct();
-  
-    /// \brief Check if transformed object has been constructed.
-    ///
-    /// The default implementation returns <tt>true</tt> if
-    /// <tt>newObj_</tt> != 0.
-    virtual bool isConstructed();
-  
-    //@}
-  
-   protected:
-  
-    /// \brief Default constructor
-    ///
-    /// Protected to allow only derived classes to use.
-    ///
-    /// Initializes attributes <tt>origObj_</tt> and <tt>newObj_</tt>
-    /// to Teuchos::null.
-    Transform()
-    : origObj_(Teuchos::null),
-      newObj_(Teuchos::null)
-    {}
-  
-    OriginalType origObj_;
-    NewType      newObj_;
-  
-   private:
-    Transform(const Transform<T,U>& src)
-      :origObj_(src.origObj_), newObj_(src.newObj_) {}
-  
-    Transform<T,U>& operator=(const Transform<T,U>& src)
-      {
-        // Not currently supported.
-        Teuchos::GlobalMPISession::abort();
-        return(*this);
-      }
-  
-  }; // end class Transform
-  
-  template<typename T,typename U>
-  void
-  Transform<T,U>::
-  analyze(const OriginalType & orig )
-  {
-    origObj_ = orig;
-    newObj_  = Teuchos::rcp_dynamic_cast<U>(origObj_);
-    return;
-  }
-  
-  template<typename T,typename U>
-  typename Transform<T,U>::NewType
-  Transform<T,U>::
-  construct()
-  {
-    return newObj_;
-  }
-  
-  template<typename T,typename U>
-  bool
-  Transform<T,U>::
-  isConstructed()
-  {
-    return ( newObj_ != Teuchos::null );
+  virtual ~Transform() = default;
+
+  /** @name Pure Virtual Methods which must be implemented by subclasses */
+  //@{
+
+  /// \brief Analysis of transform operation on original object and
+  /// construction of new object.
+  ///
+  /// @return Returns an RCP to the newly created object of type NewType.
+  virtual NewType operator()(const OriginalType& orig) = 0;
+
+  /// \brief Forward transfer of data.
+  ///
+  /// Forward transfer of data from <tt>orig</tt> object input in the
+  /// <tt>operator()</tt> method call to the new object created in this
+  /// same call.
+  virtual void fwd() = 0;
+
+  /// \brief Reverse transfer of data.
+  ///
+  /// Reverse transfer of data from new object created in the
+  /// <tt>operator()</tt> method call to the <tt>orig</tt> object input
+  /// to this same method.
+  virtual void rvs() = 0;
+
+  //@}
+
+  /** @name Virtual functions with default implements allowing for optional
+   * implementation by the Transform developer */
+  //@{
+
+  /// \brief Initial analysis phase of transform.
+  ///
+  /// Initial analysis phase of transform to confirm the transform
+  /// is possible allowing methods <tt>construct()</tt>,
+  /// <tt>fwd()</tt> and <tt>rvs()</tt> to be successfully utilized.
+  ///
+  /// The default implementation calls method <tt>operator()</tt>
+  /// and stores the resulting object in an internal attribute
+  /// <tt>newObj_</tt>.
+  virtual void analyze(const OriginalType& orig);
+
+  /// \brief Construction of new object as a result of the transform.
+  ///
+  /// The default implementation returns internal attribute <tt>newObj_</tt>.
+  virtual NewType construct();
+
+  /// \brief Check if transformed object has been constructed.
+  ///
+  /// The default implementation returns <tt>true</tt> if
+  /// <tt>newObj_</tt> != 0.
+  virtual bool isConstructed();
+
+  //@}
+
+ protected:
+  /// \brief Default constructor
+  ///
+  /// Protected to allow only derived classes to use.
+  ///
+  /// Initializes attributes <tt>origObj_</tt> and <tt>newObj_</tt>
+  /// to Teuchos::null.
+  Transform()
+    : origObj_(Teuchos::null)
+    , newObj_(Teuchos::null) {}
+
+  OriginalType origObj_;
+  NewType newObj_;
+
+ private:
+  Transform(const Transform<T, U>& src)
+    : origObj_(src.origObj_)
+    , newObj_(src.newObj_) {}
+
+  Transform<T, U>& operator=(const Transform<T, U>& src) {
+    // Not currently supported.
+    Teuchos::GlobalMPISession::abort();
+    return (*this);
   }
-  
-  template<typename T, typename U>
-  class StructuralTransform : public Transform<T,U>
-  {
-   public:
-    void fwd() { return; }
-    void rvs() { return; }
-  
-    virtual ~StructuralTransform() = default;
-  };
-  
-  template<typename T>
-  class SameTypeTransform : public Transform<T,T>
-  {
-   public:
-    using TransformType = Teuchos::RCP<T>;
-  
-    virtual ~SameTypeTransform() = default;
-  };
-  
-  template<typename T>
-  class StructuralSameTypeTransform : public SameTypeTransform<T>
-  {
-   public:
-    void fwd() { return; }
-    void rvs() { return; }
-  
-    virtual ~StructuralSameTypeTransform() = default;
-  };
-  
+
+};  // end class Transform
+
+template <typename T, typename U>
+void Transform<T, U>::
+    analyze(const OriginalType& orig) {
+  origObj_ = orig;
+  newObj_  = Teuchos::rcp_dynamic_cast<U>(origObj_);
+  return;
+}
+
+template <typename T, typename U>
+typename Transform<T, U>::NewType
+Transform<T, U>::
+    construct() {
+  return newObj_;
+}
+
+template <typename T, typename U>
+bool Transform<T, U>::
+    isConstructed() {
+  return (newObj_ != Teuchos::null);
+}
+
+template <typename T, typename U>
+class StructuralTransform : public Transform<T, U> {
+ public:
+  void fwd() { return; }
+  void rvs() { return; }
+
+  virtual ~StructuralTransform() = default;
+};
+
+template <typename T>
+class SameTypeTransform : public Transform<T, T> {
+ public:
+  using TransformType = Teuchos::RCP<T>;
+
+  virtual ~SameTypeTransform() = default;
+};
+
+template <typename T>
+class StructuralSameTypeTransform : public SameTypeTransform<T> {
+ public:
+  void fwd() { return; }
+  void rvs() { return; }
+
+  virtual ~StructuralSameTypeTransform() = default;
+};
+
 //  template<typename T>
 //  class InPlaceTransform : public SameTypeTransform<T>
 //  {
@@ -192,20 +180,19 @@ namespace Tpetra {
 //      this->newObj_ = &orig;
 //      return orig;
 //    }
-//  
+//
 //    virtual ~InPlaceTransform() = default;
 //  };
-  
-  template<typename T>
-  class ViewTransform : public SameTypeTransform<T>
-  {
-   public:
-    void fwd() { return; }
-    void rvs() { return; }
-  
-    virtual ~ViewTransform() = default;
-  };
-
-} //namespace Tpetra
-  
-#endif // TPETRA_TRANSFORM_HPP
+
+template <typename T>
+class ViewTransform : public SameTypeTransform<T> {
+ public:
+  void fwd() { return; }
+  void rvs() { return; }
+
+  virtual ~ViewTransform() = default;
+};
+
+}  // namespace Tpetra
+
+#endif  // TPETRA_TRANSFORM_HPP

More details about our use of clang-format and other tools can be found in the wiki.

Signed-off-by: Ernesto Prudencio <[email protected]>
@eeprude eeprude added AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration and removed AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) AT: STALE Added by the PR autotester if too much time has elapsed since the last successful PR test iteration labels Oct 16, 2025
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2466
  • 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 pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 0dc2880
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0df69be

Build Information

Test Name: PR_CompSim

  • Build Num: 785
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 0dc2880
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0df69be

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: 0dc2880
  • Mode: TEST_REPO

Pull Request Author: eeprude

@eeprude eeprude requested a review from cgcgcg October 16, 2025 17:31
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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 Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2466
  • Status: FAILED

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 pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 0dc2880
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0df69be

Build Information

Test Name: PR_CompSim

  • Build Num: 785
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings;AT: RETEST
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 0dc2880
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0df69be


CDash Test Results for PR# 14440.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester trilinos-autotester removed the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Oct 16, 2025
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2470
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9250770
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5b4781a

Build Information

Test Name: PR_CompSim

  • Build Num: 789
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9250770
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5b4781a

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: 9250770
  • Mode: TEST_REPO

Pull Request Author: eeprude

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has pushed a change to the PR before testing completed. NEW EVENT 'committed', ID C_kwDOAsJyMdoAKDljNDhhZjkwNTlmYTE5ZmEwMDZiODA5YzRkNjU4ODk0NTdhYTEyMTY... The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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 Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2470
  • Status: ERROR

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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9250770
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5b4781a

Build Information

Test Name: PR_CompSim

  • Build Num: 789
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9250770
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5b4781a


CDash Test Results for PR# 14440.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2471
  • 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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9c48af9
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 712d8a7

Build Information

Test Name: PR_CompSim

  • Build Num: 790
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9c48af9
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 712d8a7

Using Repos:

Repo: TRILINOS (eeprude/Trilinos)
  • Branch: 417_balanceTransform
  • SHA: 9c48af9
  • Mode: TEST_REPO

Pull Request Author: eeprude

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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 Information

Test Name: PR_gcc-openmpi-openmp

  • Build Num: 2471
  • Status: FAILED

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 pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9c48af9
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 712d8a7

Build Information

Test Name: PR_CompSim

  • Build Num: 790
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
BLOCKING_BUILD false
FORCE_CLEAN true
GENCONFIG_BUILD_NAME rhel8_aue-gcc-openmpi_release_static_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_compsim
PR_LABELS pkg: TrilinosCouplings
PULLREQUESTNUM 14440
PULLREQUEST_CDASH_TRACK Pull Request (Non-blocking)
TEST_REPO_ALIAS TRILINOS
TRILINOS_NODE_LABEL rhel8
TRILINOS_SOURCE_REPO https://github.com/eeprude/Trilinos
TRILINOS_SOURCE_SHA 9c48af9
TRILINOS_SRN_CONFIG true
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 712d8a7


CDash Test Results for PR# 14440.


Wiki: How to Reproduce PR Testing Builds and Errors.

@eeprude
Copy link
Contributor Author

eeprude commented Oct 18, 2025

This pull request has been replaced by PR #14580

@eeprude eeprude closed this Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants