We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this error of mkl: ...
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_clacn2' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_pds_sp_pds_sym_indef_diag_fwd_ker_seq_cmplx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_sparse_s_csc_mv_def_ker_i8' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_ccoo0nhuuc__mmout_par' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_lapack_ps_dsymv_nb' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_chesvxx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_ssygst' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_blas_xsgemm0_brc' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_dcsr1nsuuf__mmout_par' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_cdia1nsunf__mmout_par' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_pds_pds_her_indef_diag_ker_loop_nrhs_cmplx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_dlaein' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_sgtcon' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_sgesvxx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_zcoo1nhunf__mvout_par' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_pds_lp64_pardiso_export_s' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_zcoo1sd_nf__mmout_par' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to ``mkl_pds_cmovxy' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_pds_lp64_sp_dsytrs_bklfw_noscal_pardiso' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_pds_lp64_sp_pds_unsym_ker_loop_nrhs_cmplx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_zlaqgb' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_lapack_zlaed8' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_iss_dcsrilut' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_lp64_dbsc_gauss' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to mkl_pds_lp64_pardiso_export_c' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_pds_lp64_pds_fct_right_single_cmplx' /home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to mkl_spblas_lp64_ccoo1ng__c__mmout_par' collect2: error: ld returned 1 exit status Makefile:115: recipe for target 'bin/grad_check' failed make: *** [bin/grad_check] Error 1`
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_lapack_chesvxx'
mkl_lapack_dlaein'
mkl_lapack_sgesvxx'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to
mkl_spblas_zcoo1nhunf__mvout_par'
mkl_pds_lp64_pardiso_export_s'
mkl_spblas_zcoo1sd_nf__mmout_par'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to ``mkl_pds_cmovxy'
mkl_pds_lp64_sp_dsytrs_bklfw_noscal_pardiso'
mkl_pds_lp64_sp_pds_unsym_ker_loop_nrhs_cmplx'
mkl_lapack_zlaed8'
the mkl enviropment variable was configured on .profile according to intel site instructions.
How to workaround this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting this error of mkl:
...
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_lapack_clacn2'mkl_lapack_chesvxx'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_lapack_ssygst'mkl_lapack_dlaein'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_lapack_sgtcon'mkl_lapack_sgesvxx'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to
mkl_spblas_zcoo1nhunf__mvout_par'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_pds_lp64_pardiso_export_s'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to
mkl_spblas_zcoo1sd_nf__mmout_par'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to ``mkl_pds_cmovxy'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to
mkl_pds_lp64_sp_dsytrs_bklfw_noscal_pardiso'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to
mkl_pds_lp64_sp_pds_unsym_ker_loop_nrhs_cmplx'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_lapack_zlaqgb'mkl_lapack_zlaed8'
/home/eneas/intel/mkl/lib/intel64/libmkl_intel_lp64.so: undefined reference to
mkl_iss_dcsrilut'the mkl enviropment variable was configured on .profile according to intel site instructions.
How to workaround this?
The text was updated successfully, but these errors were encountered: