Skip to content

Commit f4c4dee

Browse files
authored
Update MKL on Linux readme instructions
1 parent 306fb06 commit f4c4dee

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
Install MKL:
2-
tar -zxvf l_mkl_11.3.0.109.tgz
3-
sudo ./install.sh
4-
Make sure to include IA32 as well
1+
1) Install MKL.
52

6-
Install g++:
3+
There are many options. At time of writing this is a good source:
4+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html
5+
6+
2) Install g++:
77
sudo apt-get install g++ g++-multilib libc6-dev-i386
88

9-
Build:
9+
3) Build:
1010
./mkl_build.sh
11+
PS: you may have to update MKL's version number inside the script. See VERSION environment variable.

0 commit comments

Comments
 (0)