Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Compiler for dgels and dposv

palang
Beginner
384 Views
I got this error msg when I compiled my fortran program.
'undefined reference to `dgels_'' and
'undefined reference to `dposv_'


Thank you in advance
0 Kudos
1 Reply
Steven_L_Intel1
Employee
384 Views
Those are not standard compiler library routines - you need to link against an external library which provides those routines, such as the Intel Math Kernel Library.
0 Kudos
Reply