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
ビギナー
2,024件の閲覧回数

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 件の賞賛
2 返答(返信)
Steven_L_Intel1
従業員
2,024件の閲覧回数
See here

Steve
amit_paliwal
ビギナー
2,024件の閲覧回数
thanks ...i had missed that reply while posting that question. I can compile the codes now.
-Amit.
返信