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

KokkosKernels: Fix cuSPARSE version check (#7723) #7724

Merged
merged 2 commits into from
Jul 26, 2020

Conversation

brian-kelley
Copy link
Contributor

Fix the version check used the type-generic cuSPARSE API:
replace CUDA_VERSION >= 10010 with
defined(CUSPARSE_VERSION) && CUSPARSE_VERSION >= 10300

@trilinos/kokkos-kernels

Motivation

Fixes build error, where kokkos-kernels tried to use features of cuSPARSE 10.3 and above when the cuSPARSE version was lower. This fixes the version check to see if those features are available. I think out of commonly used CUDA versions, this issue only affects 10.1.105, as seen by @jewatkins .

Related Issues

Stakeholder Feedback

Testing

This build error can only be triggered by building with CUDA 10.1.105, which isn't used in PR testing or nightly ATDM testing. But, I did a build with this version on RIDE, replicated #7723, and verified that this PR fixes it.

Fix the version check used the type-generic cuSPARSE API:
replace "CUDA_VERSION >= 10010" with
"defined(CUSPARSE_VERSION) && CUSPARSE_VERSION >= 10300"
@brian-kelley brian-kelley added type: bug The primary issue is a bug in Trilinos code or tests impacting: configure or build The issue is primarily related to configuring or building labels Jul 25, 2020
@brian-kelley brian-kelley requested a review from a team as a code owner July 25, 2020 03:30
@brian-kelley brian-kelley self-assigned this Jul 25, 2020
@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: 7379
  • 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
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7189
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5614
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5461
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1650
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4941
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 95
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3001
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3010
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Using Repos:

Repo: TRILINOS (brian-kelley/Trilinos)
  • Branch: FixCusparseVersionCheck
  • SHA: db1f865
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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 = db1f865 Does not match the current commit SHA = 18f8a69. 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: 7379
  • 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
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7189
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5614
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5461
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1650
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4941
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 95
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3001
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3010
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA db1f865
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 7379 (click to expand)

 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
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
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

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


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='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_gcc_4.8.4-7379
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
Testing 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 = 60
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-7724-test-Trilinos_pullrequest_gcc_4.8.4-7379&field3=buildstamp&compare3=61&value3=20200725-0335-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-7724-test-Trilinos_pullrequest_gcc_4.8.4-7379&field2=buildstamp&compare2=61&value2=20200725-0335-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-7724-test-Trilinos_pullrequest_gcc_4.8.4-7379&field2=buildstamp&compare2=61&value2=20200725-0335-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
..... Size of output: 354K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
...................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
...........Finished: ABORTED

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

 16) atdm-ninja_fortran/1.7.2
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
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

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


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='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_intel_17.0.1-7189
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
Testing 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 = 60
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-7724-test-Trilinos_pullrequest_intel_17.0.1-7189&field3=buildstamp&compare3=61&value3=20200725-0335-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-7724-test-Trilinos_pullrequest_intel_17.0.1-7189&field2=buildstamp&compare2=61&value2=20200725-0335-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-7724-test-Trilinos_pullrequest_intel_17.0.1-7189&field2=buildstamp&compare2=61&value2=20200725-0335-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.................................................. Size: 350K
....... Size of output: 356K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 200K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 350K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
..............................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
.... Size: 650K
...............Finished: ABORTED

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

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='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-5614
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
Testing 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 = 60
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-7724-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-5614&field3=buildstamp&compare3=61&value3=20200725-0335-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-7724-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-5614&field2=buildstamp&compare2=61&value2=20200725-0335-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-7724-test-Trilinos_pullrequest_gcc_4.9.3_SERIAL-5614&field2=buildstamp&compare2=61&value2=20200725-0335-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
.... Size of output: 303K
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 of output: 294K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/4.9.3/base/include
MODULE_VERSION_STACK = 3.2.10
JOB_COOWNERS_EMAILS = wcmclen@sandia.gov,trilinos@sandia.gov
SEMS_NETCDF_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/netcdf/4.7.3/gcc/4.9.3/base/lib
GIT_BRANCH = origin/develop
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.10.6/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.10.6/base:sems-netcdf/4.7.3/base: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 = #5614
PULLREQUESTNUM = 7724
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_KokkosKernels = ON

Set CWD = /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

 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
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
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

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


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='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_gcc_7.2.0-5461
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
Testing 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 = 60
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-7724-test-Trilinos_pullrequest_gcc_7.2.0-5461&field3=buildstamp&compare3=61&value3=20200725-0336-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-7724-test-Trilinos_pullrequest_gcc_7.2.0-5461&field2=buildstamp&compare2=61&value2=20200725-0336-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-7724-test-Trilinos_pullrequest_gcc_7.2.0-5461&field2=buildstamp&compare2=61&value2=20200725-0336-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
........................................... Size of output: 342K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.....................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
............................. Size: 400K
.................................................. Size: 450K
..................Finished: ABORTED

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

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
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

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


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='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_gcc_8.3.0-1650
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
Testing 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 = 60
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_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-7724-test-Trilinos_pullrequest_gcc_8.3.0-1650&field3=buildstamp&compare3=61&value3=20200725-0336-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-7724-test-Trilinos_pullrequest_gcc_8.3.0-1650&field2=buildstamp&compare2=61&value2=20200725-0336-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-7724-test-Trilinos_pullrequest_gcc_8.3.0-1650&field2=buildstamp&compare2=61&value2=20200725-0336-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
........................................... Size of output: 342K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
...................................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Finished: ABORTED

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

***

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/Trilinos

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

Wrote file 'changed-files.txt'

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

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

CHANGED_PACKAGES_FULL_LIST='KokkosKernels'

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

CHANGED_PACKAGES_ST_LIST='KokkosKernels'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-7724-test-Trilinos_pullrequest_cuda_9.2-4941
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/pull_request_test
Parallel level = 64
Testing Parallel level = 8
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 = 60
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/Trilinos/cmake/std/PullRequestLinuxCuda9.2TestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.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/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=ride10&field2=buildname&compare2=61&value2=PR-7724-test-Trilinos_pullrequest_cuda_9.2-4941&field3=buildstamp&compare3=61&value3=20200725-0336-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-7724-test-Trilinos_pullrequest_cuda_9.2-4941&field2=buildstamp&compare2=61&value2=20200725-0336-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-7724-test-Trilinos_pullrequest_cuda_9.2-4941&field2=buildstamp&compare2=61&value2=20200725-0336-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
...................................... Size of output: 337K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 200K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 450K
.................................................. Size: 500K
.................................................. Size: 550K
.................................................. Size: 600K
.................................................. Size: 650K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 849K
.................................................. Size: 900K
.................................................. Size: 950K
.................................................. Size: 1000K
.................................................. Size: 1050K
.................................................. Size: 1100K
.................................................. Size: 1149K
.................................................. Size: 1200K
..............................Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Terminated
Finished: ABORTED

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

    ..................................................  Size: 20250K
    ..................................................  Size: 20299K
    ..................................................  Size: 20349K
    ..................................................  Size: 20399K
    ..................................................  Size: 20449K
    ..................................................  Size: 20500K
    ..................................................  Size: 20550K
    ..................................................  Size: 20599K
    ..................................................  Size: 20650K
    ..................................................  Size: 20699K
    ..................................................  Size: 20749K
    ..................................................  Size: 20799K
    ..................................................  Size: 20850K
    ..................................................  Size: 20900K
    ..................................................  Size: 20949K
    ..................................................  Size: 21000K
    ..................................................  Size: 21049K
    ..................................................  Size: 21100K
    ..................................................  Size: 21150K
    ..................................................  Size: 21199K
    ..................................................  Size: 21249K
    ..................................................  Size: 21299K
    ..................................................  Size: 21349K
    ..................................................  Size: 21400K
    ..................................................  Size: 21450K
    ..................................................  Size: 21500K
    ..................................................  Size: 21550K
    ..................................................  Size: 21599K
    ..................................................  Size: 21649K
    ..................................................  Size: 21700K
    ..................................................  Size: 21749K
    ..................................................  Size: 21800K
    ..................................................  Size: 21849K
    ..................................................  Size: 21900K
    ..................................................  Size: 21950K
    ..................................................  Size: 21999K
    ..................................................  Size: 22049K
    ..................................................  Size: 22100K
    ..................................................  Size: 22150K
    ..................................................  Size: 22200K
    ..................................................  Size: 22250K
    ..................................................  Size: 22300K
    ..................................................  Size: 22350K
    ..................................................  Size: 22399K
    ..................................................  Size: 22450K
    ..................................................  Size: 22499K
    ..................................................  Size: 22549K
    ..................................................  Size: 22600K
    ..................................................  Size: 22649K
    ..................................................  Size: 22700K
    ..................................................  Size: 22750K
    ..................................................  Size: 22800K
    ..................................................  Size: 22849K
    ..................................................  Size: 22899K
    ..................................................  Size: 22950K
    ..................................................  Size: 23000K
    ..................................................  Size: 23049K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    ..................................................  Size: 23199K
    ..................................................  Size: 23250K
    ..................................................  Size: 23299K
    ..................................................  Size: 23349K
    ..................................................  Size: 23400K
    ..................................................  Size: 23450K
    ..................................................  Size: 23500K
    ..................................................  Size: 23549K
    ..................................................  Size: 23600K
    ..................................................  Size: 23649K
    ..................................................  Size: 23699K
    ..................................................  Size: 23749K
    ..................................................  Size: 23800K
    ..................................................  Size: 23850K
    ..................................................  Size: 23899K
    ..................................................  Size: 23950K
    ..................................................  Size: 23999K
    ..................................................  Size: 24050K
    ..................................................  Size: 24099K
    ..................................................  Size: 24150K
    ..................................................  Size: 24200K
    ..................................................  Size: 24249K
    ..................................................  Size: 24300K
    ..................................................  Size: 24350K
    ..................................................  Size: 24400K
    ..................................................  Size: 24449K
    ..................................................  Size: 24500K
    ..................................................  Size: 24549K
    ..................................................  Size: 24599K
    ..................................................  Size: 24650K
    ..................................................  Size: 24699K
    ..................................................  Size: 24750K
    ..................................................  Size: 24799K
    ..........Build was aborted
Aborted by James M Willenbring
Archiving artifacts
........................................  Size: 24849K
    ..................................................  Size: 24900K
    ..................................................  Size: 24950K
    ..................................................  Size: 24999K
    .....................................Finished: ABORTED

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

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 = 599d90c6-3b2e-439d-b288-429b4c52d074
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 = ceeadmin@sandia.gov
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 33444 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 = 75a59378b44e455645cd5cc194e1b1918e5608a6
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 = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 3001
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
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/3.10.3:atdm-env:atdm-ninja_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-7724-test-Trilinos_pullrequest_python_2-3001
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
Testing 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         = 1
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-7724-test-Trilinos_pullrequest_python_2-3001&field3=buildstamp&compare3=61&value3=20200725-0337-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-7724-test-Trilinos_pullrequest_python_2-3001&field2=buildstamp&compare2=61&value2=20200725-0337-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-7724-test-Trilinos_pullrequest_python_2-3001&field2=buildstamp&compare2=61&value2=20200725-0337-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
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 = #3001
PULLREQUESTNUM = 7724

==========================================================================================
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 # 3010 (click to expand)

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 = 905111fd-0c6a-46c8-91ad-97b5514adc8f
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 = ceeadmin@sandia.gov
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 33444 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 = 75a59378b44e455645cd5cc194e1b1918e5608a6
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 = prwolfe@sandia.gov
PULLREQUEST_CDASH_TRACK = Pull Request
BUILD_ID = 3010
JOB_COOWNERS_EMAILS = prwolfe@sandia.gov,trilinos@sandia.gov
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/3.10.3:atdm-env:atdm-ninja_fCurrently 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-7724-test-Trilinos_pullrequest_python_3-3010
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
Testing 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         = 1
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-7724-test-Trilinos_pullrequest_python_3-3010&field3=buildstamp&compare3=61&value3=20200725-0337-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-7724-test-Trilinos_pullrequest_python_3-3010&field2=buildstamp&compare2=61&value2=20200725-0337-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-7724-test-Trilinos_pullrequest_python_3-3010&field2=buildstamp&compare2=61&value2=20200725-0337-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
ortran/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 = #3010
PULLREQUESTNUM = 7724

==========================================================================================
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# 7724.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 7380
  • 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
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7190
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5462
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1651
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4942
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3002
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3011
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Using Repos:

Repo: TRILINOS (brian-kelley/Trilinos)
  • Branch: FixCusparseVersionCheck
  • SHA: 18f8a69
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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: 7380
  • 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
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 7190
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 5615
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 5462
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 1651
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 4942
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 96
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 3002
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 3011
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS impacting: build;type: bug
PULLREQUESTNUM 7724
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH FixCusparseVersionCheck
TRILINOS_SOURCE_REPO https://github.com/brian-kelley/Trilinos
TRILINOS_SOURCE_SHA 18f8a69
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 75a5937


CDash Test Results for PR# 7724.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Thanks for the change, again sorry I did not remember exactly the issue related with the Cuda/cusparse version numbers...

@trilinos-autotester
Copy link
Contributor

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

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

@brian-kelley brian-kelley merged commit 757ee82 into trilinos:develop Jul 26, 2020
@brian-kelley brian-kelley deleted the FixCusparseVersionCheck branch July 26, 2020 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacting: configure or build The issue is primarily related to configuring or building type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants