summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-08-29 13:14:22 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-08-29 13:14:22 -0400
commitb6cb5c0ee28a2c216ad7883410e782d9b4a41848 (patch)
tree7de4478b691e17c32a375a7fe5ee6e4cf7e4a29c
parente1e50116a7151574f7ddfc05528bdf398e6f1566 (diff)
downloaddocker-buildsys-openblas-b6cb5c0ee28a2c216ad7883410e782d9b4a41848.tar.gz
Bump max threads
-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