Intel(R) Visual Fortran Composer XE 2013 SP1 Update 1 和Microsoft Visual Studio* 2013 导致异常判断出错

https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/494680

新版本的Intel不存在这个问题,或者使用vs2017也没有这个问题

解决方法:

The developers already know about this and it is fixed for Update 2, planned for January. It is caused by the support for debugging Intel MIC Architecture (Intel Xeon Phi) applications which is new in Composer XE 2013 SP1. Most of you, I'd guess, don't use this feature. The workaround is:

Rename the two files CPUSideBpManager.vsdconfig and CPUSideRDM.vsdconfig  under “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Packages\Debugger“  which will disable the MIC VS debugger integration. You could also just delete those.  While this path is for VS2012, you'll find the same files under VS2013. You could also do a "Change" on the Fortran or Parallel Studio XE product in Programs and Features, select Modify and set the "Intel Debugger Extension" to "This will not be installed or removed".


猜你喜欢

转载自blog.csdn.net/u014357799/article/details/80266415