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

Kokkos promotion #5432

Merged
merged 42 commits into from
Jun 26, 2019
Merged

Kokkos promotion #5432

merged 42 commits into from
Jun 26, 2019

Conversation

ndellingwood
Copy link
Contributor

This promotes Kokkos and KokkosKernels to Version 2.9.00.

@trilinos/kokkos @trilinos/kokkos-kernels

This update includes the following:

Kokkos

CudaStream support; TeamVectorRange (new policy); TaskScheduler updates (multi-queue); HPX backend; deep_copy within parallel regions; more reduction options to ScatterView

KokkosKernels

KokkosBatched - remove from Experimental namespace, add specializations for float2, float4, double4; Experimental sparse triangular solve initial capability; MAGMA GESV TPL support; CudaUVMSpace specializations for cuBLAS


Kokkos Changelog

2.9.00 (2019-06-24)

Full Changelog

Implemented enhancements:

  • Capability: CUDA Streams #1723
  • Capability: CUDA Stream support for parallel_reduce #2061
  • Capability: Feature Request: TeamVectorRange #713
  • Capability: Adding HPX backend #2080
  • Capability: TaskScheduler to have multiple queues #565
  • Capability: Support for additional reductions in ScatterView #1674
  • Capability: Request: deep_copy within parallel regions #689
  • Capability: Feature Request: create\_mirror\_view\_without\_initializing #1765
  • View: Use SFINAE to restrict possible View type conversions #2127
  • Deprecation: Deprecate ExecutionSpace::fence() as static function and make it non-static #2140
  • Deprecation: Deprecate LayoutTileLeft #2122
  • Macros: KOKKOS_RESTRICT defined for non-Intel compilers #2038

Fixed bugs:

  • Cuda: TeamThreadRange loop count on device is passed by reference to host static constexpr #1733
  • Cuda: Build error with relocatable device code with CUDA 10.1 GCC 7.3 #2134
  • Cuda: cudaFuncSetCacheConfig is setting CachePreferShared too often #2066
  • Cuda: TeamPolicy doesn't throw then created with non-viable vector length and also doesn't backscale to viable one #2020
  • Cuda: cudaMemcpy error for large league sizes on V100 #1991
  • Cuda: illegal warp sync in parallel_reduce by functor on Turing 75 #1958
  • TeamThreadRange: Inconsistent results from TeamThreadRange reduction #1905
  • Atomics: atomic_fetch_oper & atomic_oper_fetch don't build for complex<float> #1964
  • Views: Kokkos randomread Views leak memory #2155
  • ScatterView: LayoutLeft overload currently non-functional #2165
  • KNL: With intel 17.2.174 illegal instruction in random number test #2078
  • Bitset: Enable copy constructor on device #2094
  • Examples: do not compile due to template deduction error (multi_fem) #1928

KokkosKernels Changelog

2.9.00 (2019-06-24)

Full Changelog

Implemented enhancements:

  • KokkosBatched: Add specialization for float2, float4 and double4 #427
  • KokkosBatched: Reduce VectorLength (16 to 8) #432
  • KokkosBatched: Remove experimental name space for batched blas #371
  • Capability: Initial sparse triangular solve capability #435
  • Capability: Add support for MAGMA GESV TPL #409
  • cuBLAS: Add CudaUVMSpace specializations for GEMM #397

Fixed bugs:

  • Deprecated Code Fixes #411
  • BuildSystem: Compilation error on rzansel #401

ndellingwood and others added 30 commits April 9, 2019 14:20
Internal implementation details for Kokkos::ParallelFor with Cuda
changed with the enhancement for Cuda streams support. This commit
updates Stokhos internal implementation to be compatible with Kokkos.
Changes made following removal of StaticAssert from Kokkos

 Changes to be committed:
	modified:   packages/stokhos/test/Performance/FadMPAssembly/VectorImport.hpp
	modified:   packages/stokhos/test/Performance/MPAssembly/VectorImport.hpp
Add enum is_assignable_data_type for compatibility with Kokkos changes
for release 2.9
Add enum is_assignable_data_type for compatibility with Kokkos changes
for release 2.9
See kokkos/kokkos#2140
The fence as a static member function of execution spaces was
deprecated and made non-static.
Impacted packages:
ifpack2, intrepid2, moertel, panzer, phalanx, sacado, shylu (fastilu and
    tacho), stokhos, teuchos, tpetra, trilinoscouplings
Updates corresponding to kokkos/kokkos#2136

 Changes to be committed:
	modified:   ifpack2/src/Ifpack2_BlockTriDiContainer_impl.hpp
1. Change when_all to be called as member of scheduler
2. Change typedef of scheduler to DeprecatedTaskScheduler
3. Updates for Kokkos memory trait check names (non-deprecated)
  currently, tasking api does not deallocate tasks properly
Call explicit modify_host method instead of templated version to prevent
issues with Cuda UVM
Script used for kokkos + kokkos-kernels integration testing
exec_space::fence() deprecated in Kokkos 2.9; replace with call from
instantiated exec_space - exec_space().fence()
SharedMemoryCapacity was removed from Kokkos, this commit updates
stokhos with the accompanying change in Kokkos.

 Changes to be committed:
	modified:   packages/stokhos/src/kokkos/Cuda/Stokhos_Cuda_CooProductTensor.hpp
	modified:   packages/stokhos/src/kokkos/Cuda/Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp
	modified:   packages/stokhos/src/kokkos/Cuda/Stokhos_Cuda_TiledCrsProductTensor.hpp
Updates needed for compatibility with Kokkos deprecated code changes
@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: 3900
  • 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 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3716
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2161
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1940
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1565
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 79
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 79
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: kokkos-promotion
  • SHA: cfb9d06
  • Mode: TEST_REPO

Pull Request Author: ndellingwood

@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: 3900
  • 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 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3716
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2161
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1940
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1565
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 79
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 79
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA cfb9d06
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 3900 (click to expand)

Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 550K
    ..................................................  Size: 600K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1600K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2100K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2250K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2600K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2800K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3399K
    ..................................................  Size: 3450K
    ..................................................  Size: 3499K
    ..................................................  Size: 3549K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3949K
    ..................................................  Size: 3999K
    ..................................................  Size: 4049K
    ..................................................  Size: 4100K
    ..................................................  Size: 4150K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ..................................................  Size: 4299K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
     Size of output: 4399K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

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

Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/complicatedExample/Rythmos_complicatedExample.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/simpleAdjoint/Rythmos_simpleAdjoint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/test/simpleAdjoint/Rythmos_simpleAdjoint.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/version/Tempus_version.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ForwardEuler/Tempus_ForwardEuler.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BackwardEuler/Tempus_BackwardEuler.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BackwardEuler/Tempus_BackwardEuler_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BackwardEuler/Tempus_BackwardEuler_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BackwardEuler/Tempus_BackwardEuler_PseudoTransient_SA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BackwardEuler/Tempus_BackwardEuler_ASA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BDF2/Tempus_BDF2.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BDF2/Tempus_BDF2_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BDF2/Tempus_BDF2_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BDF2/Tempus_BDF2_PseudoTransient_SA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/BDF2/Tempus_BDF2_ASA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_PseudoTransient_SA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/ExplicitRK/Tempus_ExplicitRK_ASA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/Integrator/Tempus_Integrator.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_PseudoTransient_SA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/DIRK/Tempus_DIRK_ASA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/HHTAlpha/Tempus_HHTAlpha.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/Newmark/Tempus_Newmark.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/Observer/Tempus_Observer.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK/Tempus_IMEX_RK.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK/Tempus_IMEX_RK_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK/Tempus_IMEX_RK_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Combined_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/IMEX_RK_Partitioned/Tempus_IMEX_RK_Partitioned_Staggered_FSA.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/Leapfrog/Tempus_Leapfrog.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/OperatorSplit/Tempus_OperatorSplit.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/PhysicsState/Tempus_PhysicsState.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/tempus/test/Trapezoidal/Tempus_Trapezoidal.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/example/diagonalTransient/Rythmos_diagonalTransient.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/pull_request_test/packages/rythmos/example/diagonalTransient/Rythmos_diagonalTransient.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

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

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

    ..................................................  Size: 350K
    ....................... Size of output: 372K
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: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  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: 1200K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1650K
    ..................................................  Size: 1700K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 2000K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2400K
    ..................................................  Size: 2450K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2650K
    ..................................................  Size: 2699K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2850K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 2999K
    ..................................................  Size: 3049K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3349K
    ..................................................  Size: 3400K
    ..................................................  Size: 3450K
    ..................................................  Size: 3500K
    ..................................................  Size: 3549K
    ..................................................  Size: 3599K
    ..................................................  Size: 3650K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3799K
    ..................................................  Size: 3850K
    ..................................................  Size: 3900K
    ..................................................  Size: 3949K
    ..................................................  Size: 3999K
    ..................................................  Size: 4050K
    ..................................................  Size: 4099K
    ..................................................  Size: 4149K
    ..................................................  Size: 4199K
    ..................................................  Size: 4249K
    ......................... Size of output: 4274K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

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

Binary dir               = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test
Parallel level           = 21
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = 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=ascic113&field2=buildname&compare2=61&value2=PR-5432-test-Trilinos_pullrequest_gcc_7.2.0-1940&field3=buildstamp&compare3=61&value3=20190625-1735-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-5432-test-Trilinos_pullrequest_gcc_7.2.0-1940&field2=buildstamp&compare2=61&value2=20190625-1735-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-5432-test-Trilinos_pullrequest_gcc_7.2.0-1940&field2=buildstamp&compare2=61&value2=20190625-1735-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ................................ Size of output: 431K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  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: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1850K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................... Size of output: 1970K
Error(s) when building project
CMake Warning at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:197 (message):
  Build failed with error 1

build submit error = 0
Starting testing step.
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleTaskScheduler.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleTaskSchedulerMultiple.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleChaseLevTaskScheduler.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleComplexTaskScheduler.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleComplexTaskSchedulerMultiple.exe
Unable to find required file: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/pull_request_test/packages/shylu/shylu_node/tacho/unit-test/Tacho_TestSerialDoubleComplexChaseLevTaskScheduler.exe
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
Test failed with error -1

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

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

    ..................................................  Size: 19350K
    ..................................................  Size: 19399K
    ..................................................  Size: 19449K
    ..................................................  Size: 19499K
    ..................................................  Size: 19549K
    ..................................................  Size: 19599K
    ..................................................  Size: 19649K
    ..................................................  Size: 19699K
    ..................................................  Size: 19750K
    ..................................................  Size: 19800K
    ..................................................  Size: 19850K
    ..................................................  Size: 19900K
    ..................................................  Size: 19949K
    ..................................................  Size: 19999K
    ..................................................  Size: 20050K
    ..................................................  Size: 20100K
    ..................................................  Size: 20150K
    ..................................................  Size: 20200K
    ..................................................  Size: 20250K
    ..................................................  Size: 20300K
    ..................................................  Size: 20350K
    ..................................................  Size: 20399K
    ..................................................  Size: 20449K
    ..................................................  Size: 20499K
    ..................................................  Size: 20549K
    ..................................................  Size: 20599K
    ..................................................  Size: 20650K
    ..................................................  Size: 20700K
    ..................................................  Size: 20750K
    ..................................................  Size: 20800K
    ..................................................  Size: 20850K
    ..................................................  Size: 20900K
    ..................................................  Size: 20950K
    ..................................................  Size: 21000K
    ..................................................  Size: 21050K
    ..................................................  Size: 21100K
    ..................................................  Size: 21150K
    ..................................................  Size: 21200K
    ..................................................  Size: 21249K
    ..................................................  Size: 21299K
    ..................................................  Size: 21349K
    ..................................................  Size: 21399K
    ..................................................  Size: 21449K
    ..................................................  Size: 21500K
    ..................................................  Size: 21550K
    ..................................................  Size: 21600K
    ..................................................  Size: 21649K
    ..................................................  Size: 21699K
    ..................................................  Size: 21749K
    ..................................................  Size: 21799K
    ..................................................  Size: 21849K
    ..................................................  Size: 21899K
    ..................................................  Size: 21950K
    ..................................................  Size: 22000K
    ..................................................  Size: 22050K
    ..................................................  Size: 22099K
    ..................................................  Size: 22149K
    ..................................................  Size: 22199K
    ..................................................  Size: 22249K
    ..................................................  Size: 22299K
    ..................................................  Size: 22349K
    ..................................................  Size: 22399K
    ..................................................  Size: 22449K
    ..................................................  Size: 22499K
    ..................................................  Size: 22549K
    ..................................................  Size: 22599K
    ..................................................  Size: 22649K
    ..................................................  Size: 22699K
    ..................................................  Size: 22749K
    ..................................................  Size: 22800K
    ..................................................  Size: 22850K
    ..................................................  Size: 22900K
    ..................................................  Size: 22950K
    ..................................................  Size: 22999K
    ..................................................  Size: 23049K
    ..................................................  Size: 23099K
    ..................................................  Size: 23149K
    ..................................................  Size: 23199K
    ..................................................  Size: 23249K
    ..................................................  Size: 23299K
    ..................................................  Size: 23350K
    ..................................................  Size: 23399K
    ..................................................  Size: 23449K
    ..................................................  Size: 23500K
    ..................................................  Size: 23550K
    ..................................................  Size: 23600K
    ..................................................  Size: 23650K
    ..................................................  Size: 23700K
    ..................................................  Size: 23750K
    ..................................................  Size: 23799K
    ..................................................  Size: 23849K
    ........................................... Size of output: 23892K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

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

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

TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2

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

CHANGED_PACKAGES_FULL_LIST='ALL_PACKAGES,Amesos2,Ifpack2,Intrepid2,KokkosKernels,Kokkos,KokkosAlgorithms,KokkosContainers,KokkosCore,KokkosExample,Moertel,MueLu,NOX,PanzerAdaptersSTK,PanzerDiscFE,PanzerDofMgr,Phalanx,Sacado,ShyLU_DDBDDC,ShyLU_NodeFastILU,ShyLU_NodeTacho,Stokhos,TeuchosKokkosCompat,TpetraCore,TrilinosCouplings'

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

CHANGED_PACKAGES_PT_LIST='ALL_PACKAGES,Amesos2,Ifpack2,Intrepid2,KokkosKernels,Kokkos,KokkosAlgorithms,KokkosContainers,KokkosCore,MueLu,NOX,PanzerAdaptersSTK,PanzerDiscFE,PanzerDofMgr,Phalanx,Sacado,ShyLU_DDBDDC,ShyLU_NodeTacho,Stokhos,TeuchosKokkosCompat,TpetraCore,TrilinosCouplings'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'

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

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

TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos

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

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3

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

CHANGED_PACKAGES_FULL_LIST='ALL_PACKAGES,Amesos2,Ifpack2,Intrepid2,KokkosKernels,Kokkos,KokkosAlgorithms,KokkosContainers,KokkosCore,KokkosExample,Moertel,MueLu,NOX,PanzerAdaptersSTK,PanzerDiscFE,PanzerDofMgr,Phalanx,Sacado,ShyLU_DDBDDC,ShyLU_NodeFastILU,ShyLU_NodeTacho,Stokhos,TeuchosKokkosCompat,TpetraCore,TrilinosCouplings'

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

CHANGED_PACKAGES_PT_LIST='ALL_PACKAGES,Amesos2,Ifpack2,Intrepid2,KokkosKernels,Kokkos,KokkosAlgorithms,KokkosContainers,KokkosCore,MueLu,NOX,PanzerAdaptersSTK,PanzerDiscFE,PanzerDofMgr,Phalanx,Sacado,ShyLU_DDBDDC,ShyLU_NodeTacho,Stokhos,TeuchosKokkosCompat,TpetraCore,TrilinosCouplings'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'


CDash Test Results for PR# 5432.


Wiki: How to Reproduce PR Testing Builds and Errors.

@ndellingwood ndellingwood added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Jun 25, 2019
@ndellingwood
Copy link
Contributor Author

One more Tacho update for the -Werror build pushed.

The intel build died due to license server issues link.
@trilinos/framework @prwolfe @jwillenbring can you help with resolving the intel server issue?

Error: A license for Comp-CL is not available now (-15,570,115).

A connection to the license server could not be made.  You should
make sure that your license daemon process is running: both an
lmgrd process and an INTEL process should be running
if your license limits you to a specified number of licenses in use
at a time.  Also, check to see if the wrong port@host or the wrong
license file is being used, or if the port or hostname in the license
file has changed.

License file(s) used were (in this order):
    1.  Trusted Storage
**  2.  /projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/Licenses/intel-Linux-SRN.lic
**  3.  /projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/compilers_and_libraries_2017.1.132/linux/bin/intel64/../../Licenses
**  4.  /ascldap/users/trilinos/Licenses
**  5.  /opt/intel/licenses
**  6.  /Users/Shared/Library/Application Support/Intel/Licenses
**  7.  /projects/sems/install/rhel6-x86_64/sems/compiler/intel/17.0.1/base/compilers_and_libraries_2017.1.132/linux/bin/intel64/*.lic

Please refer http://software.intel.com/sites/support/ for more information..

icpc: error #10052: could not checkout FLEXlm license

@ndellingwood ndellingwood removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Jun 25, 2019
@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: 3904
  • 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 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3720
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2165
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1945
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1569
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 83
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 83
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Using Repos:

Repo: TRILINOS (trilinos/Trilinos)
  • Branch: kokkos-promotion
  • SHA: d4524dc
  • Mode: TEST_REPO

Pull Request Author: ndellingwood

@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: 3904
  • 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 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3720
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2165
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 1945
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1569
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 83
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 83
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5432
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH kokkos-promotion
TRILINOS_SOURCE_REPO https://github.com/trilinos/Trilinos
TRILINOS_SOURCE_SHA d4524dc
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA b3021f5


CDash Test Results for PR# 5432.

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

@prwolfe
Copy link
Contributor

prwolfe commented Jun 26, 2019

One more Tacho update for the -Werror build pushed.

The intel build died due to license server issues link.
@trilinos/framework @prwolfe @jwillenbring can you help with resolving the intel server issue?

@ndellingwood - looks like this ran ok last night. These sorts of issues happen a bit and all we can really do is call the team that manages the license server. I will make sure they know they had an issue yesterday.

@prwolfe
Copy link
Contributor

prwolfe commented Jun 26, 2019

@ndellingwood @trilinos/framework - there was an explanation for the intel license issue in one of my e-mails this morning

It looks like they had an issue that nodes were not releasing the licenses like the should have been and were holding a license sometimes for as long as month. They cleared them so performance should be back to normal at this point.

So it should be good to go at this point.

@ibaned
Copy link
Contributor

ibaned commented Jun 26, 2019

Thanks everyone! @ndellingwood and I will merge this in coordination with Kokkos and KokkosKernels today.

@trilinos-autotester
Copy link
Contributor

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

@trilinos-autotester
Copy link
Contributor

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

@ndellingwood ndellingwood merged commit 9c85385 into develop Jun 26, 2019
@bartlettroscoe
Copy link
Member

@trilinos/kokkos, @trilinos/kokkos-kernels, @ndellingwood,

From looking on CDash today and in the list of failing tests, it looks like most of these failures were triggered by this update of Kokkos and/or KokkkosKernels.

I will wait until tomorrow to see how many of these repeat and then create new Issues for them.

@ndellingwood
Copy link
Contributor Author

@bartlettroscoe I setup a clean build on Waterman with the develop branch to begin testing with shared libs on (the Trilinos-atdm-waterman_cuda-9.2_shared_opt build had the most failures).

So far I am unable to reproduce the Panzer failures when running the tests in an interactive session. There is no option in waterman's all_supported_builds.sh for enabling shared builds so I added -DBUILD_SHARED_LIBS=ON to my configure line. If you don't mind confirming from my config line below if my attempt to reproduce the build should be sufficient? I explicitly enabled only Panzer and Tpetra for a faster build rather than all PT packages.

SHA a69b6ab

Configure

source ${TRILINOS_DIR}/cmake/std/atdm/load-env.sh Trilinos-atdm-waterman-cuda-9.2-shared-opt

# Configure
cmake \
 -GNinja \
 -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
 -DTrilinos_ENABLE_TESTS=ON \
 -DTrilinos_ENABLE_Tpetra=ON \
 -DTrilinos_ENABLE_Panzer=ON \
  -DTPL_FIND_SHARED_LIBS=ON \
  -DBUILD_SHARED_LIBS=ON \
  -DKOKKOS_ENABLE_DEPRECATED_CODE=ON \
  -DKokkos_SOURCE_DIR_OVERRIDE:STRING=kokkos \
  -DKokkosKernels_SOURCE_DIR_OVERRIDE:STRING=kokkos-kernels \
$TRILINOS_DIR

Panzer test results:

bash-4.2$ ctest -R PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-3
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 348: PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-3
1/1 Test #348: PanzerAdaptersSTK_CurlLaplacianExample-ConvTest-Quad-Order-3 ...   Passed   48.41 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Panzer    = 193.65 sec*proc (1 test)

Total Test time (real) =  49.55 sec
----
bash-4.2$ ctest -R  PanzerAdaptersSTK_MixedCurlLaplacianExample 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 351: PanzerAdaptersSTK_MixedCurlLaplacianExample
1/6 Test #351: PanzerAdaptersSTK_MixedCurlLaplacianExample .........................   Passed   16.36 sec
    Start 352: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-1
2/6 Test #352: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-1 ...   Passed   31.27 sec
    Start 353: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-2
3/6 Test #353: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-2 ...   Passed   38.71 sec
    Start 354: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-3
4/6 Test #354: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-3 ...   Passed   53.60 sec
    Start 356: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-1
5/6 Test #356: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-1 ....   Passed   95.42 sec
    Start 357: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-2
6/6 Test #357: PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Tri-Order-2 ....   Passed   54.93 sec

100% tests passed, 0 tests failed out of 6

Subproject Time Summary:
Panzer    = 1161.12 sec*proc (6 tests)
----
bash-4.2$ ctest -R PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-1
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 359: PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-1
1/1 Test #359: PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-1 ...   Passed   23.81 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Panzer    =  95.22 sec*proc (1 test)

Total Test time (real) =  24.73 sec
----
bash-4.2$ ctest -R PanzerAdaptersSTK_MixedPoissonMultiblockExample-ConvTest-Hex-Order-1 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 361: PanzerAdaptersSTK_MixedPoissonMultiblockExample-ConvTest-Hex-Order-1
1/1 Test #361: PanzerAdaptersSTK_MixedPoissonMultiblockExample-ConvTest-Hex-Order-1 ...   Passed   18.58 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Panzer    =  74.31 sec*proc (1 test)

Total Test time (real) =  19.61 sec
----
bash-4.2$ ctest -R PanzerAdaptersSTK_PoissonExample-ConvTest-Quad-Order-2 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 338: PanzerAdaptersSTK_PoissonExample-ConvTest-Quad-Order-2
1/1 Test #338: PanzerAdaptersSTK_PoissonExample-ConvTest-Quad-Order-2 ...   Passed   36.39 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Panzer    = 145.56 sec*proc (1 test)

Total Test time (real) =  37.30 sec
----
bash-4.2$ ctest -R PanzerMiniEM_MiniEM-BlockPrec_Augmentation_MPI_1 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432
    Start 377: PanzerMiniEM_MiniEM-BlockPrec_Augmentation_MPI_1
1/1 Test #377: PanzerMiniEM_MiniEM-BlockPrec_Augmentation_MPI_1 ...   Passed    8.59 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Panzer    =   8.59 sec*proc (1 test)

Total Test time (real) =   9.63 sec

@bartlettroscoe
Copy link
Member

@ndellingwood said:

So far I am unable to reproduce the Panzer failures when running the tests in an interactive session.

Let's see what happens in automated testing tomorrow to see if these failures are repeatable.

There is no option in waterman's all_supported_builds.sh

You are not restricted to the builds with build options listed in that file. That is just the builds that we are testing. You can try any combination of build options that you can construct described here.

@ibaned
Copy link
Contributor

ibaned commented Jun 27, 2019

@bartlettroscoe if these are things triggered by Kokkos promotion that will block Trilinos PR testing, then we need the exact scripts and arguments to reproduce each of these builds, and we need to move this discussion into a Trilinos issue.

@ibaned ibaned deleted the kokkos-promotion branch June 27, 2019 20:42
@ndellingwood
Copy link
Contributor Author

The CDash-reported Tacho failure passed with this configuration when attempting to reproduce:

Configure

source ${TRILINOS_DIR}/cmake/std/atdm/load-env.sh Trilinos-atdm-waterman-cuda-9.2-rdc-release-debug

# Configure
cmake \
 -GNinja \
 -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
 -DTrilinos_ENABLE_TESTS=ON \
 -DTrilinos_ENABLE_ShyLU_NodeTacho=ON \
  -DKOKKOS_ENABLE_DEPRECATED_CODE=ON \
$TRILINOS_DIR

Ctest:

bash-4.2$ ctest
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-rdc
      Start  1: ShyLU_NodeTacho_Tacho_TestUtilTaskScheduler_MPI_1
 1/15 Test  #1: ShyLU_NodeTacho_Tacho_TestUtilTaskScheduler_MPI_1 ..........................   Passed    2.44 sec
      Start  2: ShyLU_NodeTacho_Tacho_TestUtilTaskSchedulerMultiple_MPI_1
 2/15 Test  #2: ShyLU_NodeTacho_Tacho_TestUtilTaskSchedulerMultiple_MPI_1 ..................   Passed    2.18 sec
      Start  3: ShyLU_NodeTacho_Tacho_TestUtilChaseLevTaskScheduler_MPI_1
 3/15 Test  #3: ShyLU_NodeTacho_Tacho_TestUtilChaseLevTaskScheduler_MPI_1 ..................   Passed    2.28 sec
      Start  4: ShyLU_NodeTacho_Tacho_TestSerialDoubleTaskScheduler_MPI_1
 4/15 Test  #4: ShyLU_NodeTacho_Tacho_TestSerialDoubleTaskScheduler_MPI_1 ..................   Passed    2.20 sec
      Start  5: ShyLU_NodeTacho_Tacho_TestSerialDoubleTaskSchedulerMultiple_MPI_1
 5/15 Test  #5: ShyLU_NodeTacho_Tacho_TestSerialDoubleTaskSchedulerMultiple_MPI_1 ..........   Passed    2.24 sec
      Start  6: ShyLU_NodeTacho_Tacho_TestSerialDoubleChaseLevTaskScheduler_MPI_1
 6/15 Test  #6: ShyLU_NodeTacho_Tacho_TestSerialDoubleChaseLevTaskScheduler_MPI_1 ..........   Passed    3.45 sec
      Start  7: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexTaskScheduler_MPI_1
 7/15 Test  #7: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexTaskScheduler_MPI_1 ...........   Passed    2.36 sec
      Start  8: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexTaskSchedulerMultiple_MPI_1
 8/15 Test  #8: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexTaskSchedulerMultiple_MPI_1 ...   Passed    2.27 sec
      Start  9: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexChaseLevTaskScheduler_MPI_1
 9/15 Test  #9: ShyLU_NodeTacho_Tacho_TestSerialDoubleComplexChaseLevTaskScheduler_MPI_1 ...   Passed    2.35 sec
      Start 10: ShyLU_NodeTacho_Tacho_TestCudaDoubleTaskScheduler_MPI_1
10/15 Test #10: ShyLU_NodeTacho_Tacho_TestCudaDoubleTaskScheduler_MPI_1 ....................   Passed    2.47 sec
      Start 11: ShyLU_NodeTacho_Tacho_TestCudaDoubleTaskSchedulerMultiple_MPI_1
11/15 Test #11: ShyLU_NodeTacho_Tacho_TestCudaDoubleTaskSchedulerMultiple_MPI_1 ............   Passed    9.57 sec
      Start 12: ShyLU_NodeTacho_Tacho_TestCudaDoubleChaseLevTaskScheduler_MPI_1
12/15 Test #12: ShyLU_NodeTacho_Tacho_TestCudaDoubleChaseLevTaskScheduler_MPI_1 ............   Passed    2.56 sec
      Start 13: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexTaskScheduler_MPI_1
13/15 Test #13: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexTaskScheduler_MPI_1 .............   Passed    2.67 sec
      Start 14: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexTaskSchedulerMultiple_MPI_1
14/15 Test #14: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexTaskSchedulerMultiple_MPI_1 .....   Passed    2.55 sec
      Start 15: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexChaseLevTaskScheduler_MPI_1
15/15 Test #15: ShyLU_NodeTacho_Tacho_TestCudaDoubleComplexChaseLevTaskScheduler_MPI_1 .....   Passed    8.65 sec

100% tests passed, 0 tests failed out of 15

Subproject Time Summary:
ShyLU_Node    =  50.24 sec*proc (15 tests)

Total Test time (real) =  50.31 sec

@ndellingwood
Copy link
Contributor Author

Tested the CDash-reported Tpetra failures with the fpic configuration below on Waterman, TpetraCore_AddProfiling_UnitTests_MPI_4 timeout reproduced

Configure

module purge
source ${TRILINOS_DIR}/cmake/std/atdm/load-env.sh Trilinos-atdm-waterman-cuda-9.2-static-fpic-opt

# Configure
cmake \
 -GNinja \
 -DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake \
 -DTrilinos_ENABLE_TESTS=ON \
 -DTrilinos_ENABLE_Tpetra=ON \
  -DKOKKOS_ENABLE_DEPRECATED_CODE=ON \
$TRILINOS_DIR

Ctest

bash-4.2$ ctest -R  TpetraCore_ImportExport2_UnitTests_MPI_4 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 112: TpetraCore_ImportExport2_UnitTests_MPI_4
1/1 Test #112: TpetraCore_ImportExport2_UnitTests_MPI_4 ...   Passed    8.09 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  32.35 sec*proc (1 test)

Total Test time (real) =   8.36 sec
bash-4.2$ ctest -R TpetraCore_MatrixMatrix_UnitTests_MPI_4 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 147: TpetraCore_MatrixMatrix_UnitTests_MPI_4
1/1 Test #147: TpetraCore_MatrixMatrix_UnitTests_MPI_4 ...   Passed   24.77 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  99.07 sec*proc (1 test)

Total Test time (real) =  24.94 sec
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4 
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...***Timeout 600.27 sec

0% tests passed, 1 tests failed out of 1

Subproject Time Summary:
Tpetra    = 2401.09 sec*proc (1 test)

Total Test time (real) = 600.47 sec

The following tests FAILED:
	148 - TpetraCore_AddProfiling_UnitTests_MPI_4 (Timeout)
Errors while running CTest

@ndellingwood
Copy link
Contributor Author

PR #5449 submitted to address the kokkos-kernels timeout with the serial graph tests.

@ndellingwood
Copy link
Contributor Author

Back to the timed out Tpetra test TpetraCore_AddProfiling_UnitTests_MPI_4, I re-allocated a node in an interactive session and the test passed in repeat tests:

Ctest - waterman7 node

-bash-4.2$ bsub -J CudaFpic -W 05:00 -Is -n 16 -q rhel7W bash
***Forced exclusive execution
Job <121918> is submitted to queue <rhel7W>.
<<Waiting for dispatch ...>>
<<Starting on waterman7>>
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...   Passed    5.53 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  22.11 sec*proc (1 test)

Total Test time (real) =   5.77 sec
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...   Passed    5.39 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  21.58 sec*proc (1 test)

Total Test time (real) =   5.58 sec
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...   Passed    5.47 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  21.89 sec*proc (1 test)

Total Test time (real) =   5.65 sec

Total Test time (real) =   5.65 sec
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...   Passed    5.44 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  21.75 sec*proc (1 test)

Total Test time (real) =   5.62 sec
bash-4.2$ ctest -R  TpetraCore_AddProfiling_UnitTests_MPI_4
Test project /ascldap/users/ndellin/trilinos/Trilinos/Build/Issue-5432-fpic
    Start 148: TpetraCore_AddProfiling_UnitTests_MPI_4
1/1 Test #148: TpetraCore_AddProfiling_UnitTests_MPI_4 ...   Passed    5.25 sec

100% tests passed, 0 tests failed out of 1

Subproject Time Summary:
Tpetra    =  21.01 sec*proc (1 test)

Total Test time (real) =   5.41 sec

Previous timeout test occurred when on the waterman6 node.

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.

8 participants