Closed yurivict closed 5 years ago
FreeBSD 11.2 amd64 openblas-0.2.20_7,1
Somehow openblas_set_num_threads
is missing in the older version of openblas
on FreeBSD, and it can't be easily updated at this time.
As a workaround, I undefined OPENBLAS_DISABLE_THREADS
in config.h
.
https://github.com/jeromerobert/hmat-oss/blob/master/src/disable_threading.cpp#L75
I can't find which include file defines it.