Skip to content

Commit 64f6b87

Browse files
committed
Disable OpenMP support in blaspp
Blaspp requests OpenMP unless we explicitly ask it to not try OpenMP. Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
1 parent 98e7d6a commit 64f6b87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ if (TTG_ENABLE_ASAN)
9090
add_link_options(-fsanitize=address)
9191
endif (TTG_ENABLE_ASAN)
9292

93+
# someone thought it was a brilliant idea to automatically enable thread-parallel BLAS
94+
set(use_openmp OFF)
95+
9396
set(TTG_HIP_PLATFORM "__HIP_PLATFORM_AMD__" CACHE STRING "Which platform to use when compiling HIP-related code (default: __HIP_PLATFORM_AMD__)")
9497
##########################
9598
#### prerequisites

0 commit comments

Comments
 (0)