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

Threads Backend Does not Pass on Cray Compilers #609

Closed
nmhamster opened this issue Jan 16, 2017 · 2 comments
Closed

Threads Backend Does not Pass on Cray Compilers #609

nmhamster opened this issue Jan 16, 2017 · 2 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Milestone

Comments

@nmhamster
Copy link
Contributor

Using Cray 2.5.3 compiler suite on Volta.

[==========] Running 65 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 65 tests from threads
Kokkos::Threads KOKKOS_HAVE_PTHREAD threads[2] threads_per_numa[2] threads_per_core[1] ReduceScratch[0] SharedScratch[0]
 Thread[ 1 : 0.0 ] Fan{ [ 0 : 0.0 ] } is_process
 Thread[ 0 : 0.0 ] Fan{ }
[ RUN      ] threads.init
[       OK ] threads.init (0 ms)
[ RUN      ] threads.md_range
[       OK ] threads.md_range (51 ms)
[ RUN      ] threads.policy_construction
[       OK ] threads.policy_construction (0 ms)
[ RUN      ] threads.range_tag
[       OK ] threads.range_tag (5 ms)
[ RUN      ] threads.compiler_macros
[       OK ] threads.compiler_macros (1 ms)
[ RUN      ] threads.memory_pool
[       OK ] threads.memory_pool (547 ms)
[ RUN      ] threads.tile_layout
[       OK ] threads.tile_layout (0 ms)
[ RUN      ] threads.dispatch
[       OK ] threads.dispatch (5 ms)
[ RUN      ] threads.long_reduce
[       OK ] threads.long_reduce (248 ms)
[ RUN      ] threads.double_reduce
[       OK ] threads.double_reduce (290 ms)
[ RUN      ] threads.reducers
terminate called without an active exception
Aborted
@nmhamster nmhamster added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Jan 16, 2017
@hcedwar hcedwar added this to the Backlog milestone Feb 15, 2017
@hcedwar
Copy link
Contributor

hcedwar commented Feb 15, 2017

Defer until change over to std::threads

@hcedwar hcedwar modified the milestones: 2017-April-end, Backlog Feb 22, 2017
@crtrott crtrott modified the milestones: 2017-April-end, 2017-June-end Apr 26, 2017
@dsunder dsunder moved this from Backlog to In Progress in Execution Space Instances Apr 26, 2017
@crtrott
Copy link
Member

crtrott commented May 19, 2017

Looks like this is actually fixed.

@crtrott crtrott closed this as completed May 27, 2017
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
No open projects
Development

No branches or pull requests

4 participants