diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-08-29 13:14:22 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-08-29 13:14:22 -0400 |
commit | b6cb5c0ee28a2c216ad7883410e782d9b4a41848 (patch) | |
tree | 7de4478b691e17c32a375a7fe5ee6e4cf7e4a29c | |
parent | e1e50116a7151574f7ddfc05528bdf398e6f1566 (diff) | |
download | docker-buildsys-openblas-b6cb5c0ee28a2c216ad7883410e782d9b4a41848.tar.gz |
Bump max threads
-rwxr-xr-x | build_openblas.sh | 2 |
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 |