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

scripts/cm_test_all_sandia: #1649

Merged
merged 17 commits into from
Apr 18, 2023
Merged

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented Jan 23, 2023

  • Add boiler plate for:
    • gnu/10.2.1
    • intel/19.0.5.281.
    • clang/10.0.1

@e10harvey e10harvey self-assigned this Jan 23, 2023
@e10harvey e10harvey marked this pull request as draft January 23, 2023 18:45
@e10harvey
Copy link
Contributor Author

OK, everything except clang-10 is now passing on the new CI machine. @lucbv, @brian-kelley, @ndellingwood: can you give this a quick review while I get clang-10 stood up?

@e10harvey e10harvey marked this pull request as ready for review March 20, 2023 16:25
13, 1, 17, 4.5, 3.0); // gemv based gemm code path
Test::impl_test_stream_gemm<Scalar, Layout>(7, 13, 17, 4.5,
3.0); // dot based gemm code path
auto pool_size = TestExecSpace().impl_thread_pool_size();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lucbv, @vqd8a: Is there a non-impl way to determine how many times an execution space can be partitioned at runtime?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, TestExecSpace().concurrency() is equivalent (for the exec spaces that actually have impl_thread_pool_size, so Serial, Threads and OpenMP). I had to make this change somewhere in #1666 when impl_thread_pool_size became non-static only

Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

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

Thanks @e10harvey ! The cm_test_all_sandia changes all look reasonable to me

@e10harvey e10harvey added AT: WIP and removed AT: WIP labels Mar 29, 2023
@kokkos-devops-admin
Copy link

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

@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: 522
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 152
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 422
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 383
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 472
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 525
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 321
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 324
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: get_ci_back_up
  • SHA: 26dac29
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@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: 522
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 122
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 152
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 422
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 383
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 472
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 525
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 326
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 321
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 324
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 26dac29
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 522 (click to expand)

 create mode 100644 ode/unit_test/backends/Test_SYCL_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Serial_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Threads_ODE.cpp
 create mode 100644 perf_test/blas/blas2/KokkosBlas2_gemv_perf_test_benchmark.cpp
 create mode 100644 perf_test/blas/blas3/KokkosBlas3_gemm_standalone_perf_test_benchmark.cpp
 delete mode 100644 perf_test/graph/KokkosGraph_multimem_triangle.hpp
 delete mode 100644 perf_test/graph/KokkosGraph_run_triangle.hpp
 create mode 100644 perf_test/ode/CMakeLists.txt
 create mode 100644 perf_test/ode/KokkosODE_RK.cpp
 delete mode 100644 perf_test/sparse/KokkosSparse_multimem_spgemm.hpp
 delete mode 100644 perf_test/sparse/KokkosSparse_run_spgemm.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_impl.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_spec.hpp
 create mode 100644 sparse/src/KokkosSparse_spmv_team.hpp
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
***Forced exclusive execution
Job <55008> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  746badb5e8b05e138dda97655bfaad84d63c10dd Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 9004274b4d79d771f0d50386fb4f8d6907ae5b43 Merge pull request #6056 from masterleinad/partially_reverse_5504

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=3374 run_time=502
Running on machine: weaver
KokkosKernels Repository Status: 746badb5e8b05e138dda97655bfaad84d63c10dd Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 9004274b4d79d771f0d50386fb4f8d6907ae5b43 Merge pull request #6056 from masterleinad/partially_reverse_5504

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=4340 run_time=497
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
Finished: SUCCESS

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

make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.122/TestAll_2023-04-17_14.19.05/gcc/9.3.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.122/TestAll_2023-04-17_14.19.05/gcc/9.3.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.122/TestAll_2023-04-17_14.19.05/gcc/9.3.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 152 (click to expand)

  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples --disable-test-eti-only

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.152/TestAll_2023-04-17_14.19.18/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake22: task 0: Exited with exit code 1
Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
FAILED gcc-10.2.0-OpenMP-release
RUNNING: make -j 12 all
Scanning dependencies of target kokkoskernels_gtest
Scanning dependencies of target kokkoskernelsperf_gtest
[ 0%] Building CXX object CMakeFiles/kokkoskernels_gtest.dir/tpls/gtest/gtest/gtest-all.cc.o
[ 0%] Building CXX object perf_test/CMakeFiles/kokkoskernelsperf_gtest.dir/__/tpls/gtest/gtest/gtest-all.cc.o
[ 0%] Linking CXX static library libkokkoskernelsperf_gtest.a
[ 1%] Linking CXX static library libkokkoskernels_gtest.a
[ 1%] Built target kokkoskernelsperf_gtest
[ 1%] Built target kokkoskernels_gtest
Scanning dependencies of target kokkoskernels
[ 1%] Building CXX object CMakeFiles/kokkoskernels.dir/common/src/dummy.cpp.o
[ 1%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/abs/Blas1_abs_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 2%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/abs/Blas1_abs_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 2%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/abs/Blas1_abs_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 3%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/scal/Blas1_scal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 2%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/abs/Blas1_abs_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 3%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/scal/Blas1_scal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 4%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/scal/Blas1_scal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 4%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/dot/Blas1_dot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 5%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/dot/Blas1_dot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 3%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/scal/Blas1_scal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 5%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/dot/Blas1_dot_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 5%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/dot/Blas1_dot_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 5%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gesv/Blas_gesv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 6%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gesv/Blas_gesv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 6%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/axpby/Blas1_axpby_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 6%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/axpby/Blas1_axpby_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 7%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/axpby/Blas1_axpby_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 7%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/axpby/Blas1_axpby_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 7%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/update/Blas1_update_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 8%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/update/Blas1_update_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 8%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/update/Blas1_update_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 8%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/update/Blas1_update_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 9%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/sum/Blas1_sum_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 9%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/sum/Blas1_sum_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 10%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/sum/Blas1_sum_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 10%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/sum/Blas1_sum_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 10%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm1/Blas1_nrm1_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 10%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm1/Blas1_nrm1_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 11%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm1/Blas1_nrm1_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 11%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm1/Blas1_nrm1_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 11%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2w/Blas1_nrm2w_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 12%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2w/Blas1_nrm2w_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 12%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 12%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2w/Blas1_nrm2w_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 13%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 13%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrminf/Blas1_nrminf_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 13%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 14%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrminf/Blas1_nrminf_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
[ 14%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/iamax/Blas1_iamax_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 422 (click to expand)

[ 90%] Built target sparse_spmv_bsr
[ 90%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 91%] Linking CXX executable KokkosKernels_wiki_spgemm
[ 91%] Built target KokkosBlas3_gemm_perf_test
[ 91%] Built target KokkosKernels_wiki_spgemm
[ 91%] Linking CXX executable KokkosKernels_wiki_rcm
[ 91%] Linking CXX executable KokkosKernels_wiki_crsmatrix
[ 91%] Built target KokkosKernels_wiki_rcm
[ 91%] Built target KokkosKernels_wiki_crsmatrix
[ 91%] Linking CXX executable KokkosKernels_wiki_spadd
[ 91%] Built target KokkosKernels_wiki_spadd
[ 91%] Linking CXX executable KokkosKernels_wiki_spmv
[ 91%] Built target KokkosKernels_wiki_spmv
[ 91%] Linking CXX executable sparse_kk_spmv
[ 91%] Built target sparse_kk_spmv
[ 91%] Linking CXX executable KokkosBlas3_perf_test
[ 91%] Built target KokkosBlas3_perf_test
[ 92%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 92%] Built target KokkosKernels_batched_dla_openmp
[ 92%] Linking CXX executable KokkosKernels_sparse_openmp
[ 92%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.422/TestAll_2023-04-17_14.19.33/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.422/TestAll_2023-04-17_14.19.33/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake25: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 383 (click to expand)

Scanning dependencies of target KokkosBatched_Test_cusolverDn
[ 79%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o
Scanning dependencies of target KokkosBatched_Test_GMRES
[ 79%] Building CXX object perf_test/batched/sparse/GMRES/CMakeFiles/KokkosBatched_Test_GMRES.dir/KokkosBatched_Test_GMRES.cpp.o
[ 79%] Linking CXX executable KokkosBatched_Test_cusolverDn
[ 79%] Built target KokkosBatched_Test_cusolverDn
Scanning dependencies of target KokkosBatched_Test_SPMV
[ 80%] Building CXX object perf_test/batched/sparse/SPMV/CMakeFiles/KokkosBatched_Test_SPMV.dir/KokkosBatched_Test_SPMV.cpp.o
[ 80%] Linking CXX executable KokkosKernels_graph_serial
[ 80%] Built target KokkosKernels_graph_serial
Scanning dependencies of target graph_triangle
[ 80%] Building CXX object perf_test/graph/CMakeFiles/graph_triangle.dir/KokkosGraph_triangle.cpp.o
[ 80%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 80%] Built target KokkosKernels_batched_gemm_openmp
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target graph_mis_d2
[ 80%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 80%] Linking CXX executable KokkosBatched_Test_SPMV
[ 80%] Built target KokkosBatched_Test_SPMV
[ 80%] Linking CXX executable KokkosBatched_Test_CG
[ 80%] Built target KokkosBatched_Test_CG
[ 80%] Linking CXX executable KokkosKernels_graph_openmp
[ 80%] Built target KokkosKernels_graph_openmp
[ 80%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Linking CXX executable graph_mis_d2
[ 81%] Built target KokkosBatched_Test_GMRES
[ 81%] Built target graph_mis_d2
[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 82%] Built target KokkosKernels_batched_dla_serial
[ 82%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 82%] Linking CXX executable graph_triangle
[ 82%] Built target graph_triangle
[ 82%] Built target KokkosKernels_batched_dla_openmp
[ 82%] Linking CXX executable KokkosKernels_sparse_serial
[ 82%] Built target KokkosKernels_sparse_serial
[ 82%] Linking CXX executable KokkosKernels_sparse_openmp
[ 82%] Built target KokkosKernels_sparse_openmp
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0 openblas/0.3.21/gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas --user-blas-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-lapack-path=/projects/x86-64-skylake/tpls/openblas/0.3.21/gcc/10.2.0/base/z6i3z3n/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.383/TestAll_2023-04-17_14.19.41/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake26: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 472 (click to expand)

[ 91%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Linking CXX executable KokkosKernels_wiki_coloring
[ 92%] Built target KokkosKernels_wiki_rcm
[ 92%] Built target KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coloring
[ 93%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 93%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 93%] Built target KokkosKernels_gmres_test_prec
[ 94%] Linking CXX executable gmres_ex_real_A
[ 94%] Built target KokkosKernels_batched_sla_threads
[ 94%] Built target gmres_ex_real_A
[ 94%] Linking CXX executable KokkosKernels_common_threads
[ 94%] Built target KokkosKernels_common_threads
[ 94%] Linking CXX executable KokkosKernels_graph_threads
[ 94%] Built target KokkosKernels_graph_threads
[ 95%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 95%] Built target KokkosKernels_batched_dla_threads
[ 95%] Linking CXX executable KokkosKernels_batched_gemm_threads
[ 95%] Built target KokkosKernels_batched_gemm_threads
[ 96%] Linking CXX executable KokkosKernels_sparse_threads
[ 96%] Built target KokkosKernels_sparse_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --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" --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.472/TestAll_2023-04-17_14.19.48/intel/19.5.281/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-19.5.281-Threads-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --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" --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl --with-options= --with-cuda-options= --no-examples --disable-perftests

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.472/TestAll_2023-04-17_14.19.48/intel/19.5.281/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 525 (click to expand)

 sparse/src/KokkosSparse_spiluk.hpp                 | 484 ++++++++++++++++-
 sparse/src/KokkosSparse_spmv_team.hpp              | 141 +++++
 .../KokkosSparse_spiluk_numeric_tpl_spec_avail.hpp |   8 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp           | 375 ++++++++++---
 sparse/unit_test/Test_Sparse_mdf.hpp               |   3 -
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 +++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 sparse/unit_test/Test_Sparse_spgemm.hpp            |  66 ++-
 sparse/unit_test/Test_Sparse_spiluk.hpp            | 216 ++++++++
 test_common/KokkosKernels_TestParameters.hpp       |  34 +-
 test_common/KokkosKernels_TestUtils.hpp            | 115 ++--
 140 files changed, 9149 insertions(+), 4585 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
 create mode 100644 ode/CMakeLists.txt
 create mode 100644 ode/impl/KokkosODE_RungeKuttaTables_impl.hpp
 create mode 100644 ode/impl/KokkosODE_RungeKutta_impl.hpp
 create mode 100644 ode/src/KokkosODE_RungeKutta.hpp
 create mode 100644 ode/src/KokkosODE_Types.hpp
 create mode 100644 ode/unit_test/CMakeLists.txt
 create mode 100644 ode/unit_test/Test_ODE.hpp
 create mode 100644 ode/unit_test/Test_ODE_RK.hpp
 create mode 100644 ode/unit_test/Test_ODE_RK_chem.hpp
 create mode 100644 ode/unit_test/backends/Test_Cuda_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_HIP_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_OpenMPTarget_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_OpenMP_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_SYCL_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Serial_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Threads_ODE.cpp
 create mode 100644 perf_test/blas/blas2/KokkosBlas2_gemv_perf_test_benchmark.cpp
 create mode 100644 perf_test/blas/blas3/KokkosBlas3_gemm_standalone_perf_test_benchmark.cpp
 delete mode 100644 perf_test/graph/KokkosGraph_multimem_triangle.hpp
 delete mode 100644 perf_test/graph/KokkosGraph_run_triangle.hpp
 create mode 100644 perf_test/ode/CMakeLists.txt
 create mode 100644 perf_test/ode/KokkosODE_RK.cpp
 delete mode 100644 perf_test/sparse/KokkosSparse_multimem_spgemm.hpp
 delete mode 100644 perf_test/sparse/KokkosSparse_run_spgemm.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_impl.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_spec.hpp
 create mode 100644 sparse/src/KokkosSparse_spmv_team.hpp
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  7436f633f58ba6187fcd1c9d6413e49738152b1c Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 9004274b4d79d771f0d50386fb4f8d6907ae5b43 Merge pull request #6056 from masterleinad/partially_reverse_5504

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=674 run_time=193
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

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

[ 95%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 96%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 96%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 97%] Linking CXX executable sparse_kk_spmv
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/build.make:93: blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1755: blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Built target sparse_kk_spmv
[ 98%] Linking CXX executable xpy
[ 98%] Built target xpy
[ 98%] Linking CXX executable static_pivoting
[ 98%] Built target static_pivoting
[ 98%] Linking CXX executable team_GMRES
[ 98%] Built target team_GMRES
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
[ 99%] Linking CXX executable KokkosKernels_sparse_serial
[ 99%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.326/TestAll_2023-04-17_14.21.34/armpl/21.1.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module purge
    module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.326/TestAll_2023-04-17_14.21.34/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3368
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

[ 81%] Linking CXX executable KokkosKernels_graph_serial
[ 81%] Built target KokkosKernels_graph_serial
Scanning dependencies of target graph_color_d2
[ 81%] Building CXX object perf_test/graph/CMakeFiles/graph_color_d2.dir/KokkosGraph_color_d2.cpp.o
[ 81%] Linking CXX executable KokkosBatched_Test_GMRES
[ 81%] Built target KokkosBatched_Test_GMRES
Scanning dependencies of target graph_color
[ 82%] Building CXX object perf_test/graph/CMakeFiles/graph_color.dir/KokkosGraph_color.cpp.o
[ 82%] Linking CXX executable KokkosKernels_batched_gemm_openmp
[ 82%] Built target KokkosKernels_batched_gemm_openmp
[ 82%] Linking CXX executable KokkosKernels_graph_openmp
Scanning dependencies of target sparse_mdf
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_mdf.dir/KokkosSparse_mdf.cpp.o
[ 82%] Built target KokkosKernels_graph_openmp
Scanning dependencies of target sparse_pcg
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/build.make:93: blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1911: blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 82%] Linking CXX executable graph_mis_d2
[ 82%] Built target graph_mis_d2
cc1plus: all warnings being treated as errors
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/build.make:93: blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1883: blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
[ 82%] Linking CXX executable sparse_pcg
[ 82%] Built target sparse_pcg
[ 82%] Linking CXX executable graph_color_d2
[ 82%] Built target graph_color_d2
[ 82%] Linking CXX executable graph_color
[ 83%] Linking CXX executable sparse_mdf
[ 83%] Built target graph_color
[ 83%] Built target sparse_mdf
[ 83%] Linking CXX executable graph_triangle
[ 83%] Built target graph_triangle
[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 84%] Built target KokkosKernels_batched_dla_serial
[ 84%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 84%] Built target KokkosKernels_batched_dla_openmp
[ 84%] Linking CXX executable KokkosKernels_sparse_openmp
[ 84%] Built target KokkosKernels_sparse_openmp
[ 84%] Linking CXX executable KokkosKernels_sparse_serial
[ 84%] Built target KokkosKernels_sparse_serial
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.321/TestAll_2023-04-17_14.21.34/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3367
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 324 (click to expand)

 sparse/src/KokkosSparse_spmv_team.hpp              | 141 +++++
 .../KokkosSparse_spiluk_numeric_tpl_spec_avail.hpp |   8 +-
 sparse/unit_test/Test_Sparse_SortCrs.hpp           | 375 ++++++++++---
 sparse/unit_test/Test_Sparse_mdf.hpp               |   3 -
 sparse/unit_test/Test_Sparse_par_ilut.hpp          | 131 +++--
 sparse/unit_test/Test_Sparse_rocsparse.hpp         |   1 +
 sparse/unit_test/Test_Sparse_spgemm.hpp            |  66 ++-
 sparse/unit_test/Test_Sparse_spiluk.hpp            | 216 ++++++++
 test_common/KokkosKernels_TestParameters.hpp       |  34 +-
 test_common/KokkosKernels_TestUtils.hpp            | 115 ++--
 140 files changed, 9149 insertions(+), 4585 deletions(-)
 create mode 100644 common/src/KokkosKernels_LowerBound.hpp
 create mode 100644 common/src/KokkosKernels_Predicates.hpp
 create mode 100644 common/src/KokkosKernels_UpperBound.hpp
 create mode 100644 common/unit_test/Test_Common_LowerBound.hpp
 create mode 100644 common/unit_test/Test_Common_UpperBound.hpp
 create mode 100644 docs/developer/apidocs/batched_dense_host.rst
 create mode 100644 ode/CMakeLists.txt
 create mode 100644 ode/impl/KokkosODE_RungeKuttaTables_impl.hpp
 create mode 100644 ode/impl/KokkosODE_RungeKutta_impl.hpp
 create mode 100644 ode/src/KokkosODE_RungeKutta.hpp
 create mode 100644 ode/src/KokkosODE_Types.hpp
 create mode 100644 ode/unit_test/CMakeLists.txt
 create mode 100644 ode/unit_test/Test_ODE.hpp
 create mode 100644 ode/unit_test/Test_ODE_RK.hpp
 create mode 100644 ode/unit_test/Test_ODE_RK_chem.hpp
 create mode 100644 ode/unit_test/backends/Test_Cuda_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_HIP_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_OpenMPTarget_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_OpenMP_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_SYCL_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Serial_ODE.cpp
 create mode 100644 ode/unit_test/backends/Test_Threads_ODE.cpp
 create mode 100644 perf_test/blas/blas2/KokkosBlas2_gemv_perf_test_benchmark.cpp
 create mode 100644 perf_test/blas/blas3/KokkosBlas3_gemm_standalone_perf_test_benchmark.cpp
 delete mode 100644 perf_test/graph/KokkosGraph_multimem_triangle.hpp
 delete mode 100644 perf_test/graph/KokkosGraph_run_triangle.hpp
 create mode 100644 perf_test/ode/CMakeLists.txt
 create mode 100644 perf_test/ode/KokkosODE_RK.cpp
 delete mode 100644 perf_test/sparse/KokkosSparse_multimem_spgemm.hpp
 delete mode 100644 perf_test/sparse/KokkosSparse_run_spgemm.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_impl.hpp
 create mode 100644 sparse/impl/KokkosSparse_spmv_team_spec.hpp
 create mode 100644 sparse/src/KokkosSparse_spmv_team.hpp
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
KokkosKernels Repository Status:  16d092198d713962bd51dafe0b3377342336e982 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 9004274b4d79d771f0d50386fb4f8d6907ae5b43 Merge pull request #6056 from masterleinad/partially_reverse_5504

Going to test compilers: rocm/5.2.0
Testing compiler rocm/5.2.0
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Starting job rocm-5.2.0-Hip_Serial-release
Hip IS THE KOKKOS DEVICE
kokkos devices: Hip,Serial
kokkos arch: VEGA908
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED rocm-5.2.0-Hip_Serial-release
#######################################################
PASSED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release build_time=932 run_time=395
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Finished: SUCCESS

@kokkos-devops-admin
Copy link

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

@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: 525
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 154
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 424
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 385
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 474
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 527
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 328
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 323
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: get_ci_back_up
  • SHA: 0b871d1
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 525
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 124
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 154
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 424
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 385
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 474
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 527
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 328
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 323
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH get_ci_back_up
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 0b871d1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a176b93
PR_LABELS
PULLREQUESTNUM 1649
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@e10harvey e10harvey merged commit a2a741d into kokkos:develop Apr 18, 2023
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.

4 participants