- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Please use the MKL Link Line Advisor tool at https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm to determine the command line to use for linking your program with MKL. Note that the flags that you thought that you should use may not be appropriate. In particular, unless you are passing 8-byte integer arguments to MKL routines, you should be using LP64 libraries rather than ILP64 libraries.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi Ab,
Yes, MKL reconstruct the library structure. The old library like mkl_lapack, guide etc is not existing.
Please refer to https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm
In general, both BLAS and LAPACK use the same libraries,
LAPACK = -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl
BLAS = -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl
lmkl_lapack95_ilp64 is for Fortran 95 interface.
Best Regards,
Ying

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora