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
連結已複製
1 回應
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
