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

what is the replacement -lguide for ifort 2013 sp1

Kong_X_
初學者
518 檢視

Dear all,

I have encountered one problem that made me puzzle,

I have known that ifort with the old version there is a flags (maybe with MKL) named -lguide.

Then what is the replacement for ifort 2013 sp1

 

thanks all

 

0 積分
1 回應
Kevin_D_Intel
員工
517 檢視

It was replaced by libiomp, as per https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/286097

If you are building with OpenMP, there probably isn't a need to substitute anything and instead you would remove it. If not building with OpenMP then try replacing with: -liomp

回覆