After I run ./extras/install_mkl.sh, I accidentally delete the /opt/intel/ directory.
And now, even I got message: ./extras/install_mkl.sh: MKL package intel-mkl-64bit-2019.2-057 was successfully installed, the ./extras/check_dependencies.sh will still give message: Intel MKL is not installed
Anyone knows how to fix it?
./extras/install_mkl.sh: Your system is using debian-style package management.
+ apt-get update
Fetched 163 kB in 1s (217 kB/s)
Reading package lists... Done
+ apt-get install -y wget apt-transport-https ca-certificates gnupg
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20180409).
gnupg is already the newest version (2.2.4-1ubuntu1.2).
wget is already the newest version (1.19.4-1ubuntu2.2).
apt-transport-https is already the newest version (1.6.11).
The following packages were automatically installed and are no longer required:
linux-aws-headers-4.15.0-1031 linux-aws-headers-4.15.0-1032 linux-aws-headers-4.15.0-1033 linux-aws-headers-4.15.0-1034 linux-aws-headers-4.15.0-1035
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 177 not upgraded.
+ apt-key --keyring /usr/share/keyrings/intel-sw-products.gpg add -
OK
Fetched 163 kB in 1s (217 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
intel-mkl-64bit-2019.2-057 is already the newest version (2019.2-057).
The following packages were automatically installed and are no longer required:
linux-aws-headers-4.15.0-1031 linux-aws-headers-4.15.0-1032 linux-aws-headers-4.15.0-1033 linux-aws-headers-4.15.0-1034 linux-aws-headers-4.15.0-1035
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 177 not upgraded.
./extras/install_mkl.sh: Configuring ld runtime bindings
+ echo '/opt/intel/lib/intel64
/opt/intel/mkl/lib/intel64'
+ ldconfig
./extras/install_mkl.sh: MKL package intel-mkl-64bit-2019.2-057 was successfully installed