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

Link the library MKL SDL to run pardiso_basic #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cauachagas
Copy link
Contributor

i wrote a simple FindMKL_SDL to run the pardiso_basic example. I used an similar Dockerfile to run the project

cmake -B build

image

cmake -B build -DMKLROOT=$CONDA_PREFIX

image

Examples running

image

Ubuntu 22.04 libmkl-rt

I tried changing FindMKL_SDL to work with libmkl_rt.so coming from sudo apt-get install libmkl-rt on Ubuntu 22.04 but it gives the error

symbol lookup error: /lib/x86_64-linux-gnu/libmkl_intel_thread.so: undefined symbol: omp_in_parallel

I believe this version libmkl_rt.so is only compatible with intel compilers.

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

Successfully merging this pull request may close these issues.

1 participant