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: pass primal/dual interface node mapping via user data sublist #7194

Merged

Conversation

mayrmt
Copy link
Member

@mayrmt mayrmt commented Apr 17, 2020

@trilinos/muelu
@kliegeois

Motivation

This PR enables to pass user-specific data regarding the dual-to-primal node mapping required by the InterfaceAggregationFactory through the parameter list "user data" and removes the previous restriction, that the MueLu xml-file had to contain a very specific sublist with a hard-coded name.

Related Issues

Stakeholder Feedback

None

Testing

MueLu tests pass.

mayrmt added 5 commits April 17, 2020 07:08
For InterfaceAggregationFactory, the dual-to-primal node mapping needs
to be provided by the user on the "user data" sublist. Then, it is
treated as non-serializable data and added to the hierarchy during
CreateXpetraPreconditioner().

Adapted the test.

Part of trilinos#7164.
- Use proper doxygen code formatting
- Update lists of non-serializable data and make future extensions
easier
@mayrmt mayrmt added type: enhancement Issue is an enhancement, not a bug pkg: MueLu AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Apr 17, 2020
@mayrmt mayrmt requested a review from kliegeois April 17, 2020 06:48
@mayrmt mayrmt requested a review from a team as a code owner April 17, 2020 06:48
@mayrmt mayrmt self-assigned this Apr 17, 2020
@mayrmt
Copy link
Member Author

mayrmt commented Apr 17, 2020

I can confirm, that these changes also help the user app, that originally triggered the underlying issue #7164.

Copy link
Contributor

@kliegeois kliegeois left a comment

Choose a reason for hiding this comment

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

This looks good to me.
Thanks for proposing this, it is definitely clearer and cleaner to me.

There are just some typo in the comments that should be corrected.
Thanks again!

