You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple lines needed to propogate definition of KOKKOS_INTERNAL_USE_SERIAL to generated Makefile.kokkos are missing from core/src/Makefile.generate_build_files
e.g. @$(call kokkos_append_var,KOKKOS_INTERNAL_USE_SERIAL,'STRING ""')
Found this issue while trying to build Serial unit tests in kokkos-kernels, reported there in issue # 154
PR coming right up...
The text was updated successfully, but these errors were encountered:
ndellingwood
added
the
Bug
Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
label
Feb 16, 2018
A couple lines needed to propogate definition of
KOKKOS_INTERNAL_USE_SERIAL
to generated Makefile.kokkos are missing fromcore/src/Makefile.generate_build_files
e.g.
@$(call kokkos_append_var,KOKKOS_INTERNAL_USE_SERIAL,'STRING ""')
Found this issue while trying to build Serial unit tests in kokkos-kernels, reported there in issue # 154
PR coming right up...
The text was updated successfully, but these errors were encountered: