- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
system: linux 64bit
after install mkl alongwith intel parallel studio, i cannot find
cannot find ${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a and ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a
but only ${MKLROOT}/lib/mic/libmkl_scalapack_lp64.a and ${MKLROOT}/lib/mic/libmkl_blacs_intelmpi_lp64.a
why this happen??
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I referenced the blow link:
https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor
it recommended me to use these libs:
${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a -Wl,--end-group ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a -lpthread -lm
but I really cannot find ${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a and ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a. there are only ${MKLROOT}/lib/mic/libmkl_scalapack_lp64.a and ${MKLROOT}/lib/mic/libmkl_blacs_intelmpi_lp64.a
can someone tell me why?
thanks very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Leo,
by the default, the ScaLapack libraries are not installed. You need to reinstall the MKL, select Custom installation, select the appropriate components and they will be installed on the user’s system
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I have the same problem.
I tried to reinstall MKL, but I didn't find any option for ScaLapack
Here is what I have:
Step 2 of 4 | Options > Component selection
--------------------------------------------------------------------------------
You may choose not to install some components of this product. Optional
components are shown with an option number of the left. Entering that number
will select/unselect that component for installation. When you have completed
your changes, select option 1 to return to previous menu.
--------------------------------------------------------------------------------
1. Finish component selection [default]
2.
3.
4.
5.
6.
7. [ ] PGI* compiler support
8.
9. [ ] Cluster support
However I am using free "Academic Research Performance Libraries" from Intel. So, maybe this version doesn't have ScaLapack.
Could you clarify it, please?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you need to check [] Cluster support check box and then mkl_scalapack_ components would be installed on your system

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page