Skip to content
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

Open
lzq2369 opened this issue Nov 1, 2019 · 5 comments
Open

LIB_PATH ? #6

lzq2369 opened this issue Nov 1, 2019 · 5 comments

Comments

@lzq2369
Copy link

lzq2369 commented Nov 1, 2019

" 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

@bharadwajdhornala
Copy link

Hi @Xharlie @walsvid In addition to @lzq2369 Can you explain what each means?

@BrandoZhang
Copy link

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 find / -name libtbb.so.2 to check the dependency one by one. If you use Anaconda, those libs may locate at /<YOUR ANACONDA PATH>/envs/<YOUR ENV NAME>/lib.

BTW, I am fixing those dependency links too. 🤝

@Xharlie
Copy link
Owner

Xharlie commented Feb 29, 2020

just add the lib back under the isosurface folder

@JohnG0024
Copy link

JohnG0024 commented Aug 22, 2020

What are these paths :/opt/intel/lib/intel64:/opt/intel/mkl/lib/intel64:/usr/local/lib64:/usr/local/lib:/usr/local/cuda/lib64 for?

@Xharlie
Copy link
Owner

Xharlie commented Aug 24, 2020

these are mkl and cuda paths, for any c++ code, you need to add dependency directory if you want to use some library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants