We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa9392 commit 771b18aCopy full SHA for 771b18a
1 file changed
Makefile.system
@@ -364,6 +364,12 @@ endif
364
365
366
ifeq ($(USE_OPENMP), 1)
367
+
368
+#check
369
+ifeq ($(USE_THREAD), 0)
370
+$(error OpenBLAS: Cannot set both USE_OPENMP=1 and USE_THREAD=0. The USE_THREAD=0 is only for building single thread version.)
371
+endif
372
373
# ifeq logical or. GCC or LSB
374
ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC LSB))
375
CCOMMON_OPT += -fopenmp
0 commit comments