summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_openblas.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_openblas.sh b/build_openblas.sh
index 94a0735..910368d 100755
--- a/build_openblas.sh
+++ b/build_openblas.sh
@@ -20,7 +20,7 @@ function build()
pre
pushd "${dest}"
export LDFLAGS="-Wl,-rpath=$prefix/lib"
- make USE_OPENMP=1
+ make USE_OPENMP=1 NUM_THREADS=64
make install PREFIX="${prefix}" NO_STATIC=1
popd
post