We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0da205 commit fe47dc8Copy full SHA for fe47dc8
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