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

intel/16.0.1, intel/17.0.1 nightly build failures with debugging enabled #2867

Closed
ndellingwood opened this issue Mar 13, 2020 · 1 comment
Closed
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@ndellingwood
Copy link
Contributor

Debug builds with intel/16.0.1 and Serial, OpenMP, and Pthread backeds are failing to compile, with error messages like below:

11:12:02 /home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/impl/Kokkos_ViewCtor.hpp(240): error #869: parameter "arg" was never referenced
11:12:02     ViewCtorProp(ViewCtorProp<Args...> const &arg)
11:12:02                                               ^
11:12:02           detected during:
11:12:02             instantiation of "Kokkos::Impl::ViewCtorProp<P...>::ViewCtorProp(const Kokkos::Impl::ViewCtorProp<Args...> &) [with P=<std::string, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::execution_space>, Args=<>]" at line 1896 of "/home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/Kokkos_View.hpp"
11:12:02             instantiation of "Kokkos::View<DataType, Properties...>::View(const Kokkos::Impl::ViewCtorProp<P...> &, const std::enable_if<<expression>, Kokkos::ViewTraits<DataType, Properties...>::array_layout>::type &) [with DataType=int *[10][5][2], Properties=<Kokkos::LayoutLeft, Kokkos::Serial>, P=<>]" at line 1967 of "/home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/Kokkos_View.hpp"
11:12:02             instantiation of "Kokkos::View<DataType, Properties...>::View(const Kokkos::Impl::ViewCtorProp<P...> &, std::enable_if<<expression>, size_t={unsigned long}>::type, size_t={unsigned long}, size_t={unsigned long}, size_t={unsigned long}, size_t={unsigned long}, size_t={unsigned long}, size_t={unsigned long}, size_t={unsigned long}) [with DataType=int *[10][5][2], Properties=<Kokkos::LayoutLeft, Kokkos::Serial>, P=<>]" at line 2039 of
11:12:02                       "/home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/unit_test/TestViewSubview.hpp"
11:12:02             instantiation of "TestViewSubview::TestSubviewStaticSizes<Space, Layout>::TestSubviewStaticSizes() [with Space=Kokkos::Serial, Layout=Kokkos::LayoutLeft]" at line 95 of "/home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/unit_test/serial/TestSerial_SubView_a.cpp"

Reproducer sample:

module load sems-env sems-cmake/3.12.2 sems-intel/16.0.1

<KOKKOS_PATH>/generate_makefile.bash --with-devices=Serial  --compiler=/projects/sems/install/rhel6-x86_64/sems/compiler/intel/16.0.1/base/bin/icpc --cxxflags="-g -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="11" --ldflags=""  --kokkos-path=<KOKKOS_PATH> --no-examples --with-options=enable_large_mem_tests --debug
@ndellingwood ndellingwood added Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) Blocks Promotion Overview issue for release-blocking bugs DevelopOnly labels Mar 13, 2020
@ndellingwood ndellingwood added this to the Tentative 3.1 Release milestone Mar 13, 2020
@ndellingwood ndellingwood changed the title intel/16.0.1 nightly build failures with debugging enabled intel/16.0.1, intel/17.0.1 nightly build failures with debugging enabled Mar 14, 2020
@ndellingwood
Copy link
Contributor Author

Also failing in the intel/17.0.1 build, updated the issue title.

@crtrott crtrott added InDevelop and removed Blocks Promotion Overview issue for release-blocking bugs labels Mar 16, 2020
@crtrott crtrott closed this as completed Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants