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

MueLu: a start at reducing MueLu's library size #4985

Merged
merged 2 commits into from
Apr 23, 2019

Conversation

jhux2
Copy link
Member

@jhux2 jhux2 commented Apr 22, 2019

This commit splits some MueLu classes into header and definition files.

Partially addresses #4984.

@trilinos/muelu

Description

Motivation and Context

How Has This Been Tested?

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

This change is Reviewable

This commit splits some MueLu classes into header and definition files.

Partially addresses #4984.
@jhux2 jhux2 added pkg: MueLu AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Apr 22, 2019
@jhux2 jhux2 requested review from csiefer2 and a team April 22, 2019 19:46
@cgcgcg
Copy link
Contributor

cgcgcg commented Apr 22, 2019

@jhux2 Looking at what you did, would it be enough for a script to essentially find functions of the form
func(..) {..} and replace them with func(...);?

@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_4.8.4

  • Build Num: 3338
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3165
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1610
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1345
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1021
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: jhu-138a237
  • SHA: 138a237
  • Mode: TEST_REPO

Pull Request Author: jhux2

@jhux2
Copy link
Member Author

jhux2 commented Apr 22, 2019

Looking at what you did, would it be enough for a script to essentially find functions of the form
func(..) {..} and replace them with func(...);?

I think one could for non-templated classes like these. Templated classes would I think have to be handled differently.

@jhux2 jhux2 added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Apr 22, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = 138a237 Does not match the current commit SHA = f446940. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@trilinos-autotester
Copy link
Contributor

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

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3338
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3165
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1610
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1345
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1021
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA 138a237
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 3338 (click to expand)

TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4

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

CHANGED_PACKAGES_FULL_LIST='MueLu'

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

CHANGED_PACKAGES_PT_LIST='MueLu'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'

  • set +x
    Enabled packages:
    -- Setting Trilinos_ENABLE_MueLu = ON
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
    Build name = PR-4985-test-Trilinos_pullrequest_gcc_4.8.4-3338
    Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
    Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
    Binary dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test
    Parallel level = 21
    skip_by_parts_submit = OFF
    skip_single_submit = ON
    skip_update_step = ON
    skip_upload_config_files = OFF
    skip_clean_build_dir = OFF
    Subproject count = 53
    Dashboard model = Experimental
    Dashboard track = Pull Request
    Running configuration:
    /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake
    -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake"
    -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/packageEnables.cmake"
    -DTrilinos_ENABLE_TESTS:BOOL=ON
    -G "Ninja"
    /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/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-0.novalocal&field2=buildname&compare2=61&value2=PR-4985-test-Trilinos_pullrequest_gcc_4.8.4-3338&field3=buildstamp&compare3=61&value3=20190422-2017-Pull Request
    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-4985-test-Trilinos_pullrequest_gcc_4.8.4-3338&field2=buildstamp&compare2=61&value2=20190422-2017-Pull Request
    CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-4985-test-Trilinos_pullrequest_gcc_4.8.4-3338&field2=buildstamp&compare2=61&value2=20190422-2017-Pull Request
    Starting configure step.
    Each . represents 1024 bytes of output
    .................................................. Size: 50K
    .................................................. Size: 100K
    .................................................. Size: 150K
    ...... Size of output: 155K
    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: 250K
    .................................................. Size: 299K
    .................................................. Size: 349K
    .................................................. Size: 400K
    .................................................. Size: 449K
    .................................................. Size: 499K
    .................................................. Size: 549K
    .................................................. Size: 599K
    .................................................. Size: 649K
    .................................................. Size: 699K
    .................................................. Size: 749K
    .................................................. Size: 799K
    .................................................. Size: 849K
    .................................................. Size: 900K
    .................................................. Size: 949K
    .................................................. Size: 999K
    .................................................. Size: 1049K
    .................................................. Size: 1100K
    .................................................. Size: 1149K
    .................................................. Size: 1199K
    .................................................. Size: 1249K
    .............................................. Size of output: 1295K
    Build succeeded.
    build submit error = 0
    Starting testing step.
    Tests succeeded.
    test submit error = 0
    File upload submit error = 0
    Archiving artifacts
    Finished: SUCCESS
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 3165 (click to expand)

    ..................................................  Size: 10699K
    ..................................................  Size: 10749K
    ..................................................  Size: 10800K
    ..................................................  Size: 10850K
    ..................................................  Size: 10900K
    ..................................................  Size: 10950K
    ..................................................  Size: 11000K
    ..................................................  Size: 11049K
    ..................................................  Size: 11099K
    ..................................................  Size: 11149K
    ..................................................  Size: 11199K
    ..................................................  Size: 11249K
    ..................................................  Size: 11299K
    ..................................................  Size: 11349K
    ..................................................  Size: 11400K
    ..................................................  Size: 11450K
    ..................................................  Size: 11500K
    ..................................................  Size: 11549K
    ..................................................  Size: 11599K
    ..................................................  Size: 11649K
    ..................................................  Size: 11700K
    ..................................................  Size: 11750K
    ..................................................  Size: 11800K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12099K
    ..................................................  Size: 12149K
    ..................................................  Size: 12200K
    ..................................................  Size: 12250K
    ..................................................  Size: 12300K
    ..................................................  Size: 12349K
    ..................................................  Size: 12400K
    ..................................................  Size: 12450K
    ..................................................  Size: 12500K
    ..................................................  Size: 12550K
    ..................................................  Size: 12599K
    ..................................................  Size: 12650K
    ..................................................  Size: 12700K
    ..................................................  Size: 12750K
    ..................................................  Size: 12799K
    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12949K
    ..................................................  Size: 13000K
    ..................................................  Size: 13050K
    ..................................................  Size: 13100K
    ..................................................  Size: 13150K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13299K
    ..................................................  Size: 13349K
    ..................................................  Size: 13400K
    ..................................................  Size: 13450K
    ..................................................  Size: 13500K
    ..................................................  Size: 13550K
    ..................................................  Size: 13600K
    ..................................................  Size: 13650K
    ..................................................  Size: 13699K
    ..................................................  Size: 13749K
    ..................................................  Size: 13799K
    ..................................................  Size: 13849K
    ..................................................  Size: 13900K
    ..................................................  Size: 13949K
    ..................................................  Size: 14000K
    ..................................................  Size: 14050K
    ..................................................  Size: 14100K
    ..................................................  Size: 14150K
    ..................................................  Size: 14199K
    ..................................................  Size: 14250K
    ..................................................  Size: 14299K
    ..................................................  Size: 14349K
    ..................................................  Size: 14400K
    ..................................................  Size: 14450K
    ..................................................  Size: 14500K
    ..................................................  Size: 14550K
    ..................................................  Size: 14600K
    ..................................................  Size: 14650K
    ..................................................  Size: 14700K
    ..................................................  Size: 14750K
    ..................................................  Size: 14799K
    ..................................................  Size: 14849K
    ..................................................  Size: 14899K
    ..................................................  Size: 14949K
    ..................................................  Size: 14999K
    ..................................................  Size: 15049K
    ..................................................  Size: 15099K
    .....Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.............................................  Size: 15149K
    ..................................................  Size: 15200K
    ..................................................  Size: 15250K
    ..................................................  Size: 15299K
    ..................................................  Size: 15350K
    ..................................................  Size: 15400K
    ..................................................  Size: 15449K
    ............Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 1610 (click to expand)

+ env TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh origin/develop HEAD packageEnables.cmake

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL

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

CHANGED_PACKAGES_FULL_LIST='MueLu'

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

CHANGED_PACKAGES_PT_LIST='MueLu'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tSTKConnManager.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tSquareQuadMeshDOFManager.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_Orientation.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tSquareTriMeshDOFManager.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tEpetraLinObjFactory.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tCubeHexMeshDOFManager.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tBlockedDOFManagerFactory.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/panzer_workset_builder/PanzerAdaptersSTK_d_workset_builder.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/panzer_workset_builder/PanzerAdaptersSTK_cascade.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/panzer_workset_builder/PanzerAdaptersSTK_workset_container.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/initial_condition_builder/PanzerAdaptersSTK_initial_condition_builder2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/initial_condition_builder/PanzerAdaptersSTK_initial_condition_control.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/assembly_engine/PanzerAdaptersSTK_simple_bc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_response_residual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/response_library/PanzerAdaptersSTK_STK_ResponseLibraryTest2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/response_library/PanzerAdaptersSTK_STK_VolumeSideResponse.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/ip_coordinates/PanzerAdaptersSTK_ip_coordinates.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tGatherSolution.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tScatterDirichletResidual.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/evaluator_tests/PanzerAdaptersSTK_tDomainInterface.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/node_normals/PanzerAdaptersSTK_node_normals.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/face_to_elem/PanzerAdaptersSTK_tFaceToElem.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/projection/PanzerAdaptersSTK_projection.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-ioss/test/ioss_connmngr/PanzerAdaptersIOSS_tIOSSConnManager2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-ioss/test/ioss_connmngr/PanzerAdaptersIOSS_tIOSSConnManager3.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tSingleBlockCubeHexMeshFactory.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_interface_test/PanzerAdaptersSTK_tGhosting.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/stk_connmngr/PanzerAdaptersSTK_tDOFManager2_SimpleTests.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/assembly_engine/PanzerAdaptersSTK_assembly_engine.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_model_evaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_thyra_model_evaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/model_evaluator/PanzerAdaptersSTK_explicit_model_evaluator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/solver/PanzerAdaptersSTK_solver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/test/periodic_bcs/PanzerAdaptersSTK_periodic_bcs.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/square_mesh/PanzerAdaptersSTK_square_mesh_bc.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonExample/PanzerAdaptersSTK_PoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/CurlLaplacianExample/PanzerAdaptersSTK_CurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedCurlLaplacianExample/PanzerAdaptersSTK_MixedCurlLaplacianExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/MixedPoissonExample/PanzerAdaptersSTK_MixedPoissonExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/PoissonInterfaceExample/PanzerAdaptersSTK_PoissonInterfaceExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/assembly_engine/PanzerAdaptersSTK_assembly_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/main_driver/PanzerAdaptersSTK_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/adapters-stk/example/ModelEvaluator/PanzerAdaptersSTK_me_main_driver.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/panzer/mini-em/example/BlockPrec/PanzerMiniEM_BlockPrec.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/ml/NonlinML/TrilinosCouplings_ml_nox_1Delasticity_example.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/scaling/TrilinosCouplings_Example_Maxwell.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_ensemble.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/trilinoscouplings/examples/fenl/TrilinosCouplings_fenl_pce.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_KokkosViewFadMPVectorUnitTest_Serial.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/stokhos/test/UnitTest/Stokhos_TpetraMatVec.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 1021 (click to expand)

    ..................................................  Size: 13600K
    ..................................................  Size: 13650K
    ..................................................  Size: 13700K
    ..................................................  Size: 13750K
    ..................................................  Size: 13800K
    ..................................................  Size: 13850K
    ..................................................  Size: 13900K
    ..................................................  Size: 13950K
    ..................................................  Size: 14000K
    ..................................................  Size: 14050K
    ..................................................  Size: 14100K
    ..................................................  Size: 14150K
    ..................................................  Size: 14200K
    ..................................................  Size: 14250K
    ..................................................  Size: 14300K
    ..................................................  Size: 14350K
    ..................................................  Size: 14400K
    ..................................................  Size: 14450K
    ..................................................  Size: 14499K
    ..................................................  Size: 14549K
    ..................................................  Size: 14599K
    ..................................................  Size: 14649K
    ..................................................  Size: 14699K
    ..................................................  Size: 14749K
    ..................................................  Size: 14799K
    ..................................................  Size: 14849K
    ..................................................  Size: 14899K
    ..................................................  Size: 14949K
    ..................................................  Size: 14999K
    ..................................................  Size: 15049K
    ..................................................  Size: 15099K
    ..................................................  Size: 15149K
    ..................................................  Size: 15199K
    ..................................................  Size: 15249K
    ..................................................  Size: 15299K
    ..................................................  Size: 15349K
    ..................................................  Size: 15399K
    ..................................................  Size: 15449K
    ..................................................  Size: 15499K
    ..................................................  Size: 15549K
    ..................................................  Size: 15599K
    ..................................................  Size: 15650K
    ..................................................  Size: 15700K
    ..................................................  Size: 15750K
    ..................................................  Size: 15800K
    ..................................................  Size: 15850K
    ..................................................  Size: 15900K
    ..................................................  Size: 15950K
    ..................................................  Size: 16000K
    ..................................................  Size: 16050K
    ..................................................  Size: 16099K
    ..................................................  Size: 16149K
    ..................................................  Size: 16199K
    ..................................................  Size: 16249K
    ..................................................  Size: 16299K
    ..................................................  Size: 16350K
    ..................................................  Size: 16400K
    ..................................................  Size: 16450K
    ..................................................  Size: 16500K
    ..................................................  Size: 16550K
    ..................................................  Size: 16600K
    ..................................................  Size: 16650K
    ..................................................  Size: 16700K
    ..................................................  Size: 16750K
    ..................................................  Size: 16800K
    ..................................................  Size: 16850K
    ..................................................  Size: 16900K
    ..................................................  Size: 16950K
    ..................................................  Size: 17000K
    ..................................................  Size: 17050K
    ..................................................  Size: 17100K
    ..................................................  Size: 17150K
    ..................................................  Size: 17200K
    ..................................................  Size: 17250K
    ..................................................  Size: 17300K
    ..................................................  Size: 17350K
    ..................................................  Size: 17400K
    ..................................................  Size: 17450K
    ..................................................  Size: 17500K
    ..................................................  Size: 17550K
    ..................................................  Size: 17600K
    ..................................................  Size: 17650K
    ..................................................  Size: 17700K
    ..................................................  Size: 17749K
    ..................................................  Size: 17799K
    ..................................................  Size: 17850K
    ..................................................  Size: 17900K
    ..................................................  Size: 17950K
    ..................................................  Size: 17999K
    ..................................................  Size: 18049K
    ..................................................  Size: 18099K
    ..................................................  Size: 18150K
    ..................................................  Size: 18199K
    ..................................................  Size: 18250K
    ..................................................  Size: 18299K
    ...Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Terminated
Finished: ABORTED


CDash Test Results for PR# 4985.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 3340
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3167
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1612
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1347
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1023
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: jhu-138a237
  • SHA: f446940
  • Mode: TEST_REPO

Pull Request Author: jhux2

@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_4.8.4

  • Build Num: 3340
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3167
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 1612
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1347
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1023
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 4985
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH jhu-138a237
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f446940
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 65a89a5


CDash Test Results for PR# 4985.

@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 Apr 23, 2019
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 7172a97 into develop Apr 23, 2019
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 4985: 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 Apr 23, 2019
@jhux2 jhux2 deleted the jhu-138a237 branch April 23, 2019 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants