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

Changes for CUDA support on Windows. #2084

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

benc303
Copy link

@benc303 benc303 commented Jan 7, 2024

If CUDA is enabled via CMake flag KokkosKernels_ENABLE_CUDA:BOOL=TRUE, enable that language in the project and set all source files to CUDA language.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

PROJECT(KokkosKernels CXX CUDA)
ELSE()
PROJECT(KokkosKernels CXX)
ENDIF()
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't it be better to do something like

if (NOT Kokkos_COMPILE_LANGUAGE STREQUAL CXX)
  PROJECT(KokkosKernels CXX ${Kokkos_COMPILE_LANGUAGE})
else()
  PROJECT(KokkosKernels CXX)
endif()

This approach would need more refactoring because I don't think Kokkos is found at that point.

Copy link
Member

Choose a reason for hiding this comment

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

Ping

@cwpearson cwpearson added the AT: PRE-TEST INSPECTED Mark this PR as approved for testing. label Mar 12, 2024
@kokkos-devops-admin kokkos-devops-admin removed the AT: PRE-TEST INSPECTED Mark this PR as approved for testing. label Mar 12, 2024
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; this inspection will remain valid until a new commit to source branch is performed.

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 1224
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 811
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 482
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 469
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 470
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 474
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 446
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 956
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 951
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 942
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 464
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (Alturas-Research/kokkos-kernels)
  • Branch: windows_cuda
  • SHA: 2f7cfb1
  • Mode: TEST_REPO

Pull Request Author: benc303

@kokkos-devops-admin
Copy link

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

  • Build Num: 1224
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 811
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 482
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 469
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 470
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 474
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 446
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 956
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 951
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_ROCM560

  • Build Num: 942
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560

  • Build Num: 464
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/Alturas-Research/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f7cfb1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3dafbed
PR_LABELS
PULLREQUESTNUM 2084
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 1224 (click to expand)

b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <70459> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  fbc50be70cfc5f47f861c9c8e9feabcca1bc601f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1348 run_time=464'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  fbc50be70cfc5f47f861c9c8e9feabcca1bc601f Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1746 run_time=452'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 811 (click to expand)

b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-Serial-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=558 run_time=113'
b'gcc-9.3.0-OpenMP_Serial-release build_time=753 run_time=252'
b'gcc-9.3.0-Serial-release build_time=514 run_time=102'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  4dc6afa9bc34ed394e55043451cf3742279596d3 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gcc-9.3.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=536 run_time=108'
b'gcc-9.3.0-Serial-release build_time=499 run_time=101'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021 # 482 (click to expand)

b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  e2dfffdb959ca47143c64c8af38b7c126983e34c Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=476 run_time=137'
b'gnu-10.2.1-Threads_Serial-release build_time=652 run_time=211'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 469 (click to expand)

b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  b192298a3afcf9d759e61a8db9448ea5c0d98377 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'kokkoskernels tpls list: '
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=438 run_time=131'
b'gnu-10.2.1-Threads_Serial-release build_time=607 run_time=189'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 470 (click to expand)

b' sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp  |   14 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   |  200 +-'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   15 -'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   |  165 +-'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             |   91 +-'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             |  161 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |    6 +-'
b' sparse/impl/KokkosSparse_trsv_impl.hpp             | 1211 +++++++------'
b' sparse/impl/KokkosSparse_trsv_spec.hpp             |   71 +-'
b' sparse/src/KokkosKernels_Handle.hpp                |   31 +-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_CrsMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_LUPrec.hpp                 |   89 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  131 +-'
b' sparse/src/KokkosSparse_Utils_mkl.hpp              |   59 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |    6 -'
b' sparse/src/KokkosSparse_gmres.hpp                  |   28 +-'
b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  3b9f4b619869d4825910c97d430e387daefb0475 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,blas'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=682 run_time=252'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19_solo # 474 (click to expand)

b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  104c0fa0710afb2a29c32a98e74a27f29e1685c2 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,mkl'
b'  PASSED intel-19.0.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: ,mkl'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release build_time=1755 run_time=105'
b'intel-19.0.5.281-Threads-release build_time=1236 run_time=92'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 446 (click to expand)

b' sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp  |   14 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   |  200 +-'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   15 -'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   |  165 +-'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             |   91 +-'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             |  161 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |    6 +-'
b' sparse/impl/KokkosSparse_trsv_impl.hpp             | 1211 +++++++------'
b' sparse/impl/KokkosSparse_trsv_spec.hpp             |   71 +-'
b' sparse/src/KokkosKernels_Handle.hpp                |   31 +-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_CrsMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_LUPrec.hpp                 |   89 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  131 +-'
b' sparse/src/KokkosSparse_Utils_mkl.hpp              |   59 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |    6 -'
b' sparse/src/KokkosSparse_gmres.hpp                  |   28 +-'
b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  21d26324ac87515c1ac7edd079b0271ad5cccb57 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=711 run_time=227'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 956 (click to expand)

b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4963'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  774745cb7b80578e8c9935a5b5dda627b65efa6a Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: armpl,armpl'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: armpl,armpl'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=2077 run_time=176'
b'armpl-21.1.0-Serial-release build_time=1845 run_time=250'
b'salloc: Relinquishing job allocation 4963'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 951 (click to expand)

b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4964'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  0f5987776bf7dbac67739d6b2876760698a0027e Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2794 run_time=568'
b'salloc: Relinquishing job allocation 4964'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_ROCM560 # 942 (click to expand)

b' sparse/impl/KokkosSparse_spiluk_symbolic_impl.hpp  |   14 +-'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp   |  200 +-'
b' .../impl/KokkosSparse_spmv_bsrmatrix_impl_v42.hpp  |   15 -'
b' sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp   |  165 +-'
b' sparse/impl/KokkosSparse_spmv_impl.hpp             |   91 +-'
b' sparse/impl/KokkosSparse_spmv_spec.hpp             |  161 +-'
b' sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp     |    6 +-'
b' sparse/impl/KokkosSparse_trsv_impl.hpp             | 1211 +++++++------'
b' sparse/impl/KokkosSparse_trsv_spec.hpp             |   71 +-'
b' sparse/src/KokkosKernels_Handle.hpp                |   31 +-'
b' sparse/src/KokkosSparse_BsrMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_CrsMatrix.hpp              |    4 +'
b' sparse/src/KokkosSparse_LUPrec.hpp                 |   89 +-'
b' sparse/src/KokkosSparse_Utils.hpp                  |  131 +-'
b' sparse/src/KokkosSparse_Utils_mkl.hpp              |   59 +-'
b' sparse/src/KokkosSparse_coo2crs.hpp                |    6 -'
b' sparse/src/KokkosSparse_gmres.hpp                  |   28 +-'
b' sparse/src/KokkosSparse_spadd.hpp                  |  254 ++-'
b' sparse/src/KokkosSparse_spadd_handle.hpp           |   53 +-'
b' sparse/src/KokkosSparse_spiluk.hpp                 |    1 -'
b' sparse/src/KokkosSparse_spiluk_handle.hpp          |  115 +-'
b' sparse/src/KokkosSparse_spmv.hpp                   | 1628 +++++------------'
b' sparse/src/KokkosSparse_spmv_deprecated.hpp        |  299 +++'
b' sparse/src/KokkosSparse_spmv_handle.hpp            |  420 +++++'
b' sparse/src/KokkosSparse_trsv.hpp                   |   26 +-'
b' .../KokkosSparse_spadd_numeric_tpl_spec_decl.hpp   |  282 +++'
b' .../KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp  |  238 +++'
b' sparse/tpls/KokkosSparse_spadd_tpl_spec_avail.hpp  |  117 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_avail.hpp |   82 +-'
b' .../KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp  | 1133 ++++++------'
b' .../tpls/KokkosSparse_spmv_mv_tpl_spec_avail.hpp   |    5 +-'
b' sparse/tpls/KokkosSparse_spmv_mv_tpl_spec_decl.hpp |   85 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_avail.hpp   |   86 +-'
b' sparse/tpls/KokkosSparse_spmv_tpl_spec_decl.hpp    |  897 ++++-----'
b' sparse/unit_test/Test_Sparse.hpp                   |    2 -'
b' .../Test_Sparse_extractCrsDiagonalBlocks.hpp       |   45 +-'
b' sparse/unit_test/Test_Sparse_gauss_seidel.hpp      |   13 +-'
b' sparse/unit_test/Test_Sparse_gmres.hpp             |  217 ++-'
b' sparse/unit_test/Test_Sparse_par_ilut.hpp          |  108 +-'
b' sparse/unit_test/Test_Sparse_spadd.hpp             |   23 +-'
b' sparse/unit_test/Test_Sparse_spiluk.hpp            | 1145 ++++++++----'
b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  2ef520c9459f8d82f4b8de65bc44562f062ee667 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  rocm/5.6.0'
b'Testing compiler rocm/5.6.0'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'  Starting job rocm-5.6.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA90A'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'kokkoskernels tpls list: '
b'  PASSED rocm-5.6.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release build_time=1340 run_time=395'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_ROCM560'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560 # 464 (click to expand)

b' sparse/unit_test/Test_Sparse_spmv.hpp              |  239 +--'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          |  121 +-'
b' sparse/unit_test/Test_Sparse_sptrsv.hpp            | 1916 +++++++-------------'
b' sparse/unit_test/Test_Sparse_trsv.hpp              |  183 +-'
b' sparse/unit_test/Test_vector_fixtures.hpp          |  212 +++'
b' test_common/KokkosKernels_TestUtils.hpp            |   11 +-'
b' test_common/Test_HIP.hpp                           |   13 +-'
b' 120 files changed, 10807 insertions(+), 7224 deletions(-)'
b' create mode 100644 example/wiki/blas/CMakeLists.txt'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_ger.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr.cpp'
b' create mode 100644 example/wiki/blas/KokkosBlas2_wiki_syr2.cpp'
b' create mode 100644 lapack/eti/generated_specializations_cpp/svd/KokkosLapack_svd_eti_spec_inst.cpp.in'
b' rename sparse/tpls/KokkosSparse_spadd_tpl_spec_decl.hpp => lapack/eti/generated_specializations_hpp/KokkosLapack_svd_eti_spec_avail.hpp.in (75%)'
b' create mode 100644 lapack/impl/KokkosLapack_svd_impl.hpp'
b' create mode 100644 lapack/impl/KokkosLapack_svd_spec.hpp'
b' create mode 100644 lapack/src/KokkosLapack_svd.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_avail.hpp'
b' create mode 100644 lapack/tpls/KokkosLapack_svd_tpl_spec_decl.hpp'
b' create mode 100644 lapack/unit_test/Test_Lapack_svd.hpp'
b' create mode 100644 perf_test/lapack/CMakeLists.txt'
b' create mode 100644 perf_test/lapack/KokkosLapack_SVD_benchmark.cpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_deprecated.hpp'
b' create mode 100644 sparse/src/KokkosSparse_spmv_handle.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_numeric_tpl_spec_decl.hpp'
b' create mode 100644 sparse/tpls/KokkosSparse_spadd_symbolic_tpl_spec_decl.hpp'
b' create mode 100644 sparse/unit_test/Test_vector_fixtures.hpp'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560'
b''
b'----------------------------------------------------------------------------'
b'  rocm:'
b'----------------------------------------------------------------------------'
b'     Versions:'
b'        rocm/5.2.0'
b'        rocm/6.0.0'
b'     Other possible modules matches:'
b'        boost/1.79.0/rocm  cgns/4.3.0/openmpi/4.1.4/rocm  hdf5/1.12.2/openmpi/4.1.4/rocm  ...'
b''
b'----------------------------------------------------------------------------'
b'  To find other possible module matches execute:'
b''
b"      $ module -r spider '.*rocm.*'"
b''
b'----------------------------------------------------------------------------'
b'  For detailed information about a specific "rocm" package (including how to load the modules) use the module\'s full name.'
b'  Note that names that have a trailing (E) are extensions provided by other modules.'
b'  For example:'
b''
b'     $ module spider rocm/6.0.0'
b'----------------------------------------------------------------------------'
b''
b' '
b''
b'Running on machine: vega90a_caraway'
b"KokkosKernels Repository Status:  513b290fa15ff2fc83e3a41838d5665496b06169 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  71a9bcae52543bd065522bf3e41b5bfa467d8015 Merge pull request #6613 from ndellingwood/master-release-4.2.00'
b''
b''
b'Going to test compilers:  rocm/5.6.0'
b'Testing compiler rocm/5.6.0'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.6.0 when looking for Spack variants'
b'  FAILED rocm-5.6.0-Hip_Serial-release'
b'SETUP_ENV: compiler=rocm/5.6.0 modules=cmake rocm/5.6.0 openblas/0.3.20/rocm/5.2.0'
b'Lmod has detected the following error: The following module(s) are unknown:'
b'"rocm/5.6.0"'
b''
b'Please check the spelling or version number. Also try "module spider ..."'
b'It is also possible your cache file is out-of-date; it may help to try:'
b'  $ module --ignore_cache load "rocm/5.6.0"'
b''
b'Also make sure that all modulefiles written in TCL start with the string'
b'#%Module'
b''
b''
b''
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.6.0-Hip_Serial-release (configure failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake rocm/5.6.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b'        export KOKKOS_NUM_THREADS=8'
b''
b'cat: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560/KokkosKernels_PullRequest_VEGA90A_Tpls_ROCM560.464/TestAll_2024-03-12_09.26.23/rocm/5.6.0/Hip_Serial-release/call_generate_makefile_genericpath.sh: No such file or directory'
b'srun: error: lean2: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

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.

None yet

4 participants