- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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??
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
you need to check [] Cluster support check box and then mkl_scalapack_ components would be installed on your system