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

compiling errors

amit_paliwal
Beginner
874 Views

Hi all,
I installed v7.0 fortran compiler and was compiling codes( that do not make use of OMP) and make calls to dgemm ( BLAS routine) . It gives me several 'undefined reference to'
errors.
I compile by -lmkl_p4
details:
/opt/intel/mkl/lib/32/libmkl_p4.a(dgemm_omp.o): in function '___MKL_BLAS__dgemm_234__parallel_6: ......undefined reference to '__kmpc_for_static _init _4'

etc...

please advise.
-Amit.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
874 Views
See here

Steve
0 Kudos
amit_paliwal
Beginner
874 Views
thanks ...i had missed that reply while posting that question. I can compile the codes now.
-Amit.
0 Kudos
Reply