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_
Beginner
517 Views

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 Kudos
1 Reply
Kevin_D_Intel
Employee
516 Views

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

0 Kudos
Reply