Skip to content

Commit

Permalink
Make numpy faster
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jan 29, 2025
1 parent 86519b4 commit 8a30c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ EOF
tar xzf numpy-1.26.4.tar.gz
rm numpy-1.26.4.tar.gz
cd numpy-1.26.4/
pip install . -Csetup-args=-Dblas-order=mkl,openblas,blis -Csetup-args=-Dlapack-order=mkl,openblas,lapack
pip install . -Csetup-args=-Dblas-order=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack-order=mkl-dynamic-lp64-iomp
cd ..
rm -rf numpy-1.26.4/

Expand Down

0 comments on commit 8a30c60

Please sign in to comment.