-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIB_PATH ? #6
Comments
If you delete this path and run the code directly, you will get an error like "error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory". For me, I run BTW, I am fixing those dependency links too. 🤝 |
just add the lib back under the isosurface folder |
What are these paths |
these are mkl and cuda paths, for any c++ code, you need to add dependency directory if you want to use some library. |
" Change corresponding libary path in your system in isosurface/LIB_PATH "
I can't understand it.
Here is your LIB_PATH file:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./isosurface/:/home/xharlie/dev/isosurface/tbb/tbb2018_20180822oss/lib/intel64/gcc4.7:/opt/intel/lib/intel64:/opt/intel/mkl/lib/intel64:/usr/local/lib64:/usr/local/lib:/usr/local/cuda/lib64
I can't understand :/home/xharlie/dev/isosurface/tbb/tbb2018_20180822oss/lib/intel64/gcc4.7:
what is tbb ? what is tbb2018_20180822oss ? can you explain that? thanks
The text was updated successfully, but these errors were encountered: