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

FROSch: Some fixes from ALCF Workshop #9218

Merged
merged 23 commits into from
Jun 4, 2021

Conversation

searhein
Copy link
Contributor

@searhein searhein commented Jun 4, 2021

@trilinos/shylu

Description

This PR contains some small changes / fixes implemented during the 2021 ALCF Performance Workshop. Mostly related to setting certain parameters via the Teuchos::ParameterList, a small bug in the coarse map when using Zoltan2 to repartition the coarse problem, and some minor bugs in the output.

Testing

The changes have successfully been tested locally as well as on Theta during the workshop.

roeverf and others added 22 commits April 29, 2021 17:37
…f-workshop

* 'develop' of ssh://github.com/trilinos/Trilinos:
  Disable tests listed in ticket trilinos#9077
  Change name of UVM build to UVM Off
  Remove load of superlu module
  Change ini file to 32 bit to match my testing.
  Change from 64bit superlu_dist to 32bit
  Add SuperLUDist to the Intel 17 PR build/test
…f-workshop

* 'develop' of ssh://github.com/trilinos/Trilinos:
  Ifpack2 Chebyshev: Add options for power method
  PIRO: add accessors to the underlying loca steppers
  Tacho LDL for symmetric indefinite problems. (trilinos#9091)
  Geminga: Run on Tesla K40 only
  MueLu Ifpack2Smoother: Use Ifpack2 methods to set zero starting solution
  Ifpack2: Add methods `supportsZeroStartingSolution` and `setZeroStartingSolution`
  Add space in CMAKE_CXX_FLAGS to be safe (trilinos#8449)
  Set non-cache vars for CMAKE_<LANG>_FLAGS with user override (trilinos#8449)
  Xpetra: regionMG matvec function definition added to EpetraCrsMatrix
  tpetra:  fixing downstream compiler errors shown in trilinos#9084
  MueLu Ifpack2: Add tests for reuse and Jacobi
  MueLu: Reuse Chebyshev smoother
  tpetra:  adding back and deprecating getLocalRowView and getGlobalRowView in Tpetra_BlockMultiVector and Tpetra_BlockVector These functions were inadvertantly removed without deprecation during UVM removal. The functions are, however, deprecated.  Users should use getLocalBlockHost with access flags instead of these functions
  Adding xpetra shortnames header to Xpetra_TpetraCrsMatrix
  Add further documentation for region matvec in xpetra
  added small comments and removed unused lines
  MueLu: regionMG add a region matvec to xpetra for use with the muelu region mg
…f-workshop

* 'develop' of ssh://github.com/trilinos/Trilinos: (106 commits)
  MueLu: Additional coarsening options (trilinos#9191)
  SEACAS: Add fortran settings for cray fortran
  Tempus: ParameterList Constructor for IntegratorBasic.
  Ifpack2: Adding unit tests
  Ifpack2: Adding unit tests
  Tacho - remove debug output overriding
  Tacho - specialization for cuda 11
  Tempus: ParameterList Constructor for IntegratorBasic.
  CMakeLists.txt: Fix for Trilinos_CXX_COMPILER_FLAGS
  KokkosKernels: Fixed kernel labels in GS apply
  Ifpack2: check Relaxation settings are compatible
  KokkosKernels: fix name lookup issue in non-ETI build
  KokkosKernels: fix maybe-uninitialized warning
  KokkosKernels/Ifpack2: MTGS long row kernel
  Percept: sync from Sierra repo
  MueLu: interpolation order input changes for GeometricInterpolation
  Fixes MINRES solver to perform correctly for right-hand preconditioning
  Automatic snapshot commit from tribits at b420835
  klu2_ordinaltraits.h: Various calls here have long int as the arg, then delegate to a method for which the arg is UF_long.  This fails to compile on Windows, for which long int is 32 bits.  Instead do ptrdiff_t, which is correct on all platforms.
  CreateDirectory is defined in Winbase.h as a macro, so it must be undef'd before being declared as a method in Epetra_*Comm.h.  Otherwise, an error arises because some files seem to include Winbase.h and others not.
  ...
@searhein searhein added pkg: ShyLU AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Jun 4, 2021
@searhein searhein requested a review from roeverf June 4, 2021 07:38
@searhein searhein self-assigned this Jun 4, 2021
@searhein searhein requested a review from a team as a code owner June 4, 2021 07:38
@searhein searhein changed the title Alcf workshop FROSch: Alcf workshop Jun 4, 2021
@searhein searhein changed the title FROSch: Alcf workshop FROSch: Some fixes from ALCF Workshop Jun 4, 2021
@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: 4582
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2113
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2594
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9915
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1329
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2693
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5269
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: alcf-workshop
  • SHA: 8edc990
  • 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: 4582
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2113
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2594
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9915
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1329
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2693
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5269
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 4582 (click to expand)

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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4582&field3=buildstamp&compare3=61&value3=20210604-0829-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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4582&field2=buildstamp&compare2=61&value2=20210604-0829-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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4582&field2=buildstamp&compare2=61&value2=20210604-0829-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: 349K
    ........... Size of output: 361K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/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/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
CMake Error at /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/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/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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4582
-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

--- 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_gcc_7.2.0_serial # 2113 (click to expand)

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

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic143/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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2113
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/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/ascic143/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=ascic143&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2113&field3=buildstamp&compare3=61&value3=20210604-0828-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2113&field2=buildstamp&compare2=61&value2=20210604-0828-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2113&field2=buildstamp&compare2=61&value2=20210604-0828-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/ascic143/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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2113
-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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/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 # 2594 (click to expand)

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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2594
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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2594&field3=buildstamp&compare3=61&value3=20210604-0828-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2594&field2=buildstamp&compare2=61&value2=20210604-0828-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2594&field2=buildstamp&compare2=61&value2=20210604-0828-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: 99K
................................................ Size of output: 148K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
Build failed with error 1

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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2594
-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

--- 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_intel_17.0.1 # 9915 (click to expand)

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_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/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_intel_17.0.1/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-9218-test-Trilinos_pullrequest_intel_17.0.1-9915&field3=buildstamp&compare3=61&value3=20210604-0829-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-9218-test-Trilinos_pullrequest_intel_17.0.1-9915&field2=buildstamp&compare2=61&value2=20210604-0829-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-9218-test-Trilinos_pullrequest_intel_17.0.1-9915&field2=buildstamp&compare2=61&value2=20210604-0829-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ............................................... Size of output: 96K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 400K
    ..................................................  Size: 449K
    ..................................................  Size: 500K
    ..................................................  Size: 550K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1350K
    ..................................................  Size: 1400K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ............ Size of output: 1611K
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_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_intel_17.0.1-9915
-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

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

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

    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 400K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 600K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1099K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1600K
    ..................................................  Size: 1650K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1799K
    ..................................................  Size: 1850K
    ..................................................  Size: 1900K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2700K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2850K
    ..................................................  Size: 2900K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3100K
    ........................ Size of output: 3124K
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-9218-test-Trilinos_pullrequest_cuda_10.1.105-1329
-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_cuda_10.1.105_uvm_off # 326 (click to expand)

    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1800K
    ..................................................  Size: 1850K
    ..................................................  Size: 1900K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2050K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2800K
    ..................................................  Size: 2850K
    ..................................................  Size: 2900K
    ..................................................  Size: 2950K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3100K
    ..................................................  Size: 3150K
    ...................... Size of output: 3172K
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 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-326
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Experimental
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.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 # 2693 (click to expand)

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-9218-test-Trilinos_pullrequest_clang_10.0.0-2693&field3=buildstamp&compare3=61&value3=20210604-0829-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-9218-test-Trilinos_pullrequest_clang_10.0.0-2693&field2=buildstamp&compare2=61&value2=20210604-0829-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-9218-test-Trilinos_pullrequest_clang_10.0.0-2693&field2=buildstamp&compare2=61&value2=20210604-0829-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: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 350K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    . Size of output: 1251K
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-9218-test-Trilinos_pullrequest_clang_10.0.0-2693
-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 # 5269 (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 = 5269
--- TRILINOS_SOURCE_BRANCH = alcf-workshop
--- 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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_python_3-5269
-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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/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# 9218.


Wiki: How to Reproduce PR Testing Builds and Errors.

@searhein searhein added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jun 4, 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 '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: 4584
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2115
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2596
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9917
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1331
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 328
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2695
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5270
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: alcf-workshop
  • SHA: 8edc990
  • 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: 4584
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2115
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2596
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9917
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1331
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 328
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2695
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5270
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;AT: RETEST;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA 8edc990
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 4584 (click to expand)

Source dir               = /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
Binary dir               = /scratch/trilinos/jenkins/ascic142/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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic142/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/ascic142/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=ascic142&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_gcc_8.3.0-4584&field3=buildstamp&compare3=61&value3=20210604-0947-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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4584&field2=buildstamp&compare2=61&value2=20210604-0947-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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4584&field2=buildstamp&compare2=61&value2=20210604-0947-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: 349K
    ........... Size of output: 361K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
Unable to find required file: /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test/packages/shylu/shylu_dd/frosch/test/Thyra_Xpetra_Elasticity/ShyLU_DDFROSch_thyra_xpetra_elasticity.exe
CMake Error at /scratch/trilinos/jenkins/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/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/ascic142/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-9218-test-Trilinos_pullrequest_gcc_8.3.0-4584
-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/ascic142/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic142/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

--- 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_gcc_7.2.0_serial # 2115 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2

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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2115
Cur dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/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=ascic143&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2115&field3=buildstamp&compare3=61&value3=20210604-0947-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2115&field2=buildstamp&compare2=61&value2=20210604-0947-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2115&field2=buildstamp&compare2=61&value2=20210604-0947-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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_gcc_7.2.0_serial-2115
-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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial@2/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 # 2596 (click to expand)

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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2596
Cur dir = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/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/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/tr-test-4/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/tr-test-4/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=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2596&field3=buildstamp&compare3=61&value3=20210604-0948-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2596&field2=buildstamp&compare2=61&value2=20210604-0948-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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2596&field2=buildstamp&compare2=61&value2=20210604-0948-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: 99K
... Size of output: 103K
Error(s) when building project
CMake Warning at /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:202 (message):
Build failed with error 1

build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/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/tr-test-4/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-9218-test-Trilinos_pullrequest_gcc_7.2.0_debug-2596
-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/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-4/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

--- 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_intel_17.0.1 # 9917 (click to expand)

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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/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=ascic143&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_intel_17.0.1-9917&field3=buildstamp&compare3=61&value3=20210604-0948-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-9218-test-Trilinos_pullrequest_intel_17.0.1-9917&field2=buildstamp&compare2=61&value2=20210604-0948-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-9218-test-Trilinos_pullrequest_intel_17.0.1-9917&field2=buildstamp&compare2=61&value2=20210604-0948-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ............................................... Size of output: 96K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 600K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1050K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1200K
    ..................................................  Size: 1249K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1400K
    ..................................................  Size: 1450K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ....... Size of output: 1706K
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/ascic143/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-9218-test-Trilinos_pullrequest_intel_17.0.1-9917
-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/ascic143/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic143/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

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

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

    ..................................................  Size: 600K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 749K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1500K
    ..................................................  Size: 1550K
    ..................................................  Size: 1600K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1750K
    ..................................................  Size: 1800K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2200K
    ..................................................  Size: 2250K
    ..................................................  Size: 2300K
    ..................................................  Size: 2350K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2500K
    ..................................................  Size: 2550K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3100K
    ..................................................  Size: 3150K
    ..................................................  Size: 3200K
    ..................................................  Size: 3250K
    ..................................................  Size: 3300K
    ..................................................  Size: 3350K
    ..................................................  Size: 3400K
    ........................... Size of output: 3426K
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@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_cuda_10.1.105-1331
-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@2/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105@2/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_cuda_10.1.105_uvm_off # 328 (click to expand)

Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 800K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1200K
    ..................................................  Size: 1250K
    ..................................................  Size: 1300K
    ..................................................  Size: 1350K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2649K
    ..................................................  Size: 2699K
    .............................. Size of output: 2729K
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 /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_cuda_10.1.105_uvm_off-328
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Experimental
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105_uvm_off@2/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105uvmOffTestingSettings.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 # 2695 (click to expand)

Cur dir                  = /scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.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/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-9/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/tr-test-9/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=tr-test-9.novalocal&field2=buildname&compare2=61&value2=PR-9218-test-Trilinos_pullrequest_clang_10.0.0-2695&field3=buildstamp&compare3=61&value3=20210604-0949-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-9218-test-Trilinos_pullrequest_clang_10.0.0-2695&field2=buildstamp&compare2=61&value2=20210604-0949-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-9218-test-Trilinos_pullrequest_clang_10.0.0-2695&field2=buildstamp&compare2=61&value2=20210604-0949-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: 50K
    ..................................................  Size: 99K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 650K
    ..................................................  Size: 700K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 900K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ........... Size of output: 1210K
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/tr-test-9/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-9218-test-Trilinos_pullrequest_clang_10.0.0-2695
-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/tr-test-9/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/tr-test-9/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 # 5270 (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 = 5270
--- TRILINOS_SOURCE_BRANCH = alcf-workshop
--- 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/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-9218-test-Trilinos_pullrequest_python_3-5270
-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_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/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# 9218.


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 Jun 4, 2021
Copy link
Contributor

@srajama1 srajama1 left a comment

Choose a reason for hiding this comment

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

Left some small comments. Thanks @searhein !

@iyamazaki you might want to keep the OLCF changes in mind.

// Store current Coarse Matrix in ParameterList_
if ( this->ParameterList_->get("Store Coarse Matrix",false) ) {
FROSCH_NOTIFICATION("FROSch::CoarseOperator",this->Verbose_,"Storing current Coarse Matrix in Parameterlist.");
this->ParameterList_->set("RCP(Coarse Matrix)", CoarseMatrix_);
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this work correctly when you store a matrix in the parameterlist? I always thought it has to be serializable, may be the matrix is serializable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We also store parallel multivectors (coordinate list, null space) in the parameter list. Therefore, I was assuming that this works for matrices as well.

Thank you for the comment. I will keep an eye on this.

double gatheringFactor = pow(double(this->MpiComm_->getSize())/double(NumProcsCoarseSolve_),1.0/double(gatheringSteps));

//
// double gatheringFactor = pow(double(this->MpiComm_->getSize())/double(NumProcsCoarseSolve_),1.0/double(gatheringSteps));
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since I put the auto merge flag for the PR, it already got merged before I could react to your comments. I should remove these commented code snippets in my next PR.

normRow += (*r)(i,j)*(*r)(i,j);
}
if (sqrt(normRow)<treshold) {
// SC normRow = 0.0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete this?

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.

Thanks for these changes!

@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: 4587
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2118
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2599
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9920
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1334
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 331
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2699
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5273
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Using Repos:

Repo: TRILINOS (searhein/Trilinos)
  • Branch: alcf-workshop
  • SHA: c829cd9
  • 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: 4587
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 2118
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 2599
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9920
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 1334
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105_uvm_off

  • Build Num: 331
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 2699
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 5273
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;pkg: ShyLU
PULLREQUESTNUM 9218
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH alcf-workshop
TRILINOS_SOURCE_REPO https://github.com/searhein/Trilinos
TRILINOS_SOURCE_SHA c829cd9
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f75748f


CDash Test Results for PR# 9218.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 6921025 into trilinos:develop Jun 4, 2021
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 9218: 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 Jun 4, 2021
@searhein searhein deleted the alcf-workshop branch June 7, 2021 09:15
@searhein searhein restored the alcf-workshop branch June 7, 2021 13:59
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