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

ROTMG: adding rotmg implementation to KokkosBlas #1560

Merged
merged 4 commits into from
Oct 28, 2022
Merged

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Oct 4, 2022

This adds a full implementation for rotmg, its ETI and TPLs. At the moment no unit-tests are added and the GPU TPLs are not correctly implemented but the Host TPL and the fallback implementation should be complete.

@srajama1 @brian-kelley
I created a different interface and implementation from what is done in KokkosBlas::rotg, let me know if this looks reasonable. It is more inline with the rest of the library, it makes TPL and ETI support more clear.
I am including the stream interface already.
I plan to work on cublas/rocblas next and maybe a device callable implementation to have something that can be used in device level algorithm such as batched solvers, etc...

template <class execution_space, class DXView, class YView, class PView>
void rotmg(execution_space& space, DXView& d1, DXView& d2, DXView& x1, const YView& y1, PView param) {
Kokkos::Profiling::pushRegion("KokkosBlas::rotmg");
Impl::Rotmg<Scalar>::rotmg(a, b, c, s);
Copy link
Contributor

Choose a reason for hiding this comment

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

Where do a,b,c,s come from? Also shouldn't the input views be converted to unmanaged and unified layout?

Copy link
Contributor

Choose a reason for hiding this comment

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

nvm I see this is a WIP

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, I need to write a unit-test and exercise this, hopefully sometime tonight x)
I was just curious if the interface that uses Kokkos::View for all the input parameters looks reasonable.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think the interface is fine.

@lucbv
Copy link
Contributor Author

lucbv commented Oct 7, 2022

@srajama1 @brian-kelley
This is now ready with all the bells and whistles discussed this only thing postponed to a later PR is a public interface for Team/Thread/Vector level implementation but if you notice how the functor is written, there is already a device callable function...

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

  • Build Num: 87
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 95
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 48
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 47
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 10
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 97
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 146
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 37
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 41
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: accce10
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 87
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 95
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 48
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 47
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 10
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 97
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 146
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 37
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 41
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA accce10
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 87 (click to expand)

      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  112 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&):
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  112 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  114 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::PView&):
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  114 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  116 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&):
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  116 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [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.19.3 gcc/9.3.0 openblas/0.3.20/gcc/9.3.0 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power9,Volta70 --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=blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/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/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.87/TestAll_2022-10-06_21.27.10/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-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/9.3.0 openblas/0.3.20/gcc/9.3.0 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power9,Volta70 --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=blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/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/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.87/TestAll_2022-10-06_21.27.10/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_CUDA11_CUDA11_LayoutRight # 95 (click to expand)

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(94): here
            instantiation of "void KokkosBlas::rotmg(const execution_space &, const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with execution_space=std::conditional_t, DXView=Kokkos::View>, YView=Kokkos::View, std::conditional_t, Kokkos::Device, std::conditional_t, std::conditional_t>, PView=Kokkos::View>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(107): here
            instantiation of "void KokkosBlas::rotmg(const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with DXView=Kokkos::View>, YView=Kokkos::View, std::conditional_t, Kokkos::Device, std::conditional_t, std::conditional_t>, PView=Kokkos::View>]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(12): here
            instantiation of "void Test::test_rotmg_impl(View0 &, View0 &, View0 &, View0 &, PView &, RView &) [with View0=Kokkos::View>, PView=Kokkos::View>, RView=Kokkos::View]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(219): here
            instantiation of "int test_rotmg() [with Scalar=double, ExecutionSpace=Kokkos::Cuda]" 
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(240): here

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.95/TestAll_2022-10-06_22.02.19/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/impl/Kokkos_ViewMapping.hpp(3581): error: static assertion failed with "View assignment must have compatible layout or have rank <= 1"
detected during:
instantiation of "void Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::assign(Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::DstType &, const Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::SrcType &, const Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::TrackType &) [with DstTraits=Kokkos::ViewTraits<double [5], Kokkos::LayoutRight, Kokkos::Device<const Kokkos::Cuda, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, SrcTraits=Kokkos::ViewTraits<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.95/TestAll_2022-10-06_22.02.19/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/Kokkos_View.hpp(1338): here
instantiation of "Kokkos::View<DataType, Properties...>::View(const Kokkos::View<RT, RP...> &, std::enable_if_t<Kokkos::Impl::ViewMapping<Kokkos::View<DataType, Properties...>::traits, Kokkos::View<RT, RP...>::traits, Kokkos::ViewTraits<DataType, Properties...>::specialize>::is_assignable_data_type, void> *) [with DataType=double [5], Properties=<Kokkos::LayoutRight, Kokkos::Device<const Kokkos::Cuda, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, RT=double [5], RP=<Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(94): here
instantiation of "void KokkosBlas::rotmg(const execution_space &, const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with execution_space=std::conditional_t<true, Kokkos::CudaSpace::execution_space, Kokkos::DefaultExecutionSpace>, DXView=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, YView=Kokkos::View<std::add_const_t, std::conditional_t<true, Kokkos::Cuda::array_layout, Kokkos::Cuda::array_layout>, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>, std::conditional_t<false, void, Kokkos::Experimental::DefaultViewHooks>, std::conditional_t<false, void, Kokkos::MemoryManaged>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(107): here
instantiation of "void KokkosBlas::rotmg(const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with DXView=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, YView=Kokkos::View<std::add_const_t, std::conditional_t<true, Kokkos::Cuda::array_layout, Kokkos::Cuda::array_layout>, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>, std::conditional_t<false, void, Kokkos::Experimental::DefaultViewHooks>, std::conditional_t<false, void, Kokkos::MemoryManaged>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(12): here
instantiation of "void Test::test_rotmg_impl(View0 &, View0 &, View0 &, View0 &, PView &, RView &) [with View0=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, RView=Kokkos::View<double [9], Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(219): here
instantiation of "int test_rotmg<Scalar,ExecutionSpace>() [with Scalar=double, ExecutionSpace=Kokkos::Cuda]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(240): here

/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.95/TestAll_2022-10-06_22.02.19/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/impl/Kokkos_ViewMapping.hpp(1780): error: static assertion failed with "ViewOffset LayoutRight and LayoutLeft are only compatible when rank <= 1"
detected during:
instantiation of "Kokkos::Impl::ViewOffset<Dimension, Kokkos::LayoutRight, std::enable_if_t<, void>>::ViewOffset(const Kokkos::Impl::ViewOffset<DimRHS, Kokkos::LayoutLeft, void> &) [with Dimension=Kokkos::Impl::ViewDimension<5UL>, DimRHS=Kokkos::Impl::ViewDimension<5UL>]"
(3627): here
instantiation of "void Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::assign(Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::DstType &, const Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::SrcType &, const Kokkos::Impl::ViewMapping<DstTraits, SrcTraits, std::enable_if_t<, void>>::TrackType &) [with DstTraits=Kokkos::ViewTraits<double [5], Kokkos::LayoutRight, Kokkos::Device<const Kokkos::Cuda, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, SrcTraits=Kokkos::ViewTraits<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.95/TestAll_2022-10-06_22.02.19/cuda/11.2.2/Cuda_OpenMP-release/kokkos-install/include/Kokkos_View.hpp(1338): here
instantiation of "Kokkos::View<DataType, Properties...>::View(const Kokkos::View<RT, RP...> &, std::enable_if_t<Kokkos::Impl::ViewMapping<Kokkos::View<DataType, Properties...>::traits, Kokkos::View<RT, RP...>::traits, Kokkos::ViewTraits<DataType, Properties...>::specialize>::is_assignable_data_type, void> *) [with DataType=double [5], Properties=<Kokkos::LayoutRight, Kokkos::Device<const Kokkos::Cuda, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, RT=double [5], RP=<Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(94): here
instantiation of "void KokkosBlas::rotmg(const execution_space &, const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with execution_space=std::conditional_t<true, Kokkos::CudaSpace::execution_space, Kokkos::DefaultExecutionSpace>, DXView=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, YView=Kokkos::View<std::add_const_t, std::conditional_t<true, Kokkos::Cuda::array_layout, Kokkos::Cuda::array_layout>, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>, std::conditional_t<false, void, Kokkos::Experimental::DefaultViewHooks>, std::conditional_t<false, void, Kokkos::MemoryManaged>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/src/KokkosBlas1_rotmg.hpp(107): here
instantiation of "void KokkosBlas::rotmg(const DXView &, const DXView &, const DXView &, const YView &, const PView &) [with DXView=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, YView=Kokkos::View<std::add_const_t, std::conditional_t<true, Kokkos::Cuda::array_layout, Kokkos::Cuda::array_layout>, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>, std::conditional_t<false, void, Kokkos::Experimental::DefaultViewHooks>, std::conditional_t<false, void, Kokkos::MemoryManaged>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(12): here
instantiation of "void Test::test_rotmg_impl(View0 &, View0 &, View0 &, View0 &, PView &, RView &) [with View0=Kokkos::View<double, Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, PView=Kokkos::View<double [5], Kokkos::LayoutLeft, Kokkos::Device<Kokkos::CudaSpace::execution_space, Kokkos::CudaSpace::memory_space>>, RView=Kokkos::View<double [9], Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace>]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(219): here
instantiation of "int test_rotmg<Scalar,ExecutionSpace>() [with Scalar=double, ExecutionSpace=Kokkos::Cuda]"
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/Test_Blas1_rotmg.hpp(240): here

3 errors detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/backends/Test_OpenMP_Blas.cpp".
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/build.make:90: blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1544: blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
3 errors detected in the compilation of "/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/blas/unit_test/backends/Test_Cuda_Blas.cpp".
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/build.make:90: blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/backends/Test_Cuda_Blas.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1571: blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 85%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 85%] Built target KokkosKernels_batched_sla_openmp
[ 85%] Linking CXX executable KokkosKernels_common_openmp
[ 85%] Built target KokkosKernels_common_openmp
[ 85%] Linking CXX executable KokkosKernels_batched_sla_cuda
[ 85%] Built target KokkosKernels_batched_sla_cuda
[ 85%] Linking CXX executable KokkosKernels_graph_openmp
[ 85%] Built target KokkosKernels_graph_openmp
[ 85%] Linking CXX executable KokkosKernels_common_cuda
[ 85%] Built target KokkosKernels_common_cuda
[ 85%] Linking CXX executable KokkosKernels_graph_cuda
[ 85%] Built target KokkosKernels_graph_cuda
[ 85%] Linking CXX executable KokkosKernels_sparse_openmp
[ 85%] Built target KokkosKernels_sparse_openmp
[ 86%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 86%] Built target KokkosKernels_batched_dla_openmp
[ 86%] Linking CXX executable KokkosKernels_sparse_cuda
[ 86%] Built target KokkosKernels_sparse_cuda
[ 86%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 86%] Built target KokkosKernels_batched_dla_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.21.2 cuda/11.2.2 openblas/0.3.18/gcc/8.3.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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,cudaspace,cudauvmspace --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/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.95/TestAll_2022-10-06_22.02.19/cuda/11.2.2/Cuda_OpenMP-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 # 48 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse accce10d4a71daad1270e939a5174993d538e45d^{commit} # timeout=10
Checking out Revision accce10d4a71daad1270e939a5174993d538e45d (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f accce10d4a71daad1270e939a5174993d538e45d # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 32f6281400334005710a97fec82ff24ff33d927d # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 # timeout=10
Commit message: "Merge pull request #5525 from dalg24/mpich_local_rank"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 # timeout=10
[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins4835019393358952870.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: accce10d4a71daad1270e939a5174993d538e45d ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 Merge pull request #5525 from dalg24/mpich_local_rank

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-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 -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=405 run_time=93
gcc-10.2.0-Threads_Serial-release build_time=509 run_time=194
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

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

      |                            ^~~~~~~~~~~~~
[ 71%] Linking CXX executable sparse_sptrsv_superlu
[ 71%] Built target sparse_sptrsv_superlu
[ 71%] Linking CXX executable sparse_block_pcg
[ 71%] Built target sparse_block_pcg
Scanning dependencies of target sparse_spgemm_jacobi
[ 71%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o
[ 71%] Linking CXX executable graph_color
[ 71%] Built target graph_color
[ 71%] Linking CXX executable graph_color_d2
[ 71%] Linking CXX executable sparse_sptrsv_supernode
Scanning dependencies of target sparse_spmv_bsr
[ 71%] Built target sparse_sptrsv_supernode
[ 71%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o
[ 71%] Built target graph_color_d2
Scanning dependencies of target sparse_spadd
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o
Scanning dependencies of target sparse_spmv_struct
[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
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 sparse_spmv_struct_tuning
[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
[ 74%] Linking CXX executable sparse_gs
[ 74%] Built target sparse_gs
[ 75%] Linking CXX executable sparse_spgemm_jacobi
[ 75%] Built target sparse_spgemm_jacobi
[ 75%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 75%] Built target KokkosKernels_batched_sla_openmp
[ 75%] Linking CXX executable sparse_spadd
[ 75%] Built target sparse_spadd
[ 75%] Linking CXX executable sparse_spmv_struct_tuning
[ 75%] Built target sparse_spmv_struct_tuning
[ 75%] Linking CXX executable KokkosKernels_common_openmp
[ 75%] Built target KokkosKernels_common_openmp
[ 75%] Linking CXX executable sparse_spmv_struct
[ 75%] Built target sparse_spmv_struct
[ 76%] Linking CXX executable sparse_spmv_bsr
[ 76%] Built target sparse_spmv_bsr
[ 76%] Linking CXX executable KokkosKernels_graph_openmp
[ 76%] Built target KokkosKernels_graph_openmp
[ 76%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 76%] Built target KokkosKernels_batched_dla_openmp
[ 76%] Linking CXX executable KokkosKernels_sparse_openmp
[ 76%] 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.47/TestAll_2022-10-06_20.52.56/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.47/TestAll_2022-10-06_20.52.56/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: blake20: 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 # 10 (click to expand)

/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:127:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  127 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(double, Kokkos::LayoutRight,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:129:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  129 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::PView&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:129:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  129 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:131:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  131 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:131:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  131 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:133:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  133 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::PView&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:133:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  133 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: execution_space has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:135:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  135 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter space [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:135:1: note: in expansion of macro KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS
  135 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
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.13/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=/home/projects/x86-64-skylake/openblas/0.3.13/gcc/10.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.3.13/gcc/10.2.0/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.10/TestAll_2022-10-06_20.53.07/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: blake07: 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 # 97 (click to expand)

                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(125): error: identifier "execution_space" is undefined
  KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(double, Kokkos::LayoutRight,
  ^

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp(177),
from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(127): error: identifier "execution_space" is undefined
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(double, Kokkos::LayoutRight,
^

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp(177),
from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(129): error: identifier "execution_space" is undefined
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
^

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp(177),
from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(131): error: identifier "execution_space" is undefined
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::OpenMP,
^

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp(177),
from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(133): error: identifier "execution_space" is undefined
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
^

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp(177),
from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(48):
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp(135): error: identifier "execution_space" is undefined
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::OpenMP,
^

[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o
compilation aborted for /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)
make[2]: *** [CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.97/TestAll_2022-10-06_20.53.22/intel/19.5.281/OpenMP-release/kokkos-install/include/impl/Kokkos_HostThreadTeam.hpp(770): remark #15335: was not vectorized: vectorization possible but seems inefficient. Use vector always directive or -vec-threshold0 to override
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-Threads-release build_time=832 run_time=126
#######################################################
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.97/TestAll_2022-10-06_20.53.22/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

#######################################################
srun: error: blake08: 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 # 146 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse accce10d4a71daad1270e939a5174993d538e45d^{commit} # timeout=10
Checking out Revision accce10d4a71daad1270e939a5174993d538e45d (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f accce10d4a71daad1270e939a5174993d538e45d # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 32f6281400334005710a97fec82ff24ff33d927d # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 # timeout=10
Commit message: "Merge pull request #5525 from dalg24/mpich_local_rank"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins3904770851685556811.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: accce10d4a71daad1270e939a5174993d538e45d ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: f70b121cc8e4037fd3b0c4a3f033ab91b9b358e1 Merge pull request #5525 from dalg24/mpich_local_rank

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=483 run_time=198
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG13CUDA10 # 37 (click to expand)

                                       ^
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:48:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp:177:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:110:1: error: unused parameter 'space' [-Werror,-Wunused-parameter]
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                                       ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: error: unknown type name 'execution_space'; did you mean 'Kokkos::Impl::CudaTeamMember::execution_space'?
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_Team.hpp:102:9: note: 'Kokkos::Impl::CudaTeamMember::execution_space' declared here
  using execution_space      = Kokkos::Cuda;
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for sm_70.
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: error: unknown type name 'execution_space'; did you mean 'Kokkos::Impl::CudaTeamMember::execution_space'?
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_Team.hpp:102:9: note: 'Kokkos::Impl::CudaTeamMember::execution_space' declared here
  using execution_space      = Kokkos::Cuda;
        ^
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:48:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp:177:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: error: unused parameter 'space' [-Werror,-Wunused-parameter]
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                                       ^
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1686: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: error: unknown type name 'execution_space'; did you mean 'Kokkos::Impl::CudaTeamMember::execution_space'?
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_Team.hpp:102:9: note: 'Kokkos::Impl::CudaTeamMember::execution_space' declared here
  using execution_space      = Kokkos::Cuda;
        ^
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:48:
In file included from /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/impl/KokkosBlas1_rotmg_spec.hpp:177:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: error: unused parameter 'space' [-Werror,-Wunused-parameter]
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                                       ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: error: unknown type name 'execution_space'; did you mean 'Kokkos::Impl::CudaTeamMember::execution_space'?
KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: note: expanded from macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
    static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
                      ^
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-release/kokkos-install/include/Cuda/Kokkos_Cuda_Team.hpp:102:9: note: 'Kokkos::Impl::CudaTeamMember::execution_space' declared here
  using execution_space      = Kokkos::Cuda;
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated when compiling for sm_70.
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1672: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:861: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.21.2 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --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=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/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/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.37/TestAll_2022-10-06_20.53.42/clang/13.0.0/Cuda-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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020 # 41 (click to expand)

/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  112 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function 'static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&)':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter 'space' [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:112:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  112 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutLeft, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: 'execution_space' has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  114 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function 'static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, true>::PView&)':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter 'space' [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:114:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  114 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: At global scope:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:23: error: 'execution_space' has not been declared
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ^~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  116 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp: In static member function 'static void KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::rotmg(int&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::DXView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::YView&, KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::View, Kokkos::MemoryTraits<1> >, true, false>::PView&)':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:92:40: error: unused parameter 'space' [-Werror=unused-parameter]
   92 |     static void rotmg(execution_space& space, DXView& d1, DXView& d2,          \
      |                       ~~~~~~~~~~~~~~~~~^~~~~
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/blas/tpls/KokkosBlas1_rotmg_tpl_spec_decl.hpp:116:1: note: in expansion of macro 'KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS'
  116 | KOKKOSBLAS1_ROTMG_TPL_SPEC_DECL_BLAS(float, Kokkos::LayoutRight, Kokkos::Serial,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:834: CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1341: CMakeFiles/kokkoskernels.dir/all] Error 2
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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.41/TestAll_2022-10-06_20.53.54/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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.41/TestAll_2022-10-06_20.53.54/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 2485
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@lucbv lucbv added the AT: WIP label Oct 7, 2022
@lucbv
Copy link
Contributor Author

lucbv commented Oct 7, 2022

This should be fine now, just need to wait for kokkos/kokkos#5534 to be fixed via kokkos/kokkos#5535 before this can be tested.

@lucbv lucbv removed the AT: WIP label Oct 10, 2022
@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_GCC930_Light_Tpls_GCC930

  • Build Num: 89
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 97
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 50
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 49
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 12
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 148
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 39
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 43
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: 16195c1
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 89
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 97
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 50
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 49
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 12
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 99
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 148
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 39
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 43
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 16195c1
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA d03c9fc
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 89 (click to expand)

[ 87%] Built target KokkosKernels_graph_openmp
[ 87%] Linking CXX executable KokkosKernels_blas_openmp
CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::OpenMP const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_OpenMP_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x12c): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::OpenMP const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [blas/unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
[ 88%] Linking CXX executable sparse_sptrsv
[ 89%] Linking CXX executable sparse_spadd
[ 89%] Built target sparse_sptrsv
[ 89%] Built target sparse_spadd
[ 89%] Linking CXX executable sparse_spmv_bsr
[ 89%] Built target sparse_spmv_bsr
[ 89%] Linking CXX executable KokkosBlas_dot_mv_perf_test
[ 89%] Built target KokkosBlas_dot_mv_perf_test
[ 90%] Linking CXX executable sparse_kk_spmv
[ 90%] Built target sparse_kk_spmv
[ 90%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 90%] Built target KokkosKernels_batched_dla_serial
[ 90%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 90%] Built target KokkosKernels_batched_dla_openmp
[ 90%] Linking CXX executable KokkosKernels_sparse_openmp
[ 90%] Built target KokkosKernels_sparse_openmp
[ 90%] Linking CXX executable KokkosKernels_sparse_serial
[ 90%] Built target KokkosKernels_sparse_serial
make: *** [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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.89/TestAll_2022-10-10_08.47.20/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.89/TestAll_2022-10-10_08.47.20/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.19.3 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/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930.89/TestAll_2022-10-10_08.47.20/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_CUDA11_CUDA11_LayoutRight # 97 (click to expand)

[ 75%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_openmp.dir/backends/Test_OpenMP_Graph.cpp.o
[ 75%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/backends/Test_OpenMP_Batched_Dense.cpp.o
[ 76%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/backends/Test_Cuda_Graph.cpp.o
[ 76%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/backends/Test_OpenMP_Common.cpp.o
[ 76%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o
[ 76%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/backends/Test_OpenMP_Batched_Sparse.cpp.o
[ 77%] Linking CXX executable KokkosKernels_batched_sla_openmp
[ 77%] Built target KokkosKernels_batched_sla_openmp
[ 77%] Building CXX object perf_test/graph/CMakeFiles/graph_color.dir/KokkosGraph_color.cpp.o
[ 77%] Linking CXX executable KokkosKernels_common_openmp
[ 77%] Built target KokkosKernels_common_openmp
[ 77%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o
[ 77%] Linking CXX executable KokkosKernels_batched_sla_cuda
[ 77%] Built target KokkosKernels_batched_sla_cuda
[ 77%] Building CXX object perf_test/graph/CMakeFiles/graph_color_d2.dir/KokkosGraph_color_d2.cpp.o
[ 78%] Linking CXX executable KokkosKernels_graph_openmp
[ 78%] Built target KokkosKernels_graph_openmp
[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o
[ 79%] Linking CXX executable KokkosKernels_common_cuda
[ 79%] Built target KokkosKernels_common_cuda
[ 79%] Building CXX object perf_test/sparse/CMakeFiles/sparse_gs.dir/KokkosSparse_gs.cpp.o
[ 80%] Linking CXX executable graph_mis_d2
[ 80%] Built target graph_mis_d2
[ 80%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o
[ 81%] Linking CXX executable graph_color
[ 81%] Built target graph_color
[ 81%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o
[ 81%] Linking CXX executable graph_color_d2
[ 81%] Built target graph_color_d2
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
[ 82%] Linking CXX executable sparse_pcg
[ 82%] Built target sparse_pcg
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o
[ 82%] Linking CXX executable KokkosKernels_graph_cuda
[ 82%] Built target KokkosKernels_graph_cuda
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
[ 82%] Linking CXX executable KokkosKernels_blas_openmp
CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::OpenMP const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
tmpxft_0000bd47_00000000-6_Test_OpenMP_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0xcc): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::OpenMP const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/build.make:121: blas/unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [CMakeFiles/Makefile2:1544: blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 82%] Linking CXX executable KokkosKernels_blas_cuda
[ 83%] Linking CXX executable sparse_spadd
[ 83%] Linking CXX executable sparse_gs
CMakeFiles/KokkosKernels_blas_cuda.dir/backends/Test_Cuda_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::Cuda const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
tmpxft_0000bd5e_00000000-6_Test_Cuda_Blas.cudafe1.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos4CudaENS1_4ViewIdJNS1_6DeviceIS2_NS1_9CudaSpaceEEEEEENS3_IKdJNS1_10LayoutLeftES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos4CudaENS1_4ViewIdJNS1_6DeviceIS2_NS1_9CudaSpaceEEEEEENS3_IKdJNS1_10LayoutLeftES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0xcc): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::Cuda const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/build.make:121: blas/unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [CMakeFiles/Makefile2:1571: blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 83%] Built target sparse_spadd
[ 83%] Linking CXX executable sparse_spgemm
[ 83%] Built target sparse_gs
[ 83%] Built target sparse_spgemm
[ 84%] Linking CXX executable sparse_sptrsv
[ 84%] Built target sparse_sptrsv
[ 84%] Linking CXX executable sparse_spmv_struct
[ 84%] Built target sparse_spmv_struct
[ 84%] Linking CXX executable sparse_spgemm_jacobi
[ 84%] Built target sparse_spgemm_jacobi
[ 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_cuda
[ 84%] Built target KokkosKernels_sparse_cuda
[ 84%] Linking CXX executable KokkosKernels_batched_dla_cuda
[ 84%] Built target KokkosKernels_batched_dla_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.21.2 cuda/11.2.2 openblas/0.3.18/gcc/8.3.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.97/TestAll_2022-10-10_08.47.28/cuda/11.2.2/Cuda_OpenMP-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 # 50 (click to expand)

[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_mis2
[ 92%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 92%] Built target KokkosKernels_wiki_mis2
[ 92%] Built target KokkosBlas3_gemm_perf_test
Scanning dependencies of target team_GMRES
[ 92%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 93%] Linking CXX executable KokkosKernels_wiki_coloring
[ 93%] Built target KokkosKernels_wiki_coloring
Scanning dependencies of target static_pivoting
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Built target sparse_kk_spmv
[ 96%] Linking CXX executable gmres_test_cmplx_A
Scanning dependencies of target xpy
[ 96%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 96%] Built target gmres_test_cmplx_A
[ 96%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 96%] Built target KokkosKernels_gmres_test_prec
[ 96%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 96%] Built target KokkosKernels_gmres_test_real_A
[ 96%] Linking CXX executable static_pivoting
[ 96%] Built target static_pivoting
[ 97%] Linking CXX executable team_GMRES
[ 98%] Linking CXX executable xpy
[ 98%] Built target team_GMRES
[ 98%] Built target xpy
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_blas_openmp
[100%] Built target KokkosBlas3_perf_test
CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::OpenMP const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_OpenMP_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x131): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::OpenMP const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [blas/unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] 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=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/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.50/TestAll_2022-10-10_08.47.35/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=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/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.50/TestAll_2022-10-10_08.47.35/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: blake05: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

[ 91%] Built target KokkosKernels_wiki_mis2
Scanning dependencies of target KokkosKernels_gmres_test_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_real_A.dir/test_real_A.cpp.o
Scanning dependencies of target gmres_ex_real_A
[ 92%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coarsening
[ 93%] Linking CXX executable KokkosKernels_wiki_coloring
Scanning dependencies of target team_GMRES
[ 93%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 93%] Built target KokkosKernels_wiki_coloring
Scanning dependencies of target static_pivoting
[ 94%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 95%] Linking CXX executable sparse_kk_spmv
[ 95%] Built target sparse_kk_spmv
Scanning dependencies of target xpy
[ 95%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 95%] Linking CXX executable static_pivoting
[ 95%] Built target static_pivoting
[ 96%] Linking CXX executable xpy
[ 96%] Built target xpy
[ 97%] Linking CXX executable team_GMRES
[ 97%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 97%] Built target team_GMRES
[ 97%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 98%] Linking CXX executable gmres_test_cmplx_A
[ 98%] Built target KokkosKernels_gmres_test_real_A
[ 98%] Built target KokkosKernels_gmres_test_prec
[ 98%] Built target gmres_test_cmplx_A
[ 99%] Linking CXX executable gmres_ex_real_A
[ 99%] Built target gmres_ex_real_A
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[100%] Linking CXX executable KokkosBlas3_perf_test
[100%] Built target KokkosBlas3_perf_test
[100%] Linking CXX executable KokkosKernels_blas_openmp
CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::OpenMP const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_OpenMP_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos6OpenMPENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x131): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::OpenMP const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
collect2: error: ld returned 1 exit status
make[2]: *** [blas/unit_test/KokkosKernels_blas_openmp] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable KokkosKernels_batched_dla_openmp
[100%] Built target KokkosKernels_batched_dla_openmp
[100%] Linking CXX executable KokkosKernels_sparse_openmp
[100%] 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.49/TestAll_2022-10-10_08.47.46/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.49/TestAll_2022-10-10_08.47.46/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: blake20: 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 # 12 (click to expand)

21:             ***     * * *  **       
21:              ***     * *   ***      
21:               **      *     **      
21:                 *** **   * *  *     
21:                  ***    * **  **    
21:                   **     *    **    
21:                     *** **  * * *   
21:                      ***   * ** **  
21:                       **    *   **  
21:                         *****  ** * 
21:                          **   * * * 
21:                            ***** ***
21:                             **  * **
21:                               **** *
21:                                 *** 
21: 
21/23 Test #21: wiki_rcm .........................   Passed    0.01 sec
test 22
      Start 22: gmres_test_real_A

22: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.12/TestAll_2022-10-10_08.47.55/gcc/10.2.0/OpenMP_Serial-release/example/gmres/KokkosKernels_gmres_test_real_A
22: Test timeout computed to be: 2500
22: Convergence tolerance is: 1e-10
22: Testing GMRES with CGS2 ortho:
22: Ending relative residual is: 5.003e-11
22: =======================================
22: Verify from main: Ending residual is 5.003e-11
22: Number of iterations is: 30
22: Diff of residual from main - residual from solver: 0
22: Convergence flag is : Converged
22: Test CGS2 Passed!
22: =======================================
22:
22:
22: Testing GMRES with MGS ortho:
22: Ending relative residual is: 5.003e-11
22: =======================================
22: Verify from main: Ending residual is 5.003e-11
22: Number of iterations is: 30
22: Diff of residual from main - residual from solver: 0
22: Convergence flag is : Converged
22: Test MGS Passed!
22: =======================================
22:
22:
22: Both tests have passed!!
22/23 Test #22: gmres_test_real_A ................ Passed 0.06 sec
test 23
Start 23: gmres_test_prec

23: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.12/TestAll_2022-10-10_08.47.55/gcc/10.2.0/OpenMP_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
23: Test timeout computed to be: 2500
23: Convergence tolerance is: 1e-10
23: Ending relative residual is: 3.48957e-14
23: =========================================
23: Verify from main: Ending residual is 3.48957e-14
23: Number of iterations is: 1
23: Diff of residual from main - residual from solver: 0
23: Convergence flag is : Converged
23: Test passed!
23/23 Test #23: gmres_test_prec .................. Passed 0.01 sec

96% tests passed, 1 tests failed out of 23

Total Test time (real) = 199.28 sec

The following tests FAILED:
8 - blas_openmp (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (test 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.13/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=/home/projects/x86-64-skylake/openblas/0.3.13/gcc/10.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.3.13/gcc/10.2.0/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.12/TestAll_2022-10-10_08.47.55/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: blake01: 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 # 99 (click to expand)

Scanning dependencies of target KokkosKernels_gmres_test_prec
[ 91%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_rcm
[ 92%] Built target KokkosKernels_wiki_rcm
Scanning dependencies of target gmres_test_cmplx_A
[ 92%] Building CXX object example/gmres/CMakeFiles/gmres_test_cmplx_A.dir/test_cmplx_A.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_coarsening
[ 92%] Built target KokkosKernels_wiki_coarsening
Scanning dependencies of target team_GMRES
[ 92%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o
[ 92%] Linking CXX executable KokkosKernels_wiki_coloring
[ 92%] Built target KokkosKernels_wiki_coloring
Scanning dependencies of target static_pivoting
[ 92%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o
[ 92%] Linking CXX executable KokkosKernels_gmres_test_real_A
[ 92%] Built target KokkosKernels_gmres_test_real_A
Scanning dependencies of target xpy
[ 92%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o
[ 92%] Linking CXX executable KokkosKernels_batched_sla_threads
[ 92%] Linking CXX executable KokkosKernels_gmres_test_prec
[ 93%] Linking CXX executable gmres_ex_real_A
[ 93%] Built target KokkosKernels_batched_sla_threads
[ 93%] Built target KokkosKernels_gmres_test_prec
[ 93%] Built target gmres_ex_real_A
[ 94%] Linking CXX executable static_pivoting
[ 94%] Built target static_pivoting
[ 95%] Linking CXX executable team_GMRES
[ 96%] Linking CXX executable gmres_test_cmplx_A
[ 96%] Built target team_GMRES
[ 97%] Linking CXX executable xpy
[ 97%] Built target gmres_test_cmplx_A
[ 97%] Built target xpy
[ 97%] Linking CXX executable KokkosKernels_common_threads
[ 97%] Built target KokkosKernels_common_threads
[ 98%] Linking CXX executable KokkosKernels_graph_threads
[ 98%] Built target KokkosKernels_graph_threads
[ 99%] Linking CXX executable KokkosKernels_blas_threads
CMakeFiles/KokkosKernels_blas_threads.dir/backends/Test_Threads_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::Threads const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos7ThreadsENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos7ThreadsENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x175): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::Threads const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
make[2]: *** [blas/unit_test/KokkosKernels_blas_threads] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Linking CXX executable KokkosKernels_sparse_threads
[ 99%] Built target KokkosKernels_sparse_threads
[100%] Linking CXX executable KokkosKernels_batched_dla_threads
[100%] Built target KokkosKernels_batched_dla_threads
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (test 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.99/TestAll_2022-10-10_08.48.06/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.99/TestAll_2022-10-10_08.48.06/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: blake02: 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 # 148 (click to expand)

[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o
[ 82%] Linking CXX executable sparse_gs
[ 82%] Built target sparse_gs
Scanning dependencies of target sparse_spadd
[ 82%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o
[ 82%] Linking CXX executable sparse_sptrsv_supernode
[ 82%] Built target sparse_sptrsv_supernode
Scanning dependencies of target sparse_spmv_struct
[ 83%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct.dir/KokkosSparse_spmv_struct.cpp.o
[ 83%] Linking CXX executable sparse_spgemm_jacobi
[ 84%] Linking CXX executable KokkosKernels_graph_threads
[ 84%] Built target sparse_spgemm_jacobi
[ 84%] Built target KokkosKernels_graph_threads
Scanning dependencies of target sparse_spmv_struct_tuning
[ 84%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o
Scanning dependencies of target sparse_spmv
[ 84%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o
[ 84%] Linking CXX executable sparse_spmv_bsr
[ 85%] Linking CXX executable sparse_spadd
[ 85%] Built target sparse_spadd
[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o
[ 85%] Built target sparse_spmv_bsr
[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o
Scanning dependencies of target sparse_kk_spmv
[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o
[ 86%] Linking CXX executable KokkosKernels_graph_serial
[ 86%] Built target KokkosKernels_graph_serial
[ 86%] Linking CXX executable sparse_spmv_struct
[ 86%] Built target sparse_spmv_struct
Scanning dependencies of target sparse_sptrsv_cholmod
[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_cholmod.dir/KokkosSparse_sptrsv_cholmod.cpp.o
[ 86%] Linking CXX executable KokkosKernels_blas_threads
Scanning dependencies of target sparse_spiluk
Scanning dependencies of target sparse_sptrsv
[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spiluk.dir/KokkosSparse_spiluk.cpp.o
[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o
[ 87%] Linking CXX executable sparse_spmv
CMakeFiles/KokkosKernels_blas_threads.dir/backends/Test_Threads_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::Threads const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_Threads_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos7ThreadsENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos7ThreadsENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x193): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::Threads const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [blas/unit_test/KokkosKernels_blas_threads] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_threads.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 87%] Built target sparse_spmv
[ 87%] Linking CXX executable sparse_spmv_struct_tuning
[ 87%] Built target sparse_spmv_struct_tuning
[ 87%] Linking CXX executable sparse_sptrsv_cholmod
[ 87%] Built target sparse_sptrsv_cholmod
[ 87%] Linking CXX executable KokkosKernels_blas_serial
CMakeFiles/KokkosKernels_blas_serial.dir/backends/Test_Serial_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::Serial const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_Serial_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos6SerialENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos6SerialENS1_4ViewIdJNS1_6DeviceIS2_NS1_9HostSpaceEEEEEENS3_IKdJNS1_11LayoutRightES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x193): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::Serial const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [blas/unit_test/KokkosKernels_blas_serial] Error 1
make[1]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 87%] Linking CXX executable sparse_spiluk
[ 88%] Linking CXX executable sparse_sptrsv
[ 88%] Built target sparse_spiluk
[ 88%] Built target sparse_sptrsv
[ 89%] Linking CXX executable sparse_kk_spmv
[ 89%] Built target sparse_kk_spmv
[ 89%] Linking CXX executable KokkosKernels_batched_dla_threads
[ 89%] Built target KokkosKernels_batched_dla_threads
[ 89%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 89%] Built target KokkosKernels_batched_dla_serial
[ 89%] Linking CXX executable KokkosKernels_sparse_threads
[ 89%] Built target KokkosKernels_sparse_threads
[ 89%] Linking CXX executable KokkosKernels_sparse_serial
[ 89%] Built target KokkosKernels_sparse_serial
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/spack/opt/spack/linux-rhel7-x86_64/gcc-10.2.0/llvm-10.0.1-nldepabrxk2zcykcq7rlky5sr53hnm63/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -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/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.148/TestAll_2022-10-10_08.48.17/clang/10.0.1/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: blake07: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG13CUDA10 # 39 (click to expand)

[ 84%] Built target sparse_sptrsv_cholmod
[ 84%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_superlu.dir/KokkosSparse_sptrsv_superlu.cpp.o
[ 84%] Linking CXX executable sparse_sptrsv_supernode
[ 84%] Linking CXX executable sparse_spmv_struct_tuning
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Built target sparse_sptrsv_supernode
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 84%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o
[ 84%] Built target sparse_spmv_struct_tuning
[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spiluk.dir/KokkosSparse_spiluk.cpp.o
[ 86%] Linking CXX executable sparse_sptrsv_superlu
[ 87%] Linking CXX executable sparse_block_pcg
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 87%] Built target sparse_sptrsv_superlu
[ 88%] Building CXX object perf_test/blas/blas1/CMakeFiles/KokkosBlas_dot_perf_test.dir/KokkosBlas_dot_perf_test.cpp.o
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 88%] Built target sparse_block_pcg
[ 88%] Building CXX object perf_test/blas/blas1/CMakeFiles/KokkosBlas_perf_test.dir/KokkosBlas_perf_test.cpp.o
[ 88%] Linking CXX executable sparse_spmv_bsr
[ 88%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 88%] Built target sparse_spmv_bsr
[ 89%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o
[ 89%] Linking CXX executable sparse_spiluk
[ 89%] Building CXX object perf_test/blas/blas1/CMakeFiles/KokkosBlas_dot_mv_perf_test.dir/KokkosBlas_dot_mv_perf_test.cpp.o
[ 89%] Linking CXX executable KokkosKernels_blas_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 89%] Built target sparse_spiluk
[ 90%] Building CXX object perf_test/blas/blas1/CMakeFiles/KokkosBlas_team_dot_perf_test.dir/KokkosBlas_team_dot_perf_test.cpp.o
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
CMakeFiles/KokkosKernels_blas_cuda.dir/backends/Test_Cuda_Blas.cpp.o: In function `void KokkosBlas::rotmg >, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> >, Kokkos::View > >(Kokkos::Cuda const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View > const&, Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0u> > const&, Kokkos::View > const&)':
Test_Cuda_Blas.cpp:(.text._ZN10KokkosBlas5rotmgIN6Kokkos4CudaENS1_4ViewIdJNS1_6DeviceIS2_NS1_9CudaSpaceEEEEEENS3_IKdJNS1_10LayoutLeftES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_[_ZN10KokkosBlas5rotmgIN6Kokkos4CudaENS1_4ViewIdJNS1_6DeviceIS2_NS1_9CudaSpaceEEEEEENS3_IKdJNS1_10LayoutLeftES6_NS1_12Experimental14EmptyViewHooksENS1_12MemoryTraitsILj0EEEEEENS3_IA5_dJS6_EEEEEvRKT_RKT0_SM_SM_RKT1_RKT2_]+0x17c): undefined reference to `KokkosBlas::Impl::Rotmg, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, Kokkos::View, Kokkos::MemoryTraits<1u> >, false, false>::rotmg(Kokkos::Cuda const&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&, Kokkos::View, Kokkos::MemoryTraits<1u> >&)'
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/build.make:122: blas/unit_test/KokkosKernels_blas_cuda] Error 1
make[1]: *** [CMakeFiles/Makefile2:1571: blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 90%] Linking CXX executable KokkosBlas_dot_perf_test
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target KokkosBlas_dot_perf_test
[ 90%] Linking CXX executable KokkosBlas_perf_test
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target KokkosBlas_perf_test
[ 90%] Linking CXX executable KokkosBlas_team_dot_perf_test
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target KokkosBlas_team_dot_perf_test
[ 90%] Linking CXX executable sparse_spmv
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target sparse_spmv
[ 90%] Linking CXX executable KokkosBlas_dot_mv_perf_test
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target KokkosBlas_dot_mv_perf_test
[ 90%] Linking CXX executable KokkosKernels_graph_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 90%] Built target KokkosKernels_graph_cuda
[ 91%] Linking CXX executable sparse_kk_spmv
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 91%] Built target sparse_kk_spmv
[ 91%] Linking CXX executable KokkosKernels_batched_dla_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 91%] Built target KokkosKernels_batched_dla_serial
[ 91%] Linking CXX executable KokkosKernels_sparse_serial
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 91%] Built target KokkosKernels_sparse_serial
[ 91%] Linking CXX executable KokkosKernels_sparse_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 91%] Built target KokkosKernels_sparse_cuda
[ 91%] Linking CXX executable KokkosKernels_batched_dla_cuda
/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4
[ 91%] Built target KokkosKernels_batched_dla_cuda
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-13.0.0-Cuda-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.21.2 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243 --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=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/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/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/KokkosKernels_PullRequest_CLANG13CUDA10.39/TestAll_2022-10-10_08.48.27/clang/13.0.0/Cuda-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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020 # 43 (click to expand)

16: Testing GMRES with CGS2 ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test CGS2 Passed!
16: =======================================
16: 
16: 
16: Testing GMRES with MGS ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.08 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.43/TestAll_2022-10-10_08.49.32/armpl/21.1.0/Serial-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Ending relative residual is: 3.35095e-14
17: =========================================
17: Verify from main: Ending residual is 3.35095e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.02 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 264.03 sec

The following tests FAILED:
4 - blas_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (test 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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.43/TestAll_2022-10-10_08.49.32/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 (test 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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.43/TestAll_2022-10-10_08.49.32/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 2487
salloc: Job allocation 2487 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

This adds a full implementation for rotmg, its ETI and TPLs.
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

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

  • Build Num: 91
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 99
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 51
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 14
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 101
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 150
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 40
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 44
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: 2f30abc
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 91
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 99
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 52
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 51
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 14
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 101
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 150
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 40
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 44
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 2f30abc
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 91 (click to expand)

Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-9.3.0-Serial-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-9.3.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=464 run_time=113
gcc-9.3.0-OpenMP_Serial-release build_time=590 run_time=272
gcc-9.3.0-Serial-release build_time=423 run_time=123
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=444 run_time=115
gcc-9.3.0-Serial-release build_time=405 run_time=121
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 99 (click to expand)

Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse refs/remotes/origin/rotmg^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (refs/remotes/origin/rotmg)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 16195c1aca7a4f259cbed6dfba0937ccb9f4e4ef # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 833da38b02c6214977a20bd558f2b41a6638341c # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins16195280010974143136.sh
***Forced exclusive execution
Job <45939> is submitted to queue .
<>
<>
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

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=3490 run_time=645
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

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=4684 run_time=647
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0d66b83cb7c8abc02436029d86b30ca8ef7a25a5 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 833da38b02c6214977a20bd558f2b41a6638341c # timeout=10
[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins1812786899568323440.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-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 -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=407 run_time=92
gcc-10.2.0-Threads_Serial-release build_time=519 run_time=191
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0d66b83cb7c8abc02436029d86b30ca8ef7a25a5 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 833da38b02c6214977a20bd558f2b41a6638341c # timeout=10
[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1859697234886840877.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-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 -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=353 run_time=86
gcc-10.2.0-Threads_Serial-release build_time=466 run_time=182
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0d66b83cb7c8abc02436029d86b30ca8ef7a25a5 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 833da38b02c6214977a20bd558f2b41a6638341c # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins4108618680840994415.sh
Running on machine: blake
KokkosKernels Repository Status:  2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=532 run_time=197
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

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

15/17 Test #15: wiki_rcm .........................   Passed    0.03 sec
test 16
      Start 16: gmres_test_real_A

16: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.101/TestAll_2022-10-12_10.30.06/intel/19.5.281/OpenMP-release/example/gmres/KokkosKernels_gmres_test_real_A
16: Test timeout computed to be: 2500
16: Convergence tolerance is: 1e-10
16: Testing GMRES with CGS2 ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test CGS2 Passed!
16: =======================================
16:
16:
16: Testing GMRES with MGS ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16:
16:
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................ Passed 0.06 sec
test 17
Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.101/TestAll_2022-10-12_10.30.06/intel/19.5.281/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Ending relative residual is: 3.48957e-14
17: =========================================
17: Verify from main: Ending residual is 3.48957e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.05 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 98.77 sec

The following tests FAILED:
4 - blas_openmp (Failed)
Errors while running CTest
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-Threads-release build_time=842 run_time=125
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (test 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.101/TestAll_2022-10-12_10.30.06/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

#######################################################
srun: error: blake20: 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 # 150 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 0d66b83cb7c8abc02436029d86b30ca8ef7a25a5 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 833da38b02c6214977a20bd558f2b41a6638341c # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins8898899568861562606.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

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=483 run_time=203
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG13CUDA10 # 40 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5^{commit} # timeout=10
Checking out Revision 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 # timeout=10
Commit message: "ROTMG: adding rotmg implementation to KokkosBlas"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 16195c1aca7a4f259cbed6dfba0937ccb9f4e4ef # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision af652331843b265a8d2409c4c60b871165ee5449 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f af652331843b265a8d2409c4c60b871165ee5449 # timeout=10
Commit message: "Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 519cef6812bf63ce5d91ded527d6211d08dab88b # timeout=10
[KokkosKernels_PullRequest_CLANG13CUDA10] $ /bin/bash -el /tmp/jenkins5199687538997729467.sh
***Forced exclusive execution
Job <45940> is submitted to default queue .
<>
<>
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: 2f30abc59e9011bb2a4a804c16c8d3489e44f7e5 ROTMG: adding rotmg implementation to KokkosBlas

Kokkos Repository Status: af652331843b265a8d2409c4c60b871165ee5449 Merge pull request #5490 from dalg24/cuda_with_nvc++_ci_build

Going to test compilers: clang/13.0.0
Testing compiler clang/13.0.0
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Starting job clang-13.0.0-Cuda-release
kokkos devices: Cuda
kokkos arch: Power9,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 clang-13.0.0-Cuda-release
#######################################################
PASSED TESTS
#######################################################
clang-13.0.0-Cuda-release build_time=841 run_time=697
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020 # 44 (click to expand)

16: Convergence tolerance is: 1e-10
16: Testing GMRES with CGS2 ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test CGS2 Passed!
16: =======================================
16: 
16: 
16: Testing GMRES with MGS ortho:
16: Ending relative residual is: 5.003e-11
16: =======================================
16: Verify from main: Ending residual is 5.003e-11
16: Number of iterations is: 30
16: Diff of residual from main - residual from solver: 0
16: Convergence flag is : Converged
16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.08 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.44/TestAll_2022-10-12_10.31.29/armpl/21.1.0/Serial-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Ending relative residual is: 3.35095e-14
17: =========================================
17: Verify from main: Ending residual is 3.35095e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.02 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 267.14 sec

The following tests FAILED:
4 - blas_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (test 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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.44/TestAll_2022-10-12_10.31.29/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 (test 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 --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_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020.44/TestAll_2022-10-12_10.31.29/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 2488
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Oct 12, 2022
// We may spread out definitions (see _DEF macro below) across one or
// more .cpp files.
//
#define KOKKOSBLAS1_ROTMG_ETI_SPEC_DECL(SCALAR, LAYOUT, EXEC_SPACE, MEM_SPACE) \
Copy link
Contributor

Choose a reason for hiding this comment

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

You could get away with not instantiating for different layouts, since everything is rank 0 or 1. But the code is really small so it's not a big deal

(GetUnifiedLayout will give you a layout that is enabled in ETI, if possible)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I need to study our ETI a bit better to get this case just right, I will put that on the to-do list. Thanks for looking at it.

@lucbv
Copy link
Contributor Author

lucbv commented Oct 26, 2022

The Intel19 TPLs build shows small diffs in values (see below), increasing the tolerance a bit should be fine.

10:52:16 4: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
10:52:16 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 1.68257e-11 vs 3.5293e-12
10:52:16 4: rotmg: d1 is off
10:52:16 4: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
10:52:16 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 8.41283e-12 vs 1.76465e-12
10:52:16 4: rotmg: d2 is off
10:52:16 4: [  FAILED  ] openmp.rotmg_double_int_int_TestExecSpace (0 ms)
10:52:16 4: [ RUN      ] openmp.rotmg_double_int_size_t_TestExecSpace
10:52:16 4: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
10:52:16 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 1.68257e-11 vs 3.5293e-12
10:52:16 4: rotmg: d1 is off
10:52:16 4: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
10:52:16 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 8.41283e-12 vs 1.76465e-12
10:52:16 4: rotmg: d2 is off

The ARM TPL build requires a bit more investigation, at first glance, having diffs in param(0) which is a flag looks problematic...

11:04:41 4: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
11:04:41 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 2 vs 4.44089e-15
11:04:41 4: rotmg: param(0) is off
11:04:41 4: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
11:04:41 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 2 vs 4.44089e-15
11:04:41 4: rotmg: param(1) is off
11:04:41 4: [  FAILED  ] openmp.rotmg_double_int_int_TestExecSpace (2 ms)
11:04:41 4: [ RUN      ] openmp.rotmg_double_int_size_t_TestExecSpace
11:04:41 4: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
11:04:41 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 2 vs 4.44089e-15
11:04:41 4: rotmg: param(0) is off
11:04:41 4: /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020/kokkos-kernels/test_common/KokkosKernels_TestUtils.hpp:139: Failure
11:04:41 4: Expected: ((double)AT1::abs(val1 - val2)) <= ((double)AT3::abs(tol)), actual: 2 vs 4.44089e-15
11:04:41 4: rotmg: param(1) is off

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

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 124
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 77
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 76
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 39
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 126
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 175
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 65
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: c3081cd
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Error: Jenkins Jobs - A user has commited a change to the PR before testing completed. The original testing SHA = c3081cd Does not match the current commit SHA = 39afe72. The Jenkins Jobs will be shutdown; Testing of this PR must occur again.

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

  • Build Num: 116
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 124
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 77
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 76
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 39
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 126
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 175
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 65
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 69
  • Status: ERROR

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA c3081cd
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bb89138
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930 # 116 (click to expand)

extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-9.3.0-Serial-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
  Starting job gcc-9.3.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  PASSED gcc-9.3.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=466 run_time=112
gcc-9.3.0-OpenMP_Serial-release build_time=589 run_time=269
gcc-9.3.0-Serial-release build_time=423 run_time=124
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=443 run_time=114
gcc-9.3.0-Serial-release build_time=405 run_time=124
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 124 (click to expand)

 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins6099790267209049984.sh
***Forced exclusive execution
Job <46675> is submitted to queue .
<>
<>
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

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=3487 run_time=658
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

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
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

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

 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse c3081cd1428e99ee8ce4ccc38702465464b4f1d8^{commit} # timeout=10
Checking out Revision c3081cd1428e99ee8ce4ccc38702465464b4f1d8 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f c3081cd1428e99ee8ce4ccc38702465464b4f1d8 # timeout=10
Commit message: "ROTMG: applying clang-format after ARMPL fix"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a8fad2097ed2125ce2740b09834e35ef1d1a3e89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins8905131885663938350.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-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 -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=404 run_time=94
gcc-10.2.0-Threads_Serial-release build_time=509 run_time=194
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

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

 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse c3081cd1428e99ee8ce4ccc38702465464b4f1d8^{commit} # timeout=10
Checking out Revision c3081cd1428e99ee8ce4ccc38702465464b4f1d8 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f c3081cd1428e99ee8ce4ccc38702465464b4f1d8 # timeout=10
Commit message: "ROTMG: applying clang-format after ARMPL fix"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a8fad2097ed2125ce2740b09834e35ef1d1a3e89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins3941056952233685732.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-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 -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=357 run_time=86
gcc-10.2.0-Threads_Serial-release build_time=466 run_time=182
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse c3081cd1428e99ee8ce4ccc38702465464b4f1d8^{commit} # timeout=10
Checking out Revision c3081cd1428e99ee8ce4ccc38702465464b4f1d8 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f c3081cd1428e99ee8ce4ccc38702465464b4f1d8 # timeout=10
Commit message: "ROTMG: applying clang-format after ARMPL fix"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a8fad2097ed2125ce2740b09834e35ef1d1a3e89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins5612660359961082836.sh
Running on machine: blake
KokkosKernels Repository Status:  c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=534 run_time=200
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

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

16: Test MGS Passed!
16: =======================================
16: 
16: 
16: Both tests have passed!!
16/17 Test #16: gmres_test_real_A ................   Passed    0.06 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.126/TestAll_2022-10-27_08.39.42/intel/19.5.281/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: Ending relative residual is: 3.48957e-14
17: =========================================
17: Verify from main: Ending residual is 3.48957e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : Converged
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.05 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 97.99 sec

The following tests FAILED:
4 - blas_openmp (Failed)
Errors while running CTest
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Starting job intel-19.5.281-Threads-release
kokkos devices: Threads
kokkos arch: SKX
kokkos options:
kokkos cuda options:
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
extra_args: --disable-perftests
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-19.5.281-Threads-release
#######################################################
PASSED TESTS
#######################################################
intel-19.5.281-Threads-release build_time=807 run_time=123
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (test 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.126/TestAll_2022-10-27_08.39.42/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

#######################################################
srun: error: blake02: 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 # 175 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse c3081cd1428e99ee8ce4ccc38702465464b4f1d8^{commit} # timeout=10
Checking out Revision c3081cd1428e99ee8ce4ccc38702465464b4f1d8 (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f c3081cd1428e99ee8ce4ccc38702465464b4f1d8 # timeout=10
Commit message: "ROTMG: applying clang-format after ARMPL fix"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk a8fad2097ed2125ce2740b09834e35ef1d1a3e89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins4264754047900114712.sh
Running on machine: blake
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

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=486 run_time=204
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG13CUDA10 # 65 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on weaver (testbed) in workspace /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/lucbv/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/lucbv/kokkos-kernels
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/lucbv/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse c3081cd1428e99ee8ce4ccc38702465464b4f1d8^{commit} # timeout=10
Checking out Revision c3081cd1428e99ee8ce4ccc38702465464b4f1d8 (detached)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f c3081cd1428e99ee8ce4ccc38702465464b4f1d8 # timeout=10
Commit message: "ROTMG: applying clang-format after ARMPL fix"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk a8fad2097ed2125ce2740b09834e35ef1d1a3e89 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/ppc64le/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e # timeout=10
Commit message: "Merge pull request #5412 from PhilMiller/cleanup-volatile"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk ace8eea3195c4b9d7b7d759e47e5b7d6a08df5db # timeout=10
[KokkosKernels_PullRequest_CLANG13CUDA10] $ /bin/bash -el /tmp/jenkins6395662519709134389.sh
***Forced exclusive execution
Job <46676> is submitted to default queue .
<>
<>
Running on machine: weaver
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? perf_test/batched/sparse/

KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: clang/13.0.0
Testing compiler clang/13.0.0
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Starting job clang-13.0.0-Cuda-release
kokkos devices: Cuda
kokkos arch: Power9,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 clang-13.0.0-Cuda-release
#######################################################
PASSED TESTS
#######################################################
clang-13.0.0-Cuda-release build_time=842 run_time=716
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CLANG13CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020 # 69 (click to expand)

  PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1642 run_time=276
armpl-21.1.0-Serial-release build_time=1519 run_time=261
Running on machine: inouye
KokkosKernels Repository Status:  c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: armpl/20.3.0
Testing compiler armpl/20.3.0
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Starting job armpl-20.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-20.3.0-OpenMP-release
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Unrecognized compiler armpl/20.3.0 when looking for Spack variants
Starting job armpl-20.3.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
salloc: Job 2513 has exceeded its time limit and its allocation has been revoked.
PASSED armpl-20.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-20.3.0-OpenMP-release build_time=1672 run_time=255
armpl-20.3.0-Serial-release build_time=1517 run_time=268
Running on machine: inouye
KokkosKernels Repository Status: c3081cd1428e99ee8ce4ccc38702465464b4f1d8 ROTMG: applying clang-format after ARMPL fix

Kokkos Repository Status: d7b65dbaa8f340c69245fa8ea541b8aa345d6c9e Merge pull request #5412 from PhilMiller/cleanup-volatile

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
Build was aborted
Aborted by Evan Harvey
Finished: ABORTED

The TPLs have their own slightly different way of implementing
rotmg, the changes here are handling that by disabling ARMPL
and losening the tolerance when running with MKL. Overall this
is not a very big deal...
@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_GCC930_Light_Tpls_GCC930

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 125
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 78
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 77
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 40
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 127
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 176
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 66
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 70
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: 71e6f70
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 125
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 78
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 77
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 40
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 127
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 176
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 66
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 70
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 71e6f70
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@kokkos-devops-admin
Copy link

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

namespace KokkosBlas {
namespace Impl {

// Generic Host side BLAS (could be MKL or whatever)
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe make a note here about why ARMPL is disabled

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, I expended the comment to mention ARMPL


constexpr int num_test_cases = 9;
for (int test_case = 0; test_case < num_test_cases; ++test_case) {
#if defined(KOKKOSKERNELS_ENABLE_TPL_ARMPL)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can take this if defined branch out if ARMPL is never used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I removed that #ifdef since it is no longer required.

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

  • Build Num: 119
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 127
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 79
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 42
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 129
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 178
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 68
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 72
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: 148d84c
  • Mode: TEST_REPO

Pull Request Author: lucbv

@kokkos-devops-admin
Copy link

NOTICE: The AutoTester has encountered an internal error (usually a Communications Timeout), testing will be restarted, previous tests may still be running but will be ignored by the AutoTester...

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

  • Build Num: 120
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 128
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 81
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 43
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 130
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 179
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 73
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (lucbv/kokkos-kernels)
  • Branch: rotmg
  • SHA: 148d84c
  • Mode: TEST_REPO

Pull Request Author: lucbv

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

  • Build Num: 120
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 128
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 81
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 80
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 43
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 130
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 179
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG13CUDA10

  • Build Num: 69
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_ARMPL2110_Tpls_ARMPL2030_GCC1020

  • Build Num: 73
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH rotmg
KOKKOSKERNELS_SOURCE_REPO https://github.com/lucbv/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 148d84c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bd907c4
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1560
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

@lucbv lucbv merged commit 1ddbcd8 into kokkos:develop Oct 28, 2022
@lucbv lucbv deleted the rotmg branch October 28, 2022 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants