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

ShyLU_DD/FROSch: Replace FROSch::SubomainSolver by FROSch::SolverFactory #8825

Merged
merged 19 commits into from
Mar 9, 2021

Conversation

searhein
Copy link
Contributor

@searhein searhein commented Mar 2, 2021

@trilinos/shylu

Motivation

In order to order to get rid of the old SubdomainSolver class, I introduced a SolverFactory in order to handle the interfaces to different solver packages in FROSch. This will make it much easier to deal with the different existing interfaces and to add new ones. Moreover, it is backwards compatible in the sense that this should not require any changes in the parameter lists compared to the older solver interface.

Moreover, for the case of using Tpetra objects, I changed the construction of GlobalBasisMatrix_ in the class CoarseSpace, such that, when calling the constructor, a column map is now specified. Hence, I also switched to using local indices for assembling the matrix.

In addition to that, I did some smaller changes at various places in the code.

Related Issues

Testing

I added a complete set of new tests for the new class SolverFactory. Moreover, all previous tests run smoothly with the solver interfaces.

…domain-solver

* 'develop' of ssh://github.com/trilinos/Trilinos: (189 commits)
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  Intrepid2 wedge c2
  Intrepid2 - Tet C2 done
  Intrepid2 - hgrad hex c2
  ...
…domain-solver

* 'develop' of ssh://github.com/trilinos/Trilinos: (41 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: undo CMake change, should be its own PR
  Ifpack2: undo some find-and-replace in comments
  Ifpack2: remove unneeded includes
  Use cached MV to replace getColumnMapMV from CrsMatrix
  Removed unneeded !constantStride paths
  Added required syncs/modifies for vectors
  More refactoring to get rid of redundant functions
  Using refactored block CRS local apply, unify GS/SGS
  Reduce redundant code in CRS (GS/SGS use same fn)
  Enabled new local GS code for CRS
  Moved BlockCrs GS functionality into Relaxation
  Moved Tpetra CRS GS into Ifpack2 Relaxation
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Reset ModuleHelper.py to develop version
  ...

# Conflicts:
#	packages/shylu/shylu_dd/frosch/src/SchwarzPreconditioners/FROSch_TwoLevelBlockPreconditioner_def.hpp
@searhein searhein requested review from mayrmt, iyamazaki and roeverf March 2, 2021 07:37
@searhein searhein self-assigned this Mar 2, 2021
@searhein searhein requested a review from a team as a code owner March 2, 2021 07:37
@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3764
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1346
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1838
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9190
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 652
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2014
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4688
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: subdomain-solver
  • SHA: ec61cfc
  • Mode: TEST_REPO

Pull Request Author: searhein

@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3764
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1346
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1838
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9190
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 652
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2014
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4688
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA ec61cfc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 1631e50


CDash Test Results for PR# 8825.

@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
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

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

@searhein searhein added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Mar 2, 2021
Copy link
Member

@mayrmt mayrmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@searhein Thanks for this refactoring! This will make future extensions much easier, since interfaces to other packages are now nicely separated into their own classes.

I'll click "request changes", since I spotted a few things to be fixed. Most of my comments however are just remarks to think about (no mandatory changes, rather a question of coding style).

@mayrmt
Copy link
Member

mayrmt commented Mar 2, 2021

@searhein What about the old files for the subdomain solver, i.e. packages/shylu/shylu_dd/frosch/src/Tools/FROSch_SubdomainSolver_de*.hpp? Are they obsolete now and can be removed?

searhein and others added 4 commits March 5, 2021 15:58
…domain-solver

* 'develop' of ssh://github.com/trilinos/Trilinos: (36 commits)
  Phalanx: utilities for virtual functions on device (trilinos#8840)
  Correct a setenv left in bash scripts.
  MueLu: I really hate when the autotester decides to freak out about code I didn't touch but now it is my responsibility to fix if I ever want to merge this PR
  MueLu: Going for gold
  pamgen: Fixing uninitialized memory valigrind error in RTC
  Update Compadre Toolkit to v1.3.3
  Oops
  MueLu: Adding aggregates to export data
  MueLu: Adding aggregates to export data
  SEACAS: Disable tests that are failing on vortex
  Intrepid2 - missing typo
  MueLu: More Phase2a controls
  Panzer: Fix for ghost orientations in worksets.
  Implement getHostBasis() in newer Basis subclasses (trilinos#8811)
  Teuchos core: Reorder noreturn and DLL export
  tpetra:  removed Doxygen comments with incorrect advice on including _decl files
  Intrepid2: modified CellGeometry setJacobian() implementation to allow reuse of reference-space basis gradients.
  STK: Snapshot 02-24-21 10:53
  Tempus: Move Stepper Helper Functions to Implementation
  Piro: solve a bug when more than 1 response is used
  ...
…sos2SolverEpetra_def.hpp

Co-authored-by: Matthias Mayr <[email protected]>
…sos2SolverTpetra_def.hpp

Co-authored-by: Matthias Mayr <[email protected]>
@searhein searhein added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Mar 7, 2021
searhein added 2 commits March 7, 2021 16:05
… into subdomain-solver

* 'subdomain-solver' of ssh://github.com/searhein/Trilinos:
  Update packages/shylu/shylu_dd/frosch/src/SolverInterfaces/FROSch_SolverFactory_def.hpp
@mayrmt mayrmt self-requested a review March 7, 2021 21:59
mayrmt
mayrmt previously approved these changes Mar 7, 2021
Copy link
Member

@mayrmt mayrmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@searhein Looks good to me! Maybe a true ShyLu developer should take a good look as well...

@searhein searhein removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Mar 8, 2021
@searhein
Copy link
Contributor Author

searhein commented Mar 8, 2021

@mayrmt Thanks :)

@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3825
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1397
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1887
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9235
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 688
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2050
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4724
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: subdomain-solver
  • SHA: e77ca32
  • Mode: TEST_REPO

Pull Request Author: searhein

@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3825
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1397
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1887
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9235
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 688
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2050
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4724
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA e77ca32
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 3825 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ShyLU_DDFROSch'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='ShyLU_DDFROSch'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8825-test-Trilinos_pullrequest_gcc_8.3.0-3825
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-8825-test-Trilinos_pullrequest_gcc_8.3.0-3825&field3=buildstamp&compare3=61&value3=20210308-1039-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_8.3.0-3825&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_8.3.0-3825&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
................................. Size of output: 82K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
..................... Size of output: 320K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_gcc_8.3.0-3825
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 1397 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ShyLU_DDFROSch'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='ShyLU_DDFROSch'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_serial-1397
Cur dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic144&field2=buildname&compare2=61&value2=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_serial-1397&field3=buildstamp&compare3=61&value3=20210308-1039-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_serial-1397&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_serial-1397&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.......................... Size of output: 25K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
No tests were found!!!
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_serial-1397
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 1887 (click to expand)

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ShyLU_DDFROSch'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='ShyLU_DDFROSch'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_debug-1887
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_debug-1887&field3=buildstamp&compare3=61&value3=20210308-1039-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_debug-1887&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_debug-1887&field2=buildstamp&compare2=61&value2=20210308-1039-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
................................ Size of output: 81K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
........... Size of output: 61K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_gcc_7.2.0_debug-1887
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 9235 (click to expand)

    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 550K
    ..................................................  Size: 600K
    ..................................................  Size: 649K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1350K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1649K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
     Size of output: 1749K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test/packages/shylu/shylu_dd/frosch/test/SolverFactory/ShyLU_DDFROSch_solverfactory.exe
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_intel_17.0.1-9235
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 688 (click to expand)

skip_clean_build_dir     = ON
Subproject count         = 61
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/home/atdm-devops-admin/tools/ride/cmake-3.17.2/bin/cmake 
  -C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake"
  -C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ride17&field2=buildname&compare2=61&value2=PR-8825-test-Trilinos_pullrequest_cuda_10.1.105-688&field3=buildstamp&compare3=61&value3=20210308-1040-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_cuda_10.1.105-688&field2=buildstamp&compare2=61&value2=20210308-1040-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_cuda_10.1.105-688&field2=buildstamp&compare2=61&value2=20210308-1040-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ......................... Size of output: 74K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 550K
    ..................................................  Size: 600K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 950K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ................................................ Size of output: 1698K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_cuda_10.1.105-688
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 2050 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ShyLU_DDFROSch'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='ShyLU_DDFROSch'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8825-test-Trilinos_pullrequest_clang_10.0.0-2050
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-8825-test-Trilinos_pullrequest_clang_10.0.0-2050&field3=buildstamp&compare3=61&value3=20210308-1040-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_clang_10.0.0-2050&field2=buildstamp&compare2=61&value2=20210308-1040-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8825-test-Trilinos_pullrequest_clang_10.0.0-2050&field2=buildstamp&compare2=61&value2=20210308-1040-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
................................ Size of output: 81K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.... Size of output: 3K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_clang_10.0.0-2050
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 4724 (click to expand)

--- NODE_LABELS
--- GIT_URL
--- PERL_LOCAL_LIB_ROOT
--- LOGNAME
--- CVS_RSH
--- QTLIB
--- XDG_DATA_DIRS
--- HUDSON_HOME
--- SSH_CONNECTION
--- NODE_NAME
--- MODULESHOME = /usr/share/Modules
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- BUILD_NUMBER = 4724
--- TRILINOS_SOURCE_BRANCH = subdomain-solver
--- JOB_COOWNERS_EMAILS = [email protected],[email protected]
--- HUDSON_COOKIE
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
--- PERL_MM_OPT
--- FORCE_CLEAN = false
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC = gcc
--- CXX = g++
--- F77 = gfortran
--- F90 = gfortran
--- FC = gfortran
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/lib:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/lib:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/lib:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib64:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib
--- SEMS_COMPILER_NAME = gcc
--- SEMS_COMPILER_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SEMS_COMPILER_VERSION = 7.2.0
--- SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GCC_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GCC_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SERIAL_CC = gcc
--- SERIAL_CXX = g++
--- SERIAL_F77 = gfortran
--- SERIAL_F90 = gfortran
--- SERIAL_FC = gfortran
--- SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_NINJA_FORTRAN_ROOT = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2
--- SEMS_NINJA_FORTRAN_VERSION = 1.7.2
--- SEMS_GIT_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
--- SEMS_GIT_VERSION = 2.10.1
--- SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_CMAKE_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1
--- SEMS_CMAKE_VERSION = 3.17.1

+--------------------------------------------------------------------+
| E N V I R O N M E N T S E T U P C O M P L E T E
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake S T A R T I N G
+--------------------------------------------------------------------+

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8825-test-Trilinos_pullrequest_python_3-4724
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 8825.


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 Mar 8, 2021
@searhein searhein added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Mar 8, 2021
@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3826
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1398
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1888
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9236
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 689
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2051
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4725
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: subdomain-solver
  • SHA: 519376d
  • Mode: TEST_REPO

Pull Request Author: searhein

@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: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3826
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1398
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1888
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9236
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 689
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2051
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4725
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 8825
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH subdomain-solver
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 519376d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 0f69cc4


CDash Test Results for PR# 8825.

@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 Mar 8, 2021
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ mayrmt ]!

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

Copy link
Contributor

@roeverf roeverf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for these changes!

@searhein searhein added the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Mar 9, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit e981d58 into trilinos:develop Mar 9, 2021
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Mar 9, 2021
@searhein searhein deleted the subdomain-solver branch March 9, 2021 06:57
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.

4 participants