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

TSQR: Automatically detect CUBLAS & CUSOLVER TPLs; improve TPL handle wrappers #6583

Merged
merged 9 commits into from
Jan 16, 2020

Conversation

mhoemmen
Copy link
Contributor

@trilinos/tpetra @trilinos/belos @trilinos/anasazi
@iyamazaki @vqd8a @ndellingwood

Motivation

  1. Automatically detect CUBLAS and CUSOLVER TPLs. Now users don't have to set TPL_ENABLE_CUBLAS=ON etc. explicitly.
  2. Improve cuBLAS and cuSOLVER handle wrappers so that the kokkos-kernels team can adopt the design pattern directly.
  3. Fix issue with noncontiguous R in CuSolverNodeTsqr::extract_R observed by @iyamazaki .

Related Issues

Testing

My CUDA build automatically detects the CUBLAS and CUSOLVER TPLs.

Mark Hoemmen added 6 commits January 14, 2020 13:44
CuBlasHandle is now type safe; it no longer exposes a void*.  Users
are supposed to pass it around by std::shared_ptr, to convey the idea
that cublasHandle_t is a shared handle pointing to a host-only object.
CuSolverHandle is now type safe; it no longer exposes a void*.  Users
are supposed to pass it around by std::shared_ptr, to convey the idea
that cusolverDnHandle_t is a shared handle pointing to a host-only
object.
Make extract_R work if R has noncontiguous storage, i.e., if R's
stride is greater than its number of rows.
Currently, there is no way to express that a TPL depends on another
TPL.  See discussion here:

trilinos#6496 (comment)

This means that we cannot use

TRIBITS_TPL_TENTATIVELY_ENABLE(CUBLAS)

(for example), unless we first protect it with IF(TPL_ENABLE_CUDA).
This commit does so for CUBLAS and CUSOLVER.
@mhoemmen mhoemmen self-assigned this Jan 14, 2020
@mhoemmen mhoemmen added pkg: Tpetra system: gpu AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed labels Jan 14, 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: 5387
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5212
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3489
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3037
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1335
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1334
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: TSQR-Jan2020
  • SHA: 7996692
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

Might want to loose the IF(DEFINED TPL_ENABLE_CUDA) since I think it is unnecessary.

packages/tpetra/tsqr/cmake/Dependencies.cmake Outdated Show resolved Hide resolved
@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 = 7996692 Does not match the current commit SHA = e4e3084. 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: 5387
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5212
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3641
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3489
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3037
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1335
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1334
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA 7996692
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 5387 (click to expand)

    ..................................................  Size: 4249K
    ..................................................  Size: 4300K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4450K
    ..................................................  Size: 4499K
    ..................................................  Size: 4549K
    ..................................................  Size: 4600K
    ..................................................  Size: 4650K
    ..................................................  Size: 4699K
    ..................................................  Size: 4750K
    ..................................................  Size: 4799K
    ..................................................  Size: 4850K
    ..................................................  Size: 4899K
    ..................................................  Size: 4949K
    ..................................................  Size: 4999K
    ..................................................  Size: 5050K
    ..................................................  Size: 5100K
    ..................................................  Size: 5150K
    ..................................................  Size: 5200K
    ..................................................  Size: 5250K
    ..................................................  Size: 5300K
    ..................................................  Size: 5349K
    ..................................................  Size: 5399K
    ..................................................  Size: 5449K
    ..................................................  Size: 5499K
    ..................................................  Size: 5549K
    ..................................................  Size: 5600K
    ..................................................  Size: 5649K
    ..................................................  Size: 5699K
    ..................................................  Size: 5749K
    ..................................................  Size: 5799K
    ..................................................  Size: 5849K
    ..................................................  Size: 5899K
    ..................................................  Size: 5950K
    ..................................................  Size: 6000K
    ..................................................  Size: 6050K
    ..................................................  Size: 6100K
    ..................................................  Size: 6150K
    ..................................................  Size: 6200K
    ..................................................  Size: 6250K
    ..................................................  Size: 6300K
    ..................................................  Size: 6350K
    ..................................................  Size: 6400K
    ..................................................  Size: 6450K
    ..................................................  Size: 6500K
    ..................................................  Size: 6550K
    ..................................................  Size: 6600K
    ..................................................  Size: 6650K
    ..................................................  Size: 6700K
    ..................................................  Size: 6750K
    ..................................................  Size: 6799K
    ..................................................  Size: 6850K
    ..................................................  Size: 6900K
    ..................................................  Size: 6949K
    ..................................................  Size: 7000K
    ..................................................  Size: 7050K
    ..................................................  Size: 7100K
    ..................................................  Size: 7150K
    ..................................................  Size: 7200K
    ..................................................  Size: 7250K
    ..................................................  Size: 7300K
    ..................................................  Size: 7350K
    ..................................................  Size: 7400K
    ..................................................  Size: 7450K
    ..................................................  Size: 7500K
    ..................................................  Size: 7550K
    ..................................................  Size: 7600K
    ..................................................  Size: 7650K
    ..................................................  Size: 7700K
    ..................................................  Size: 7750K
    ..................................................  Size: 7800K
    ..................................................  Size: 7850K
    ..................................................  Size: 7899K
    ..................................................  Size: 7949K
    ................................... Size of output: 7984K
Build succeeded.
build submit error = 0
Starting testing step.
Build was aborted
Aborted by James M Willenbring
Archiving artifacts
910a9cd8de38c
BUILD_DISPLAY_NAME = #5387
PULLREQUESTNUM = 6583
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel7-x86_64/sems/tpl/superlu/4.3/gcc/4.8.4/base/include

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

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype
Traceback (most recent call last):
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 570, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 564, in run
./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 57: 12165 Terminated ${SCRIPTPATH}/PullRequestLinuxDriverTest.py ${TRILINOS_SOURCE_REPO:?} ${TRILINOS_SOURCE_BRANCH:?} ${TRILINOS_TARGET_REPO:?} ${TRILINOS_TARGET_BRANCH:?} ${JOB_BASE_NAME:?} ${PULLREQUESTNUM:?} ${BUILD_NUMBER:?} ${WORKSPACE:?}
Finished: ABORTED

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

CHANGED_PACKAGES_PT_LIST='TpetraTSQR'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'
Build name = PR-6583-test-Trilinos_pullrequest_intel_17.0.1-5212
Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntelTestingSettings.cmake"
-C "/scratch/trilinos/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/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-6583-test-Trilinos_pullrequest_intel_17.0.1-5212&field3=buildstamp&compare3=61&value3=20200114-2122-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-6583-test-Trilinos_pullrequest_intel_17.0.1-5212&field2=buildstamp&compare2=61&value2=20200114-2122-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-6583-test-Trilinos_pullrequest_intel_17.0.1-5212&field2=buildstamp&compare2=61&value2=20200114-2122-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.............................................. Size of output: 295K
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: 449K
.................................................. Size: 499K
.................................................. Size: 550K
.................................................. Size: 600K
.................................................. Size: 650K
.................................................. Size: 700K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 850K
.................................................. Size: 899K
.................................................. Size: 949K
.................................................. Size: 1000K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
. Size of output: 1151K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
github.com/trilinos/Trilinos
SEMS_INTEL_LOCAL_PYTHON_VERSION = 2.6.6
SEMS_BOOST_LIBRARY_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/boost/1.63.0/intel/17.0.1/base/lib
SEMS_GCC_LOCAL_COMPILER_VERSION = 4.4.7
SNLSYSTEM = cee
MPIF77 = mpif77
SEMS_HDF5_ROOT = /projects/sems/install/rhel6-x86_64/sems/tpl/hdf5/1.8.12/intel/17.0.1/mpich/3.2/parallel
SEMS_SCOTCH_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/scotch/6.0.3/intel/17.0.1/mpich/3.2/nopthread_64bit_parallel/include
LOADEDMODULES = sems-env:sems-git/2.10.1:sems-python/2.7.9:sems-gcc/4.9.3:sems-intel/17.0.1:sems-mpich/3.2: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.0.3/nopthread_64bit_parallel:sems-superlu/4.3/base:sems-cmake/3.10.3:atdm-env:atdm-ninja_fortran/1.7.2
SEMS_COMPILER_VERSION = 17.0.1
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = icpc
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5212
PULLREQUESTNUM = 6583
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/intel/17.0.1/base/include

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

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

    ..................................................  Size: 2700K
    ..................................................  Size: 2750K
    ..................................................  Size: 2800K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3100K
    ..................................................  Size: 3149K
    ..................................................  Size: 3199K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3500K
    ..................................................  Size: 3550K
    ..................................................  Size: 3599K
    ..................................................  Size: 3650K
    ..................................................  Size: 3699K
    ..................................................  Size: 3749K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3900K
    ..................................................  Size: 3949K
    ..................................................  Size: 3999K
    ..................................................  Size: 4049K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4300K
    ..................................................  Size: 4350K
    ..................................................  Size: 4399K
    ..................................................  Size: 4449K
    ..................................................  Size: 4499K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4700K
    ..................................................  Size: 4750K
    ..................................................  Size: 4800K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4949K
    ..................................................  Size: 4999K
    ..................................................  Size: 5049K
    ..................................................  Size: 5099K
    ..................................................  Size: 5149K
    ..................................................  Size: 5199K
    ..................................................  Size: 5249K
    ..................................................  Size: 5299K
    ..................................................  Size: 5349K
    ..................................................  Size: 5399K
    ..................................................  Size: 5449K
    ..................................................  Size: 5499K
    ..................................................  Size: 5549K
    ..................................................  Size: 5599K
    ..................................................  Size: 5649K
    ..................................................  Size: 5699K
    ..................................................  Size: 5750K
    ..................................................  Size: 5800K
    ..................................................  Size: 5850K
    ..................................................  Size: 5899K
    ..................................................  Size: 5949K
    ..................................................  Size: 5999K
    ............. Size of output: 6013K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
/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
SEMS_COMPILER_VERSION = 4.9.3
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3641
PULLREQUESTNUM = 6583
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_TpetraTSQR = ON

Set CWD = /scratch/trilinos/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 # 3489 (click to expand)

***

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

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/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='TpetraTSQR'

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

CHANGED_PACKAGES_PT_LIST='TpetraTSQR'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'
Build name = PR-6583-test-Trilinos_pullrequest_gcc_7.2.0-3489
Cur dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
Binary dir = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
-C "/scratch/trilinos/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/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-6583-test-Trilinos_pullrequest_gcc_7.2.0-3489&field3=buildstamp&compare3=61&value3=20200114-2122-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-6583-test-Trilinos_pullrequest_gcc_7.2.0-3489&field2=buildstamp&compare2=61&value2=20200114-2122-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-6583-test-Trilinos_pullrequest_gcc_7.2.0-3489&field2=buildstamp&compare2=61&value2=20200114-2122-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: 300K
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 of output: 402K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
= g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3489
PULLREQUESTNUM = 6583
SEMS_SUPERLU_INCLUDE_PATH = /projects/sems/install/rhel6-x86_64/sems/tpl/superlu/4.3/gcc/7.2.0/base/include

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

Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS

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

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

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

CHANGED_PACKAGES_PT_LIST='TpetraTSQR'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'
Build name = PR-6583-test-Trilinos_pullrequest_cuda_9.2-3037
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
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/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=ride11&field2=buildname&compare2=61&value2=PR-6583-test-Trilinos_pullrequest_cuda_9.2-3037&field3=buildstamp&compare3=61&value3=20200114-2123-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-6583-test-Trilinos_pullrequest_cuda_9.2-3037&field2=buildstamp&compare2=61&value2=20200114-2123-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-6583-test-Trilinos_pullrequest_cuda_9.2-3037&field2=buildstamp&compare2=61&value2=20200114-2123-Pull Request
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
................................ Size of output: 281K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 100K
.................................................. Size: 149K
.................................................. Size: 199K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 500K
.................................................. Size: 549K
.................................................. Size: 600K
.................................................. Size: 650K
.................................................. Size: 700K
.................................................. Size: 749K
.................................................. Size: 800K
.................................................. Size: 850K
.................................................. Size: 899K
.................................................. Size: 950K
.................................................. Size: 999K
.................................................. Size: 1050K
.................................................. Size: 1100K
.................................................. Size: 1150K
.................................................. Size: 1200K
.................................................. Size: 1250K
.................................................. Size: 1299K
.................................................. Size: 1349K
.................................................. Size: 1400K
.................................................. Size: 1450K
.................................................. Size: 1500K
.................................................. Size: 1549K
.................................................. Size: 1599K
.................................................. Size: 1649K
.................................................. Size: 1699K
...............Build was aborted
Aborted by James M Willenbring
Archiving artifacts
Terminated
Finished: ABORTED

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

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
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 = 379320bf-830d-4478-8c73-5bb4f031b0fe
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
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 57026 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 = 2f08cdf0a35410308129d9b2266e9fab1f8aa5f9
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 = 1335
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_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratCurrently 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-6583-test-Trilinos_pullrequest_python_2-1335
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
Binary dir               = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/PullRequestLinuxPython2.cmake"
  -C "/scratch/trilinos/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/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-6583-test-Trilinos_pullrequest_python_2-1335&field3=buildstamp&compare3=61&value3=20200114-2122-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-6583-test-Trilinos_pullrequest_python_2-1335&field2=buildstamp&compare2=61&value2=20200114-2122-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-6583-test-Trilinos_pullrequest_python_2-1335&field2=buildstamp&compare2=61&value2=20200114-2122-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
ch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1335
PULLREQUESTNUM = 6583

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

Set CWD = /scratch/trilinos/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 # 1334 (click to expand)

LANG = en_US.UTF-8
QTLIB = /usr/lib64/qt-3.3/lib
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 = 2a28e202-07ff-4fca-b9a7-fcc8b7164eaf
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
SEMS_NINJA_FORTRAN_VERSION = 1.7.2
SSH_CLIENT = 205.137.81.17 57026 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 = 2f08cdf0a35410308129d9b2266e9fab1f8aa5f9
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 = 1334
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_fortran/1.7.2
SEMS_COMPILER_VERSION = 7.2.0
SEMS_CMAKE_VERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratchCurrently 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-6583-test-Trilinos_pullrequest_python_3-1334
Cur dir                  = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
Source dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
Binary dir               = /scratch/trilinos/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/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake"
  -C "/scratch/trilinos/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/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-6583-test-Trilinos_pullrequest_python_3-1334&field3=buildstamp&compare3=61&value3=20200114-2123-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-6583-test-Trilinos_pullrequest_python_3-1334&field2=buildstamp&compare2=61&value2=20200114-2123-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-6583-test-Trilinos_pullrequest_python_3-1334&field2=buildstamp&compare2=61&value2=20200114-2123-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
/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #1334
PULLREQUESTNUM = 6583

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

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


CDash Test Results for PR# 6583.


Wiki: How to Reproduce PR Testing Builds and Errors.

@mhoemmen mhoemmen added the AT: RETEST Causes the PR autotester to run a new round of PR tests on the next iteration label Jan 14, 2020
@mhoemmen
Copy link
Contributor Author

@trilinos/framework All the jobs errored out. The CUDA 9.2 build said this at the end of its configuration step:

-- Configuring done
CMake Warning:
  Value of Trilinos_ENABLE_TESTS contained a newline; truncating


CMake Warning:
  Value of Trilinos_PARALLEL_LINK_JOBS_LIMIT contained a newline; truncating


-- Generating done
CMake Warning:
  Value of Trilinos_ENABLE_TESTS contained a newline; truncating


CMake Warning:
  Value of Trilinos_PARALLEL_LINK_JOBS_LIMIT contained a newline; truncating


-- Build files have been written to: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/pull_request_test

@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: 5389
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5214
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3643
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3491
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3039
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1336
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA e4e3084
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: TSQR-Jan2020
  • SHA: e4e3084
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@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 = e4e3084 Does not match the current commit SHA = f580427. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

@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 Jan 15, 2020
@trilinos trilinos deleted a comment from trilinos-autotester Jan 15, 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: 5390
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5215
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3644
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3492
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3040
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1338
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1337
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: TSQR-Jan2020
  • SHA: f580427
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@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: 5390
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5215
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3644
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3492
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3040
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1338
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1337
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f580427
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4


CDash Test Results for PR# 6583.

@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
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@trilinos-autotester
Copy link
Contributor

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

Thanks to Micah Howard for reporting!
@mhoemmen
Copy link
Contributor Author

@trilinos/tpetra Could someone please approve this? It fixes a build warning that is hindering SPARC's warnings-as-errors build.

@bartlettroscoe
Copy link
Member

@mhoemmen, I would approve this but I think an official Tpetra developer should review and approve if possible. If none is able to do so, then I can approve. Just let me know.

@mhoemmen
Copy link
Contributor Author

@bartlettroscoe wrote:

I would approve this but I think an official Tpetra developer should review and approve if possible. If none is able to do so, then I can approve. Just let me know.

Could you please approve? None of the other Tpetra developers know much about this code. Thanks! :-D

@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: 5399
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5224
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3653
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3501
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3049
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1345
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1344
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Using Repos:

Repo: TRILINOS (mhoemmen/Trilinos)
  • Branch: TSQR-Jan2020
  • SHA: f01fcb3
  • Mode: TEST_REPO

Pull Request Author: mhoemmen

@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: 5399
  • 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 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 5224
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3653
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3501
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 3049
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 1345
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 1344
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 6583
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH TSQR-Jan2020
TRILINOS_SOURCE_REPO https://github.com/mhoemmen/Trilinos
TRILINOS_SOURCE_SHA f01fcb3
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 8a7a6c4


CDash Test Results for PR# 6583.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester merged commit 12e7efa into trilinos:develop Jan 16, 2020
@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Jan 16, 2020
@mhoemmen mhoemmen deleted the TSQR-Jan2020 branch January 16, 2020 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants