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

workgraph_fib test seg-faults with threads backend and hwloc #2797

Closed
ndellingwood opened this issue Feb 25, 2020 · 0 comments
Closed

workgraph_fib test seg-faults with threads backend and hwloc #2797

ndellingwood opened this issue Feb 25, 2020 · 0 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@ndellingwood
Copy link
Contributor

The workgraph_fib unit test is seg-faulting when using hwloc/1.11.3 on SKX and KNL architectures with the Threads backend.

KNL:
intel/compilers/18.0.128, hwloc/1.11.3, cmake/3.12.3
intel/compilers/17.0.098, hwloc/1.11.3, cmake/3.12.3
intel/compilers/17.1.132, hwloc/1.11.3, cmake/3.12.3
gcc/6.2.0, hwloc/1.11.3, cmake/3.12.3
gcc/7.1.0, hwloc/1.11.3, cmake/3.12.3

SKX:
intel/compilers/19.1.144, hwloc/1.11.8, cmake/3.12.3

Sample configure reproducer:

export HWLOC_ROOT=<PATH_TO_HWLOC>

../generate_makefile.bash \
    --arch=KNL \
    --cxxflags="-Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized" \
    --with-hwloc=$HWLOC_ROOT \
    --compiler=icpc \
    --with-devices=Pthread,Serial
@crtrott crtrott added Blocks Promotion Overview issue for release-blocking bugs Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) labels Feb 26, 2020
@crtrott crtrott added this to the Tentative 3.1 Release milestone Mar 4, 2020
@ndellingwood ndellingwood added InDevelop and removed Blocks Promotion Overview issue for release-blocking bugs labels Apr 9, 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

3 participants