Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Linear Regression

JohnNichols
Valued Contributor III
435 Views

I am running into problems with linear regression -- I am trying GESL and it has a linking error -- any ideas

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
435 Views

please try to build lapack.f90 module first and then link with your testgesf.f90

0 Kudos
mecej4
Honored Contributor III
435 Views

You need to link with the Lapack95 and BLAS95 libraries. Use the https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor tool.

0 Kudos
JohnNichols
Valued Contributor III
435 Views

I have spend the day struggling with MKL - it appears to interfere with DISLIN and I get library errors, I can get the routines running standalone as soon as I put them into the main program they get linking errors.    

These are really hard errors to solve.

I just do not know enough about linking.  

 

John

 

 

0 Kudos
Reply