graphnn
graphnn copied to clipboard
problem about Build static library
Thanks for your reply. I follow your guide, when I build static library.
I meet fatal error: tbb/tbb.h :No such file or directory
I don't know why and how to solve it. I hope that you could help me. Thank you!
You need to have intel tbb installed.
It should come with the intel parallel studio, together with intel MKL
I had the same problem. I installed tbb directly from the website and used ln -s INSTALLED_DIR/include/ /opt/intel/tbb/include
. This video can be a faster way to install tbb