We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
possibly a kokkos build issue rather than tutorial related, but it's reproducible from here
cd Exercises/04/Begin # arbitrary mkdir build cd build cmake .. -G Ninja ninja ninja clean ninja #fail
error message
ninja [4/30] Building CXX object Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o FAILED: Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o /usr/bin/c++ -I/io/koks/Exercises/04/Begin/build/generated -O2 -g -DNDEBUG -MD -MT Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o -MF Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o.d -o Kokkos/CMakeFiles/impl_git_version.dir/__/generated/Kokkos_Version_Info.cpp.o -c /io/koks/Exercises/04/Begin/build/generated/Kokkos_Version_Info.cpp cc1plus: fatal error: /io/koks/Exercises/04/Begin/build/generated/Kokkos_Version_Info.cpp: No such file or directory compilation terminated.
The text was updated successfully, but these errors were encountered:
I can reproduce it, thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
possibly a kokkos build issue rather than tutorial related, but it's reproducible from here
error message
The text was updated successfully, but these errors were encountered: