Skip to content

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahulkumar Gayatri committed Sep 16, 2024
2 parents 2c01134 + 1d28438 commit 95b5e99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmake/kokkos_arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -803,12 +803,12 @@ IF(KOKKOS_ARCH_INTEL_PVC)
ENDIF()

IF (KOKKOS_ENABLE_OPENMP)
IF(KOKKOS_CLANG_IS_CRAY)
COMPILER_SPECIFIC_LINK_OPTIONS(
CrayClang -fopenmp # Needed for cmake>=3.28
Clang -fopenmp
)
ENDIF()
IF(KOKKOS_CLANG_IS_CRAY)
COMPILER_SPECIFIC_LINK_OPTIONS(
CrayClang -fopenmp # Needed for cmake>=3.28
Clang -fopenmp
)
ENDIF()
ENDIF()

IF (KOKKOS_ENABLE_OPENMPTARGET)
Expand Down

0 comments on commit 95b5e99

Please sign in to comment.