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

When "source bigdl-nano-init", some os files are missing #3780

Open
Jn-Huang opened this issue Dec 22, 2021 · 2 comments
Open

When "source bigdl-nano-init", some os files are missing #3780

Jn-Huang opened this issue Dec 22, 2021 · 2 comments

Comments

@Jn-Huang
Copy link

Jn-Huang commented Dec 22, 2021

After installing bigdl-nano(version: 0.14.0b20211215), I do "source bigdl-nano-init". It goes like:

OpenMP library found...
Setting OMP_NUM_THREADS...
Setting OMP_NUM_THREADS specified for pytorch...
Setting KMP_AFFINITY...
Setting KMP_BLOCKTIME...
Setting MALLOC_CONF...
Setting LD_PRELOAD...
**sed: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file                   or directory
sed: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file                   or directory**
+++++ Env Variables +++++
LD_PRELOAD=
MALLOC_CONF=
OMP_NUM_THREADS=48
KMP_AFFINITY=granularity=fine,compact,1,0
KMP_BLOCKTIME=1
TF_ENABLE_ONEDNN_OPTS=
+++++++++++++++++++++++++
Complete.

It seems that libunwind.so.8 is missing. Will it cause any problem and how can I fix it? Much Thanks!

@qiuxin2012
Copy link
Contributor

Does your sed work fine?
Mayme you need to install libunwind8 via apt or yum.

@TheaperDeng
Copy link
Collaborator

I think this happens on one of our internal server, we may need to install them and see what happens.

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

4 participants