-
Notifications
You must be signed in to change notification settings - Fork 46
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
error while loading shared libraries: libmkl_intel_lp64.so #4
Comments
I think you can modify Maybe you can try this: |
I met same problem. My Linux server has no surface to display, there is no /opt/intel/lib/intel64 or /opt/intel/mkl/lib/intel64/ path. Any other code to convert numpy/result.dist to result.obj? |
I solve this problem. |
Hi @qiao1025566574 @walsvid @Xharlie I am trying this code on CPU version. I have made the GPU to CPU changes. I am stuck at changing LIB_PATH. Can you please specify what each means in the given statement. |
Hi @walsvid. Thanks for your fast reply. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./isosurface/:/home/DISN/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 What does :/opt/intel/lib/intel64:/opt/intel/mkl/lib/intel64:/usr/local/lib64:/usr/local/lib:/usr/local/cuda/lib64 are for? |
Hi @bharadwajdhornala , it just means check which common paths contain the required so files. |
I had to give an extra path '/opt/nvidia/nsight-systems/2019.5.2/host-linux-x64/' and it worked fine. This is my complete LIB_PATH content: |
Thanks to @qiao1025566574 for providing an alternative to the original method. I have made slight changes based on his suggestion and seems to fix the issue. Everything works nicely afterwards. In the
|
can anyone help me? I have changed the LIB PATH to: Why? |
Hi,
Thank you for releasing the codes. I met problem with marching cube at last of the demo, the error is:
./isosurface/computeMarchingCubes: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory
However I've tried many methods to reinstall mkl, add this file to lib path and even move it to the same folder with computeMarchingCubes, neither of these methods work.
Any idea on solving this would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: