Hanjun-Dai / graph_comb_opt

Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"

Home Page:https://arxiv.org/abs/1704.01665

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to install mkl at now?

JackWhite-rwx opened this issue · comments

Excuse me!Thank you very much for your excellent work。When I try to run this code,I could not find appropriate intel mkl Download link with graphnn‘s environment"https://github.com/Hanjun-Dai/graphnn/tree/bdf51e66231d51bc2b9a560b2be255bc642d4a03#download-and-install-intel-mkl"
Could you help me ? Thank you very much .

Hi,

Sorry for the lack of maintenance. You can search for intel parallel studio. Or I think the anaconda comes with the mkl which you can use as well.

Hi,

Sorry for the lack of maintenance. You can search for intel parallel studio. Or I think the anaconda comes with the mkl which you can use as well.

Thanks for your help

commented

follow this link to install mkl: https://www.intel.com/content/www/us/en/developer/articles/guide/installing-free-libraries-and-python-apt-repo.html (but should use this key: https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB NOT this key GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB)

it works for me on WSL2