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

Pthread ETI error #25

Closed
mndevec opened this issue Apr 6, 2017 · 2 comments
Closed

Pthread ETI error #25

mndevec opened this issue Apr 6, 2017 · 2 comments

Comments

@mndevec
Copy link
Contributor

mndevec commented Apr 6, 2017

I get below error when I enable Kokkos::Pthread.

In file included from /home/mndevec/work/trilinoses/Trilinos/packages/kokkos-kernels/src/impl/Kokkos_Blas1_MV_impl_abs.hpp(339),
from /home/mndevec/work/trilinoses/Trilinos/packages/kokkos-kernels/src/impl/generated_specializations_cpp/abs/KokkosBlas1_impl_MV_abs_inst_specialization_Kokkos_complex_double__LayoutLeft_Cuda_CudaSpace.cpp(45):
/home/mndevec/work/trilinoses/Trilinos/packages/kokkos-kernels/src/impl/generated_specializations_hpp/KokkosBlas1_impl_MV_abs_decl_specializations.hpp(67): error: namespace "Kokkos" has no member "Pthread"
KOKKOSBLAS1_IMPL_MV_ABS_DECL(double, Kokkos::LayoutLeft, Kokkos::Pthread, Kokkos::HostSpace)
^
....

@mhoemmen
Copy link
Contributor

mhoemmen commented Apr 6, 2017

It's called Kokkos::Thread

@mndevec
Copy link
Contributor Author

mndevec commented Apr 6, 2017

Sorry for the confusion. I am enabling Pthreads simply using the Kokkos_ENABLE_Pthread:BOOL within Trilinos configure. I am not referring it as Kokkos::Pthread in my code.

It seems that the problem is in the KokkosBlas1_impl_MV_abs_decl_specializations.hpp, that refers it as Pthreads in several lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants