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

ERROR: cannot load libmkl_vml_avx512.so.1 or libmkl_vml_def.so.1. #8

Open
Master-cai opened this issue Apr 12, 2024 · 1 comment
Open

Comments

@Master-cai
Copy link

Hello! I followed the README to create the conda env and try to reproduce the results by bash scripts/reproduce_test/outdoor_full_auc.sh . But I met this errors:

| INFO     | __main__:<module>:128 - Args and config initialized!
INTEL MKL ERROR: /usr/local/lib/libmkl_vml_avx512.so.1: undefined symbol: mkl_lapack_dspevd.
Intel MKL FATAL ERROR: cannot load libmkl_vml_avx512.so.1 or libmkl_vml_def.so.1.

Any ideas? Thanks!

@wyf2020
Copy link
Contributor

wyf2020 commented Apr 12, 2024

Hi, thanks for your question. I just tried on a new 3090 server on autodl, re-cloned the latest version of the code, and recreated the environment following the README, but I didn't encounter this issue. Could you please provide your Linux (Ubuntu) version, Python version, Torch version, and GPU model? Also, I noticed that neither my pip nor conda list includes MKL or any package with MKL in its name. I guess you might have used Anaconda, which installs MKL packages by default. Perhaps switching to Miniconda could solve this issue.

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

2 participants