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
With the following cmake command:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=nvc++ -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DCMAKE_CXX_STANDARD=17 kokkos
I get:
... CMake Error at cmake/kokkos_arch.cmake:418 (STRING): STRING sub-command REPLACE requires at least four arguments. Call Stack (most recent call first): cmake/kokkos_tribits.cmake:202 (INCLUDE) CMakeLists.txt:166 (KOKKOS_SETUP_BUILD_ENVIRONMENT)
I believe the code in kokkos_arch.cmake could be guarded to check whether the GPU architecture is set.
The text was updated successfully, but these errors were encountered:
Fixed in #3191.
Sorry, something went wrong.
Also, hey Scott, long time no see!
Hi David! I thought I saw you work around this project.
No branches or pull requests
With the following cmake command:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=nvc++ -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DCMAKE_CXX_STANDARD=17 kokkos
I get:
...
CMake Error at cmake/kokkos_arch.cmake:418 (STRING):
STRING sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
cmake/kokkos_tribits.cmake:202 (INCLUDE)
CMakeLists.txt:166 (KOKKOS_SETUP_BUILD_ENVIRONMENT)
I believe the code in kokkos_arch.cmake could be guarded to check whether the GPU architecture is set.
The text was updated successfully, but these errors were encountered: