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

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20191128_000626 branch to master #6375

Merged
merged 63 commits into from
Nov 28, 2019

Conversation

trilinos-autotester
Copy link
Contributor

Auto PR created to promote from master_merge_20191128_000626 branch to master

cgcgcg and others added 30 commits November 8, 2019 13:07
While I'm at it, fix other weird formatting.
Instead of using Teuchos::LAPACK directly, TSQR now uses it through a
lowest-level interface TSQR::Impl::Lapack.  This is a subclass of a
new interface TSQR::Impl::RawQR.  The point of this interface is to
encapsulate any third-party local QR implementations that run on host,
with either host or device data represented as raw pointers.  We have
cuSOLVER specifically in mind, but it might also help build times to
hide large header files like Teuchos_LAPACK.hpp.
The goal is to decouple TSQR from Teuchos::BLAS.  There's nothing
wrong with Teuchos::BLAS, but we want options to call other TPLs
besides the system BLAS.
This should help with porting to use Kokkos::View (and mdspan and
mdarray in the future).
The goal is to replace MatView etc. with Kokkos::View.
Replace the nrows and ncols methods in Matrix, MatView, and
ConstMatView with extent (as in Kokkos::View and mdspan).  The goal is
to replace these classes (or at least the nonowning MatView and
ConstMatView) with Kokkos::View.
…ne-to-one

