We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cc3524 + fe47dc8 commit b6a948fCopy full SHA for b6a948f
1 file changed
Makefile
@@ -84,6 +84,10 @@ else
84
@echo " (Multi-threading; Max num-threads is $(NUM_THREADS))"
85
endif
86
87
+ifeq ($(DYNAMIC_ARCH), 1)
88
+ @echo " Supporting multiple $(ARCH) cpu models with minimum requirement for the common code being $(CORE)"
89
+endif
90
+
91
ifeq ($(USE_OPENMP), 1)
92
@echo
93
@echo " Use OpenMP in the multithreading. Because of ignoring OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags, "
0 commit comments