Skip to content

Commit

Permalink
Does CI work with this?
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Sep 25, 2024
1 parent 00cd825 commit da8727f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/SetupOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ if(SINGULARITY_USE_CUDA)
message(FATAL_ERROR "Cuda without kokkos is not currently supported")
endif()
endif()

if(NOT SINGULARITY_USE_KOKKOS)
message(FATAL_ERROR
"For unknown reasons PORTABILITY_STRATEGY_KOKKOS will always be provided to ports-of-call. "
"For now you must use Kokkos with singularity-opac.")
endif()

0 comments on commit da8727f

Please sign in to comment.