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

svml for gfortran

keng__zheng
Beginner
446 Views

hi,

  now i'm compiling a fortran program using svml, my compiler is gfortran and the options is ftree-vectorize -funsafe-math-optimizations -mveclibabi=svml.

  but it does not work well, it shows that:

  undefined reference to `vmlsPow4'

  undefined reference to `vmldPow2'

  undefined reference to `vmlsExp4'

  ........

 

what should i do for this problem??

thanks!!
 

0 Kudos
1 Reply
Juergen_R_R
Valued Contributor I
446 Views

This looks like a linking error, not a compilation error. Also, when you used gfortran, why do you ask at the Intel forum?

0 Kudos
Reply