Skip to content

Commit

Permalink
Disable OpenMP in Kokkos for frontier-scream-gpu machine
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Apr 25, 2024
1 parent 3160ec7 commit 74611c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ if (COMP_NAME STREQUAL gptl)
endif()
set(PIO_FILESYSTEM_HINTS "lustre")

string(APPEND KOKKOS_OPTIONS " -DKokkos_ENABLE_HIP=On -DKokkos_ARCH_VEGA90A=On -DCMAKE_CXX_FLAGS='-std=gnu++14'")
string(APPEND KOKKOS_OPTIONS " -DKokkos_ENABLE_HIP=On -DKokkos_ARCH_VEGA90A=On -DCMAKE_CXX_FLAGS='-std=gnu++14' -DKokkos_ENABLE_OPENMP=OFF")
set(USE_HIP "TRUE")

0 comments on commit 74611c9

Please sign in to comment.