Skip to content
Snippets Groups Projects
Commit e6df614a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

compile openblas with support for max 32 threads

parent 9fc9763e
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ENV FC=/usr/local/bin/gfortran ...@@ -29,7 +29,7 @@ ENV FC=/usr/local/bin/gfortran
# OpenBLAS # OpenBLAS
# ----------------------- # -----------------------
RUN git clone https://github.com/xianyi/OpenBLAS.git && cd OpenBLAS && git checkout v0.3.15 && make NUM_THREADS=8 TARGET=CORE2 && cp libopenblas_core2p-r0.3.15.a /usr/local/lib/libopenblas.a && cd .. && rm -rf OpenBLAS RUN git clone https://github.com/xianyi/OpenBLAS.git && cd OpenBLAS && git checkout v0.3.15 && make NUM_THREADS=32 TARGET=CORE2 && cp libopenblas_core2p-r0.3.15.a /usr/local/lib/libopenblas.a && cd .. && rm -rf OpenBLAS
# ----------------------- # -----------------------
# JPEG # JPEG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment