We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306fb06 commit f4c4deeCopy full SHA for f4c4dee
1 file changed
src/NativeProviders/Linux/readme.txt
@@ -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) Install MKL.
5
6
-Install g++:
+There are many options. At time of writing this is a good source:
+https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html
+
+2) Install g++:
7
sudo apt-get install g++ g++-multilib libc6-dev-i386
8
9
-Build:
+3) Build:
10
./mkl_build.sh
11
+PS: you may have to update MKL's version number inside the script. See VERSION environment variable.
0 commit comments