for which non-serializable data was provided.
*/
/*!
\bfief Extract non-serializable data from level-specific sublist and move to separate parameter list
Copy link
Contributor

Choose a reason for hiding this comment

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

bfief should be replaced by brief

level-specific sublist
should be replaced by
level-specific sublists

and potentially
move to separate parameter list
could be replaced by
move it to a separate parameter list


@param[in] inList List with all input parameters/data as provided by the user
@param[out] serialList All serializable data from the input list
@param[out] nonSerialList All non-serializable, i.e. rank-specific data form the input list
Copy link
Contributor

Choose a reason for hiding this comment

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

data form the input list
should be replaced by
data from the input list

@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: 6341
  • 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 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 6165
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4593
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 4440
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 629
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3958
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 331
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 2133
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 2144
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Using Repos:

Repo: TRILINOS (mayrmt/Trilinos)
  • Branch: 7164-muelu-interface-node-mapping-user-data
  • SHA: 87bb388
  • Mode: TEST_REPO

Pull Request Author: mayrmt

@mayrmt mayrmt requested a review from kliegeois April 17, 2020 07:26
@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 = 87bb388 Does not match the current commit SHA = 39e4d95. 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: 6341
  • 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 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 6165
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4593
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 4440
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 629
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3958
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 331
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 2133
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 2144
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 87bb388
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 6341 (click to expand)

TRILINOS_DIR=/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/commonTools/framework/../../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/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/tr-test-7/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'
Build name = PR-7194-test-Trilinos_pullrequest_gcc_4.8.4-6341
Cur dir = /scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
Binary dir = /scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test
Parallel level = 20
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 = 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/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/tr-test-7/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/tr-test-7/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-7.novalocal&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_gcc_4.8.4-6341&field3=buildstamp&compare3=61&value3=20200417-0718-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-7194-test-Trilinos_pullrequest_gcc_4.8.4-6341&field2=buildstamp&compare2=61&value2=20200417-0718-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-7194-test-Trilinos_pullrequest_gcc_4.8.4-6341&field2=buildstamp&compare2=61&value2=20200417-0718-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
. Size of output: 150K
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: 350K
.................................................. Size: 400K
.................................................. Size: 450K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 600K
.................................................. Size: 650K
.................................................. Size: 700K
.................................................. Size: 749K
.................................................. Size: 800K
.................................................. Size: 849K
.................................................. Size: 900K
.................................................. Size: 950K
.................................................. Size: 999K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
.................................................. Size: 1199K
.................................................. Size: 1250K
.................................................. Size: 1300K
.................................................. Size: 1349K
.................................................. Size: 1399K
.................................................. Size: 1450K
.................................................. Size: 1500K
.................................................. Size: 1550K
....................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.Finished: ABORTED

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

MODULE_VERSION_STACK = 3.2.10
SEMS_MPICH_ROOT = /projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/mpich/3.2
JOB_COOWNERS_EMAILS = [email protected],[email protected]
SEMS_PARMETIS_LOCAL_COMPILER_VERSCurrently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/4.9.3
  5) sems-intel/17.0.1
  6) sems-mpich/3.2
  7) sems-boost/1.63.0/base
  8) sems-zlib/1.2.8/base
  9) sems-hdf5/1.8.12/parallel
 10) sems-netcdf/4.4.1/exo_parallel
 11) sems-parmetis/4.0.3/parallel
 12) sems-scotch/6.0.3/nopthread_64bit_parallel
 13) sems-superlu/4.3/base
 14) sems-cmake/3.10.3
 15) atdm-env
 16) atdm-ninja_fortran/1.7.2

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


TRILINOS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/commonTools/framework/../../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/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1

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'
Build name = PR-7194-test-Trilinos_pullrequest_intel_17.0.1-6165
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
Parallel level = 20
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 = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntelTestingSettings.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-7194-test-Trilinos_pullrequest_intel_17.0.1-6165&field3=buildstamp&compare3=61&value3=20200417-0718-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-7194-test-Trilinos_pullrequest_intel_17.0.1-6165&field2=buildstamp&compare2=61&value2=20200417-0718-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-7194-test-Trilinos_pullrequest_intel_17.0.1-6165&field2=buildstamp&compare2=61&value2=20200417-0718-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
Size of output: 149K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
..............................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.... Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
..........................................Finished: ABORTED

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

B) Get the set of changed files

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

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic166/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'
Build name = PR-7194-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4593
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test
Parallel level = 20
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 = 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/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake"
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/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_gcc_4.9.3_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=ascic166&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4593&field3=buildstamp&compare3=61&value3=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4593&field2=buildstamp&compare2=61&value2=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4593&field2=buildstamp&compare2=61&value2=20200417-0719-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
........ Size of output: 107K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.........................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
......... Size: 150K
.................................................. Size: 199K
.................................................. Size: 249K
......... Size of output: 259K
sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.9.3/exo/include
MODULE_VERSION_STACK = 3.2.10
JOB_COOWNERS_EMAILS = [email protected],[email protected]
SEMS_NETCDF_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.4.1/gcc/4.9.3/exo/lib
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/boost/1.63.0/gcc/4.9.3/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
SNLSYSTEM = cee
SEMS_HDF5_ROOT = /projects/sems/install/rhel7-x86_64/sems/tpl/hdf5/1.8.12/gcc/4.9.3/base
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/base:sems-netcdf/4.4.1/exo:sems-metis/5.1.0/base:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
WORKSPACE_TMP = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL@tmp
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #4593
PULLREQUESTNUM = 7194
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.9.3/base/include

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_MueLu = ON

Set CWD = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 691, in
returnValue = run()
File "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 684, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-7194-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-4593', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Pull Request', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/pull_request_test', '-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status -15
Finished: ABORTED

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

MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/gcc/7.2.0/openmpi/1.10.1/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/gcc/7.2.0/openmpi/1.10.1/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/7.2.0:sems-openmpi/1.10.1:sems-boost/1.63.0/base:sems-zlib/1.2.8/base:sems-hdf5/1.8.12/parallel:sems-netcdf/4.4.1/exo_parallel:sems-parmetis/4.0.3/parallel:sems-scotch/6.Currently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/7.2.0
  5) sems-openmpi/1.10.1
  6) sems-boost/1.63.0/base
  7) sems-zlib/1.2.8/base
  8) sems-hdf5/1.8.12/parallel
  9) sems-netcdf/4.4.1/exo_parallel
 10) sems-parmetis/4.0.3/parallel
 11) sems-scotch/6.0.3/nopthread_64bit_parallel
 12) sems-superlu/4.3/base
 13) sems-cmake/3.10.3
 14) atdm-env
 15) atdm-ninja_fortran/1.7.2

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


TRILINOS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/commonTools/framework/../../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/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos

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

Wrote file 'changed-files.txt'

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

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'
Build name = PR-7194-test-Trilinos_pullrequest_gcc_7.2.0-4440
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test
Parallel level = 13
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 = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/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/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-7194-test-Trilinos_pullrequest_gcc_7.2.0-4440&field3=buildstamp&compare3=61&value3=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_7.2.0-4440&field2=buildstamp&compare2=61&value2=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_7.2.0-4440&field2=buildstamp&compare2=61&value2=20200417-0719-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
. Size of output: 150K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
..................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
................ Size: 49K
.................................................. Size: 100K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 350K
...................Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 629 (click to expand)

  4) sems-gcc/8.3.0
  5) sems-openmpi/1.10.1
  6) sems-boost/1.66.0/base
  7) sems-zlib/1.2.8/base
  8) sems-hdf5/1.8.12/parallel
  9) sems-netcdf/4.4.1/exo_parallel
 10) sems-parmetis/4.0.3/parallel
 11) sems-scotch/6.0.3/nopthread_64bit_parallel
 12) sems-superlu/4.3/base
 13) sems-cmake/3.10.3
 14) atdm-env
 15) atdm-ninja_fortran/1.7.2

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


TRILINOS_DIR=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/commonTools/framework/../../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/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos

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

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='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'
Build name = PR-7194-test-Trilinos_pullrequest_gcc_8.3.0-629
Cur dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
Parallel level = 20
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 = 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/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic166/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/ascic166/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=ascic166&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_gcc_8.3.0-629&field3=buildstamp&compare3=61&value3=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_8.3.0-629&field2=buildstamp&compare2=61&value2=20200417-0719-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-7194-test-Trilinos_pullrequest_gcc_8.3.0-629&field2=buildstamp&compare2=61&value2=20200417-0719-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
. Size of output: 150K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
..............................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.................... Size: 99K
.................................................. Size: 150K
.................................................. Size: 199K
.................................................. Size: 250K
.................................................. Size: 299K
.................................................. Size: 350K
.................................................. Size: 400K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 550K
.................................................. Size: 599K
.................................................. Size: 650K
.................................................. Size: 699K
.................Finished: ABORTED

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

LESSOPEN = ||/usr/bin/lesspipe.sh %s
LSB_JOB_EXECUSER = trilinos
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
LSB_HOSTS = ride12 ride12 ride12 ride12 ride12 ride12Currently Loaded Modulefiles:
  1) git/2.10.1
  2) python/2.7.12
  3) cuda/9.2.88
  4) binutils/2.30.0
  5) gcc/7.2.0
  6) papi/5.5.1
  7) java/ibm/sdk/8.0.0
  8) openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
  9) pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 10) zlib/1.2.8
 11) hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 12) netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 13) cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 14) netlib/3.8.0/gcc/7.2.0
 15) superlu/4.3.0/gcc/7.2.0
 16) boost/1.65.1/gcc/7.2.0
 17) metis/5.0.1/gcc/7.2.0
 18) parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
 19) cmake/3.9.6
 20) valgrind/3.12.0
 21) devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88

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


TRILINOS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/commonTools/framework/../../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: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos

git diff --name-only origin/develop..HEAD > /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2

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'
Build name = PR-7194-test-Trilinos_pullrequest_cuda_9.2-3958
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/pull_request_test
Parallel level = 64
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 = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/home/rabartl/install/white-ride/cmake-3.11.2/bin/cmake
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@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=ride12&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_cuda_9.2-3958&field3=buildstamp&compare3=61&value3=20200417-0720-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-7194-test-Trilinos_pullrequest_cuda_9.2-3958&field2=buildstamp&compare2=61&value2=20200417-0720-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-7194-test-Trilinos_pullrequest_cuda_9.2-3958&field2=buildstamp&compare2=61&value2=20200417-0720-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
............................................. Size of output: 144K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Terminated
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_clang_9.0.0 # 331 (click to expand)

BUILD_ID = 331
SEMS_NETCDF_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/clang/9.0.0/openmpi/1.10.1/exo_parallel/include
SEMS_SCOTCH_LOCAL_PYTHON_VERSION = 2.6.6
MODULE_VERSION_STACK = 3.2.10
JOB_COOWNERS_EMAILS = [email protected],[email protected]
SEMS_PARMETIS_LOCAL_COMPILER_VERSION = 4.4.7
SEMS_PARMETIS_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_NETCDF_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/netcdf/4.4.1/clang/9.0.0/openmpi/1.10.1/exo_parallel/lib
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0Currently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-python/2.7.9
  4) sems-gcc/5.3.0
  5) sems-clang/9.0.0
  6) sems-openmpi/1.10.1
  7) sems-boost/1.63.0/base
  8) sems-zlib/1.2.8/base
  9) sems-hdf5/1.8.12/parallel
 10) sems-netcdf/4.4.1/exo_parallel
 11) sems-parmetis/4.0.3/parallel
 12) sems-scotch/6.0.3/nopthread_64bit_parallel
 13) sems-superlu/4.3/base
 14) sems-cmake/3.12.2
 15) atdm-env
 16) atdm-ninja_fortran/1.7.2

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


TRILINOS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos/commonTools/framework/../..
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos/commonTools/framework/../..
TRIBITS_DIR=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos/commonTools/framework/../../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/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0

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'
Build name = PR-7194-test-Trilinos_pullrequest_clang_9.0.0-331
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/pull_request_test
Parallel level = 10
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 = 53
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.12.2/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.0/Trilinos/cmake/std/PullRequestLinuxClang9.0.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_clang_9.0.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_clang_9.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=ascic141&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_clang_9.0.0-331&field3=buildstamp&compare3=61&value3=20200417-0720-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-7194-test-Trilinos_pullrequest_clang_9.0.0-331&field2=buildstamp&compare2=61&value2=20200417-0720-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-7194-test-Trilinos_pullrequest_clang_9.0.0-331&field2=buildstamp&compare2=61&value2=20200417-0720-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
. Size of output: 150K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
............................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Finished: ABORTED

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 2133 (click to expand)

QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = 57f35917-be11-4c71-8419-be7616c539b5
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = [email protected]
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
GIT_CHECKOUT_DIR = Trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SSH_CLIENT = 205.137.81.17 59720 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/2.7.15/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 550334d445f8fe5940c1e4bc9e54b9f11da1f70d
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = [email protected]
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 2133
JOB_COOWNERS_EMAILS = [email protected],[email protected]
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmakCurrently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-7194-test-Trilinos_pullrequest_python_2-2133
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/pull_request_test
Parallel level           = 20
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         = 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/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/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_python_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=tr-test-4.novalocal&field2=buildname&compare2=61&value2=PR-7194-test-Trilinos_pullrequest_python_2-2133&field3=buildstamp&compare3=61&value3=20200417-0720-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-7194-test-Trilinos_pullrequest_python_2-2133&field2=buildstamp&compare2=61&value2=20200417-0720-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-7194-test-Trilinos_pullrequest_python_2-2133&field2=buildstamp&compare2=61&value2=20200417-0720-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
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.
Tests succeeded.
test submit error = 0
File upload submit error = 0
e/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
WORKSPACE_TMP = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2@tmp
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #2133
PULLREQUESTNUM = 7194

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

QTINC = /usr/lib64/qt-3.3/include
HUDSON_HOME = /var/lib/jenkins
TRILINOS_TARGET_BRANCH = develop
https_proxy = http://wwwproxy.sandia.gov:80
F90 = gfortran
SERIAL_F90 = gfortran
SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3
JOB_COOWNERS = prwolfe,trilinos
SERIAL_FC = gfortran
BUILD_CAUSE_MANUALTRIGGER = true
HUDSON_COOKIE = d48bac7f-2ac8-43a6-ba84-4767b1dde9a6
ftp_proxy = http://wwwproxy.sandia.gov:80/
QT_GRAPHICSSYSTEM_CHECKED = 1
SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
F77 = gfortran
TRILINOS_TARGET_REPO = https://github.com/trilinos/Trilinos
NODE_OWNER_EMAIL = [email protected]
SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
NODE_NAME = tr-test-4-trilinos
GIT_CHECKOUT_DIR = Trilinos
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SSH_CLIENT = 205.137.81.17 59720 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
NODE_LABELS = tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
PATH = /projects/sierra/linux_rh7/install/Python/3.6.3/bin:/projects/sierra/linux_rh7/install/Python/extrasbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/sbin:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/bin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/bin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/sbin:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 550334d445f8fe5940c1e4bc9e54b9f11da1f70d
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
CC = gcc
SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
JOB_OWNER_EMAIL = [email protected]
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 2144
JOB_COOWNERS_EMAILS = [email protected],[email protected]
GIT_URL = https://github.com/trilinos/Trilinos
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-gcc/7.2.0:sems-cmake/Currently Loaded Modulefiles:
  1) sems-env                   4) sems-cmake/3.10.3
  2) sems-git/2.10.1            5) atdm-env
  3) sems-gcc/7.2.0             6) atdm-ninja_fortran/1.7.2
Build name               = PR-7194-test-Trilinos_pullrequest_python_3-2144
Cur dir                  = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
Parallel level           = 20
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         = 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/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/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_python_3/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-7194-test-Trilinos_pullrequest_python_3-2144&field3=buildstamp&compare3=61&value3=20200417-0720-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-7194-test-Trilinos_pullrequest_python_3-2144&field2=buildstamp&compare2=61&value2=20200417-0720-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-7194-test-Trilinos_pullrequest_python_3-2144&field2=buildstamp&compare2=61&value2=20200417-0720-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ...................... Size of output: 21K
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.
Tests succeeded.
test submit error = 0
File upload submit error = 0
3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
WORKSPACE_TMP = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3@tmp
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #2144
PULLREQUESTNUM = 7194

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
Enabled packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

Set CWD = /scratch/trilinos/jenkins/tr-test-4/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS


CDash Test Results for PR# 7194.


Wiki: How to Reproduce PR Testing Builds and Errors.

@mayrmt mayrmt added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Apr 17, 2020
Copy link
Contributor

@kliegeois kliegeois left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks!

@kliegeois
Copy link
Contributor

It could be great if a MueLu developer can approve this PR too before merging.

@mayrmt mayrmt removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Apr 17, 2020
@mayrmt
Copy link
Member Author

mayrmt commented Apr 17, 2020

I've removed the automerge label to wait for @trilinos/muelu approval before merging.

@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: 6342
  • 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 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 6166
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4594
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 4441
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 630
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3959
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 332
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 2134
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 2145
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Using Repos:

Repo: TRILINOS (mayrmt/Trilinos)
  • Branch: 7164-muelu-interface-node-mapping-user-data
  • SHA: 39e4d95
  • Mode: TEST_REPO

Pull Request Author: mayrmt

@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: 6342
  • 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 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 6166
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 4594
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 4441
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 630
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3959
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_clang_9.0.0

  • Build Num: 332
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 2134
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 2145
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 7194
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH 7164-muelu-interface-node-mapping-user-data
TRILINOS_SOURCE_REPO https://github.com/mayrmt/Trilinos
TRILINOS_SOURCE_SHA 39e4d95
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 550334d


CDash Test Results for PR# 7194.

@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 17, 2020
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@mayrmt mayrmt requested a review from lucbv April 17, 2020 16:05
@trilinos-autotester
Copy link
Contributor

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

3 similar comments
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@mayrmt
Copy link
Member Author

mayrmt commented Apr 21, 2020

This PR mostly affects MueLu's InterfaceAggregationFactory, who's author has approved the changes. Other changes reformat documentation, but don't change functionality. Hence, I merge this now.

@mayrmt mayrmt merged commit 95206b4 into trilinos:develop Apr 21, 2020
@mayrmt mayrmt deleted the 7164-muelu-interface-node-mapping-user-data branch April 21, 2020 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: MueLu type: enhancement Issue is an enhancement, not a bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants