- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've used Parallel Studio XE for ifort complier, and I'm trying to use OneAPI toolkits for my new workstation.
While using the same code that works for the Parallel Studio XE, I kept having the following errors and couldn't compile in using OneAPI toolkits.
1. My makefile contains
"ifort -O3 -xHost -ipo -qopenmp -qmkl -fp-model strict -mcmodel=medium \..."
2. The following errors appear:
ipo: warning #11021: unresolved zgees_
Referenced in /tmp/ipo_ifortsafp7W.o
ipo: warning #11021: unresolved dsyev_
Referenced in /tmp/ipo_ifortsafp7W.o
ld: cannot find -lmkl_intel_lp64
ld: cannot find -lmkl_intel_thread
ld: cannot find -lmkl_core
I've been trying to fix it, but I couldn't. If there is anyone who can help me out, I would really appreciate it.
Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which oneAPI Toolkits did you install? MKL is part of oneAPI Base Toolkit. We recommend installing both Base and HPC Toolkits for functionality comparable to PSXE.
If you haven't installed Base Toolkit you can also just install the oneMKL component. Links to download components are here. Look in Performance Libraries.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page