* 'develop' of https://github.com/trilinos/Trilinos: (38 commits)
  MueLu RefMaxwell: Fix bug in ParameterList interface
  tpetra:  converted constant to scalar_type; needed to enable compilation when scalar_type = std::complex<float>  (as noted in #6314)
  tpetra:  loosened tolerance that was too tight when scalar=float
  MueLu PerfUtils: Show ranks with min/max
  MueLu RefMaxwell: More fine grained control over sub-solve placement
  MueLu: fixing the count of aggregated nodes in refactored Phase2a of aggregation, see #6325
  Teuchos StackedTimer: add unit test for 'proc_minmax'
  Teuchos StackedTimer: Print min time over all ranks that are active only
  Teuchos StackedTimer: add option to print rank with min/max time
  SEACAS: Bug fix since snapshot
  Reduce to ctest -j4 in all documentation (#6052)
  MueLu RefMaxwell: Print more matrix stats
  MueLu: gold file rebase and change of logic for issue #6269
  MueLu: refactor of Dirichlet conditions handling and changes in UncoupledAggregation see issue #6269
  Intrepid2: tweaks to OrientationTools::modifyBasisByOrientation() to allow reference-space inputs.
  Tempus: Add Cleanup of Error Tolerances.
  SEACAS: kluge to get new lib::fmt maybe working with nvcc
  Intrepid2: fixing issues with hierarchical parallelism policies, revealed when Trilinos is built with KOKKOS_ENABLE_DEPRECATED_CODE=OFF. (#6310)
  SEACAS: Another try at fixing nvcc build
  MueLu: fix type handling in regionMG unit test
  ...
The goal is to replace MatView and ConstMatView with Kokkos::View.
Towards that end, I've started making MatView and ConstMatView have
the same interface.  I still need to replace member functions like
fill with nonmember functions.
A debug build of trilinos reveals that a potentially wrong map is used
when importing into a composite vector inside function: regionalToComposite().
This is fixed by using the maps stored in the import object instead of input
arguments to regionalToComposite().
Further interface simplifications could be done in regionalToComposite() and
compositeToRegional().
The goal is eventual replacement of (at least) MatView and
ConstMatView with Kokkos::View.  I also added a constexpr stride
method in imitation of Kokkos::View.
1. Replace ConstMatView<LO, SC> with MatView<LO, const SC>.
2. Replace scalar_type typedef in MatView and Matrix with
   non_const_value_type and const_value_type, as in Kokkos::View.

The goal is to replace MatView with Kokkos::View.
Add new partition_2x1 function to help with a particular use case.
We now test both the contiguous cache blocks and noncontiguous cache
blocks cases.
csiefer2 and others added 14 commits November 27, 2019 09:25


    Reimplementation of GetDiagonal and GetDiagonalInverse that uses proper
    Kokkos parallel execution policies and that does not rely on UVM.
    Fixing some types in MueLu::Utilities_kokkos for complex types
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Tpetra TAFC: Do not set importer when not needed
PR Author: cgcgcg
…failure

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: fixing regionalToComposite() for region vectors
PR Author: lucbv
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: Refactoring Utilities_kokkos to avoid use of UVM, see issue #6161
PR Author: lucbv
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: ML: More experimental coarsening stuff
PR Author: csiefer2
Using 1.0 in TEUCHOS_FLOATING_EQUALITY fails in a std::complex<> build because of template type deduction.
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: ML: A kinder, gentler version of the Amesos MPI_Comm_split fix DO NOT MERGE
PR Author: csiefer2
…_fix

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: region vector test fix
PR Author: lucbv
@trilinos-autotester trilinos-autotester requested a review from a team as a code owner November 28, 2019 07:06
@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 5046
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4873
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3302
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3147
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2703
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20191128_000626
  • SHA: f3acaf1
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 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: 5046
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4873
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3302
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3147
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2703
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 5046 (click to expand)

    ..................................................  Size: 20749K
    ..................................................  Size: 20799K
    ..................................................  Size: 20849K
    ..................................................  Size: 20899K
    ..................................................  Size: 20949K
    ..................................................  Size: 20999K
    ..................................................  Size: 21049K
    ..................................................  Size: 21099K
    ..................................................  Size: 21149K
    ..................................................  Size: 21199K
    ..................................................  Size: 21249K
    ..................................................  Size: 21299K
    ..................................................  Size: 21349K
    ..................................................  Size: 21399K
    ..................................................  Size: 21449K
    ..................................................  Size: 21499K
    ..................................................  Size: 21549K
    ..................................................  Size: 21599K
    ..................................................  Size: 21649K
    ..................................................  Size: 21699K
    ..................................................  Size: 21750K
    ..................................................  Size: 21799K
    ..................................................  Size: 21849K
    ..................................................  Size: 21899K
    ..................................................  Size: 21949K
    ..................................................  Size: 21999K
    ..................................................  Size: 22050K
    ..................................................  Size: 22099K
    ..................................................  Size: 22150K
    ..................................................  Size: 22200K
    ..................................................  Size: 22249K
    ..................................................  Size: 22299K
    ..................................................  Size: 22349K
    ..................................................  Size: 22399K
    ..................................................  Size: 22450K
    ..................................................  Size: 22500K
    ..................................................  Size: 22550K
    ..................................................  Size: 22600K
    ..................................................  Size: 22650K
    ..................................................  Size: 22700K
    ..................................................  Size: 22749K
    ..................................................  Size: 22800K
    ..................................................  Size: 22850K
    ..................................................  Size: 22900K
    ..................................................  Size: 22950K
    ..................................................  Size: 23000K
    ..................................................  Size: 23050K
    ..................................................  Size: 23100K
    ..................................................  Size: 23150K
    ..................................................  Size: 23200K
    ..................................................  Size: 23250K
    ..................................................  Size: 23300K
    ..................................................  Size: 23349K
    ..................................................  Size: 23400K
    ..................................................  Size: 23450K
    ..................................................  Size: 23500K
    ..................................................  Size: 23550K
    ..................................................  Size: 23600K
    ..................................................  Size: 23650K
    ..................................................  Size: 23700K
    ..................................................  Size: 23749K
    ...................................... Size of output: 23787K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
nos_pullrequest_gcc_4.8.4
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #5046
PULLREQUESTNUM = 6375
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=Clean
Enabled packages:
-- Setting Trilinos_ENABLE_ML = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_TpetraTSQR = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = 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 524, in
returnValue = run()
File "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriverTest.py", line 518, in run
'package_subproject_list.cmake'])
File "/projects/sems/install/rhel7-x86_64/sems/compiler/python/2.7.9/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ctest', '-S', 'simple_testing.cmake', '-Dbuild_name=PR-6375-test-Trilinos_pullrequest_gcc_4.8.4-5046', '-Dskip_by_parts_submit=OFF', '-Dskip_update_step=ON', '-Ddashboard_model=Experimental', '-Ddashboard_track=Clean', '-DPARALLEL_LEVEL=20', '-Dbuild_dir=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/pull_request_test', '-Dconfigure_script=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake', '-Dpackage_enables=../packageEnables.cmake', '-Dsubprojects_file=../TFW_single_configure_support_scripts/package_subproject_list.cmake']' returned non-zero exit status 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

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

    ..................................................  Size: 16849K
    ..................................................  Size: 16899K
    ..................................................  Size: 16950K
    ..................................................  Size: 17000K
    ..................................................  Size: 17050K
    ..................................................  Size: 17100K
    ..................................................  Size: 17150K
    ..................................................  Size: 17200K
    ..................................................  Size: 17250K
    ..................................................  Size: 17299K
    ..................................................  Size: 17349K
    ..................................................  Size: 17399K
    ..................................................  Size: 17449K
    ..................................................  Size: 17500K
    ..................................................  Size: 17549K
    ..................................................  Size: 17599K
    ..................................................  Size: 17649K
    ..................................................  Size: 17699K
    ..................................................  Size: 17749K
    ..................................................  Size: 17799K
    ..................................................  Size: 17849K
    ..................................................  Size: 17899K
    ..................................................  Size: 17950K
    ..................................................  Size: 17999K
    ..................................................  Size: 18050K
    ..................................................  Size: 18100K
    ..................................................  Size: 18149K
    ..................................................  Size: 18199K
    ..................................................  Size: 18249K
    ..................................................  Size: 18299K
    ..................................................  Size: 18349K
    ..................................................  Size: 18399K
    ..................................................  Size: 18449K
    ..................................................  Size: 18499K
    ..................................................  Size: 18549K
    ..................................................  Size: 18600K
    ..................................................  Size: 18650K
    ..................................................  Size: 18700K
    ..................................................  Size: 18750K
    ..................................................  Size: 18799K
    ..................................................  Size: 18849K
    ..................................................  Size: 18899K
    ..................................................  Size: 18949K
    ..................................................  Size: 18999K
    ..................................................  Size: 19050K
    ..................................................  Size: 19100K
    ..................................................  Size: 19150K
    ..................................................  Size: 19200K
    ..................................................  Size: 19250K
    ..................................................  Size: 19300K
    ..................................................  Size: 19349K
    ..................................................  Size: 19399K
    ..................................................  Size: 19449K
    ..................................................  Size: 19499K
    ..................................................  Size: 19550K
    ..................................................  Size: 19600K
    ..................................................  Size: 19649K
    ..................................................  Size: 19699K
    ..................................................  Size: 19749K
    ........................... Size of output: 19776K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
17.0.1/mpich/3.2/exo_parallel/lib
GIT_URL = https://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 = #4873
PULLREQUESTNUM = 6375
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=Clean
Enabled packages:
-- Setting Trilinos_ENABLE_ML = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_TpetraTSQR = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = 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 # 3302 (click to expand)

    ..................................................  Size: 4299K
    ..................................................  Size: 4350K
    ..................................................  Size: 4400K
    ..................................................  Size: 4450K
    ..................................................  Size: 4500K
    ..................................................  Size: 4549K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    ..................................................  Size: 4699K
    ..................................................  Size: 4749K
    ..................................................  Size: 4800K
    ..................................................  Size: 4849K
    ..................................................  Size: 4899K
    ..................................................  Size: 4949K
    ..................................................  Size: 4999K
    ..................................................  Size: 5049K
    ..................................................  Size: 5099K
    ..................................................  Size: 5149K
    ..................................................  Size: 5199K
    ..................................................  Size: 5250K
    ..................................................  Size: 5300K
    ..................................................  Size: 5349K
    ..................................................  Size: 5399K
    ..................................................  Size: 5450K
    ..................................................  Size: 5500K
    ..................................................  Size: 5550K
    ..................................................  Size: 5600K
    ..................................................  Size: 5650K
    ..................................................  Size: 5700K
    ..................................................  Size: 5749K
    ..................................................  Size: 5800K
    ..................................................  Size: 5849K
    ..................................................  Size: 5900K
    ..................................................  Size: 5950K
    ..................................................  Size: 5999K
    ..................................................  Size: 6050K
    ..................................................  Size: 6099K
    ..................................................  Size: 6150K
    ..................................................  Size: 6199K
    ..................................................  Size: 6249K
    ..................................................  Size: 6300K
    ..................................................  Size: 6350K
    ..................................................  Size: 6400K
    ..................................................  Size: 6450K
    ..................................................  Size: 6499K
    ..................................................  Size: 6549K
    ..................................................  Size: 6600K
    ..................................................  Size: 6650K
    ..................................................  Size: 6699K
    ..................................................  Size: 6749K
    ..................................................  Size: 6799K
    ..................................................  Size: 6850K
    ..................................................  Size: 6900K
    ..................................................  Size: 6950K
    ..................................................  Size: 7000K
    ..................................................  Size: 7050K
    ..................................................  Size: 7099K
    ..................................................  Size: 7149K
    ..................................................  Size: 7199K
    ..................................................  Size: 7249K
    ..................................................  Size: 7299K
    ..................................................  Size: 7349K
    ..................................................  Size: 7400K
    ..................................................  Size: 7450K
    ..................................................  Size: 7499K
    ..................................................  Size: 7550K
    ..................................................  Size: 7599K
    ..................................................  Size: 7649K
    ..................................................  Size: 7700K
    ..................................................  Size: 7749K
    ..................................................  Size: 7799K
    ..................................................  Size: 7849K
    ..................................................  Size: 7900K
    ..................................................  Size: 7950K
    ..................................................  Size: 8000K
    ..................................................  Size: 8050K
    ..................................................  Size: 8099K
    ..................................................  Size: 8149K
    ..................................................  Size: 8199K
    ..................................................  Size: 8249K
    ..................................................  Size: 8299K
    ..................................................  Size: 8350K
    ..................................................  Size: 8399K
    ..................................................  Size: 8449K
    ............................................ Size of output: 8493K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
s_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_TpetraTSQR = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = 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 # 3147 (click to expand)

Wrote file 'packageEnables.cmake'
Build name = PR-6375-test-Trilinos_pullrequest_gcc_7.2.0-3147
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 = Clean
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-6375-test-Trilinos_pullrequest_gcc_7.2.0-3147&field3=buildstamp&compare3=61&value3=20191128-0710-Clean
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-6375-test-Trilinos_pullrequest_gcc_7.2.0-3147&field2=buildstamp&compare2=61&value2=20191128-0710-Clean
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-6375-test-Trilinos_pullrequest_gcc_7.2.0-3147&field2=buildstamp&compare2=61&value2=20191128-0710-Clean
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
.................................................. Size: 100K
.................................................. Size: 150K
.................................................. Size: 200K
.................................................. Size: 250K
.................................................. Size: 300K
....................... Size of output: 322K
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: 450K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................................................. Size: 699K
.................................................. Size: 749K
.................................................. Size: 799K
.................................................. Size: 849K
.................................................. Size: 899K
.................................................. Size: 949K
.................................................. Size: 999K
.................................................. Size: 1049K
.................................................. Size: 1099K
.................................................. Size: 1149K
.................................................. Size: 1199K
.................................................. Size: 1249K
.................................................. Size: 1299K
.................................................. Size: 1349K
.................................................. Size: 1399K
.................................................. Size: 1449K
.................................................. Size: 1499K
.............. Size of output: 1514K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
ERSION = 3.10.3
HISTCONTROL = ignoredups
SERIAL_CXX = g++
PWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #3147
PULLREQUESTNUM = 6375
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=Clean
Enabled packages:
-- Setting Trilinos_ENABLE_ML = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_TpetraTSQR = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = 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 # 2703 (click to expand)

    ..................................................  Size: 23050K
    ..................................................  Size: 23099K
    ..................................................  Size: 23150K
    ..................................................  Size: 23199K
    ..................................................  Size: 23250K
    ..................................................  Size: 23300K
    ..................................................  Size: 23350K
    ..................................................  Size: 23400K
    ..................................................  Size: 23450K
    ..................................................  Size: 23499K
    ..................................................  Size: 23549K
    . Size of output: 23550K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
 = /home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0
NODE_OWNER_EMAIL = [email protected]
LSB_EXIT_PRE_ABORT = 99
TRILINOS_SOURCE_REPO = https://github.com/trilinos/Trilinos
PARMETIS_HOME = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
FC_VERSION = 7.2.0
LSB_JOBFILENAME = /ascldap/users/trilinos/.lsbatch/1574925186.861551
BLAS_ROOT = /home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0
FC_VENDOR = gcc
LSB_AFFINITY_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1574925186.861551.hostAffinityFile
PARMETIS_ROOT = /home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
LSF_ENVDIR = /opt/lsf/conf
MPI_VENDOR = openmpi
PYTHON = /home/projects/ppc64le/python/2.7.12/bin/python
CXX_VENDOR = gcc
HDF5_ROOT = /home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
HOSTTYPE = LINUXPPC64LE
SSH_CLIENT = 205.137.81.17 59152 22
JENKINS_URL = https://ascic-jenkins.sandia.gov/
LOGNAME = trilinos
LSF_LIM_API_NTRIES = 1
PATH = /ascldap/users/rabartl/install/white-ride/cmake-3.11.2/bin:/ascldap/users/rabartl/install/white-ride/ninja-1.8.2/bin:/home/projects/ppc64le/valgrind/3.12.0/bin:/home/projects/ppc64le/cmake/3.9.6/bin:/home/projects/ppc64le-pwr8-nvidia/parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8/metis/5.0.1/gcc/7.2.0/bin:/home/projects/ppc64le-pwr8-nvidia/netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin:/home/projects/ppc64le/java/ibm/sdk/8.0.0/bin:/home/projects/ppc64le/papi/5.5.1/bin:/home/projects/ppc64le/gcc/7.2.0/bin:/home/projects/ppc64le/binutils/2.30.0/bin:/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88/bin:/home/projects/ppc64le/python/2.7.12/bin:/home/projects/ppc64le/git/2.10.1/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/bin:/opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/etc:/usr/local/bin:/usr/bin:/opt/ibutils/bin:/usr/local/sbin:/usr/sbin:/ascldap/users/trilinos/.local/bin:/ascldap/users/trilinos/bin
LSB_QUEUE = rhel7F
LSF_JOB_TIMESTAMP_VALUE = 1574925186
LSB_EXEC_HOSTTYPE = LINUXPPC64LE
GIT_PREVIOUS_SUCCESSFUL_COMMIT = 83148827c02272d4216e0de9bc2da2e802e1a8e0
LSB_DJOB_HOSTFILE = /ascldap/users/trilinos/.lsbatch/1574925186.861551.hostfile
no_proxy = localhost,localnets,127.0.0.1,169.254.0.0/16,forge.sandia.gov
LSF_LIBDIR = /opt/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
CGNS_VERSION = 20180521
LSB_SUB_USER = trilinos
NODE_LABELS = ride-trilinos trilinos-ride
GIT_BRANCH_2 = origin/pull_request_changes
JOB_OWNER_EMAIL = [email protected]
PULLREQUEST_CDASH_TRACK = Clean
BUILD_ID = 2703
SBD_KRB5CCNAME_VAL = 
LSB_RES_GET_FANOUT_INFO = Y
RUN_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/2703/display/redirect
JOB_COOWNERS_EMAILS = [email protected],[email protected]
LSB_BATCH_JID = 861551
MPI_HOME = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
SUPERLU_HOME = /home/projects/ppc64le-pwr8/superlu/4.3.0/gcc/7.2.0
F77_VENDOR = gcc
KRB5CCNAME = FILE:/tmp/krb5cc_91724_ZeiETkrMzS
BINUTILS_VERSION = 2.30.0
GIT_BRANCH = origin/master
CMAKE_ROOT = /home/projects/ppc64le/cmake/3.9.6
BOOST_ROOT = /home/projects/ppc64le-pwr8/boost/1.65.1/gcc/7.2.0
VALGRIND_ROOT = /home/projects/ppc64le/valgrind/3.12.0
MPIF77 = /home/projects/ppc64le-pwr8-nvidia/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88/bin/mpif77
PARMETIS_VERSION = 4.0.3
LSB_JOBNAME = trilinos-folder/Trilinos_pullrequest_cuda_9.2
LOADEDMODULES = git/2.10.1:python/2.7.12:cuda/9.2.88:binutils/2.30.0:gcc/7.2.0:papi/5.5.1:java/ibm/sdk/8.0.0:openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:pnetcdf-exo/1.9.0/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:zlib/1.2.8:hdf5/1.8.20/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netcdf/4.6.1/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cgns/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:netlib/3.8.0/gcc/7.2.0:superlu/4.3.0/gcc/7.2.0:boost/1.65.1/gcc/7.2.0:metis/5.0.1/gcc/7.2.0:parmetis/4.0.3/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88:cmake/3.9.6:valgrind/3.12.0:devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
GIT_BRANCH_1 = origin/master
CUDA_MANAGED_FORCE_DEVICE_ALLOC = 1
HISTCONTROL = ignoredups
PWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
LS_EXECCWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
JENKINS_SERVER_COOKIE = 248910a9cd8de38c
BUILD_DISPLAY_NAME = #2703
CXX_VERSION = 7.2.0
PYTHON_ROOT = /home/projects/ppc64le/python/2.7.12
OMPI_CXX = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/packages/kokkos/bin/nvcc_wrapper
SUPERLU_VERSION = 4.3.0
PULLREQUESTNUM = 6375
BINARY_TYPE_HPC = 

==========================================================================================
None
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Clean
Enabled packages:
-- Setting Trilinos_ENABLE_ML = ON
-- Setting Trilinos_ENABLE_MueLu = ON
-- Setting Trilinos_ENABLE_ShyLU_DDFROSch = ON
-- Setting Trilinos_ENABLE_TpetraCore = ON
-- Setting Trilinos_ENABLE_TpetraTSQR = ON
-- Setting Trilinos_ENABLE_TrilinosCouplings = ON

Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/TFW_testing_single_configure_prototype
Archiving artifacts
Finished: SUCCESS


CDash Test Results for PR# 6375.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 5048
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4875
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3304
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3149
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2705
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: master_merge_20191128_000626
  • SHA: f3acaf1
  • Mode: TEST_REPO

Pull Request Author: trilinos-autotester

@trilinos-autotester
Copy link
Contributor Author

Status Flag 'Master Merge 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: 5048
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4875
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 3304
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 3149
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2705
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 6375
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH master_merge_20191128_000626
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA f3acaf1
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 40fdb76


CDash Test Results for PR# 6375.

@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester
Copy link
Contributor Author

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

@trilinos-autotester trilinos-autotester merged commit b7e7c05 into master Nov 28, 2019
@trilinos-autotester
Copy link
Contributor Author

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

@william76 william76 deleted the master_merge_20191128_000626 branch December 12, 2019 16:43
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 5, 2020
…s:develop' (2bfd2c7).

* trilinos-develop: (186 commits)
  zoltan2:  upgrading testing for issues fixed in trilinos#6375
  tpetra: disable kokkos warnings in initialize tests
  Tacho - disable matrix market reader/writer test to improve PR test stability.
  kokkos: cmake fixes for clang +/- cuda
  kokkos/cmake/kokkos_arch.cmake: Fix for clang + NO cuda
  Fix some scopes in nlnml_nonlinearlevel.cpp
  Zoltan2: fix reversal of Cuthill McKee ordering
  Add a fix for a stk cmake file
  Promote atdm ats2 gnu+dbg and cuda+gnu+dbg to 'Specialized' (CDOFA-72)
  Intrepid2: remove unnecessary finalize calls in unit tests
  Disable STEQR() LAPACK test on ats2 deug builds (trilinos#2410, trilinos#6166)
  Disable some timing out ROL tests (trilinos#6124)
  Disable timing out Tempus tests on ats2 (trilinos#6009)
  Intrepid2: reenabling JacobiLegendrePolynomial_Tests and Hierarchical_Basis_Tests.
  fixed some broken teuchos unit tests and removed missed deprecated methods
  Promoting ats2+gnu+opt build which is 100% clean (CDOFA-27)
  removed deprecated overload of << in SerialDenseMatrix, SerialBandDenseMatrix, SerialSymDenseMatrix, and SerialDenseVector
  removed deprecated Teuchos::Comm helpers reduceAll and scan that take pointers to return arguments
  removed deprecated MPITraits class
  removed deprecated ArrayArg class
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 5, 2020
…s:develop' (2bfd2c7).

* trilinos-develop: (186 commits)
  zoltan2:  upgrading testing for issues fixed in trilinos#6375
  tpetra: disable kokkos warnings in initialize tests
  Tacho - disable matrix market reader/writer test to improve PR test stability.
  kokkos: cmake fixes for clang +/- cuda
  kokkos/cmake/kokkos_arch.cmake: Fix for clang + NO cuda
  Fix some scopes in nlnml_nonlinearlevel.cpp
  Zoltan2: fix reversal of Cuthill McKee ordering
  Add a fix for a stk cmake file
  Promote atdm ats2 gnu+dbg and cuda+gnu+dbg to 'Specialized' (CDOFA-72)
  Intrepid2: remove unnecessary finalize calls in unit tests
  Disable STEQR() LAPACK test on ats2 deug builds (trilinos#2410, trilinos#6166)
  Disable some timing out ROL tests (trilinos#6124)
  Disable timing out Tempus tests on ats2 (trilinos#6009)
  Intrepid2: reenabling JacobiLegendrePolynomial_Tests and Hierarchical_Basis_Tests.
  fixed some broken teuchos unit tests and removed missed deprecated methods
  Promoting ats2+gnu+opt build which is 100% clean (CDOFA-27)
  removed deprecated overload of << in SerialDenseMatrix, SerialBandDenseMatrix, SerialSymDenseMatrix, and SerialDenseVector
  removed deprecated Teuchos::Comm helpers reduceAll and scan that take pointers to return arguments
  removed deprecated MPITraits class
  removed deprecated ArrayArg class
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 5, 2020
…s:develop' (2bfd2c7).

* trilinos-develop: (186 commits)
  zoltan2:  upgrading testing for issues fixed in trilinos#6375
  tpetra: disable kokkos warnings in initialize tests
  Tacho - disable matrix market reader/writer test to improve PR test stability.
  kokkos: cmake fixes for clang +/- cuda
  kokkos/cmake/kokkos_arch.cmake: Fix for clang + NO cuda
  Fix some scopes in nlnml_nonlinearlevel.cpp
  Zoltan2: fix reversal of Cuthill McKee ordering
  Add a fix for a stk cmake file
  Promote atdm ats2 gnu+dbg and cuda+gnu+dbg to 'Specialized' (CDOFA-72)
  Intrepid2: remove unnecessary finalize calls in unit tests
  Disable STEQR() LAPACK test on ats2 deug builds (trilinos#2410, trilinos#6166)
  Disable some timing out ROL tests (trilinos#6124)
  Disable timing out Tempus tests on ats2 (trilinos#6009)
  Intrepid2: reenabling JacobiLegendrePolynomial_Tests and Hierarchical_Basis_Tests.
  fixed some broken teuchos unit tests and removed missed deprecated methods
  Promoting ats2+gnu+opt build which is 100% clean (CDOFA-27)
  removed deprecated overload of << in SerialDenseMatrix, SerialBandDenseMatrix, SerialSymDenseMatrix, and SerialDenseVector
  removed deprecated Teuchos::Comm helpers reduceAll and scan that take pointers to return arguments
  removed deprecated MPITraits class
  removed deprecated ArrayArg class
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 6, 2020
…s:develop' (2bfd2c7).

* trilinos-develop: (219 commits)
  Intrepid: Remove all Kokkos related code (trilinos#6712)
  Fix taper calculation.
  ATDM mutrino: switch from camke 3.11.4 to 3.14.6
  removed the Epetra_MpiSmpCommData class
  kokkos-kernels: remove include of nonexistent directory
  Ifpack2: Fix test for Scalar=float
  Ifpack2::Relaxation: Make sure pointImporter_ gets rebuild if needed
  Tacho - example code for interfacing cusparse trisolve to evalute performance
  MueLu: Disabling flaky test
  MueLu: Removing eigenvalue check
  MueLu: Remove unused variable
  zoltan2:  upgrading testing for issues fixed in trilinos#6375
  MueLu: Fixing AggregateQuality
  MueLu: Build cleanups
  MueLu: Build cleanups
  tpetra: disable kokkos warnings in initialize tests
  MueLu: Build cleanups
  Tacho - disable matrix market reader/writer test to improve PR test stability.
  kokkos: cmake fixes for clang +/- cuda
  kokkos/cmake/kokkos_arch.cmake: Fix for clang + NO cuda
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants