开发者

ifort is not recognized as an internal or external command

I am compiling a code in Fortran using Visual Studio 2010 using Intel Visual Fortran and I continue to get this message. The installation was completed without errors, and i don't think I need add开发者_运维百科itional packages or libraries.


This is a general Windows question. When a command is not recognized, you typically need to modify your PATH variable. Create a Windows batch file with a line such as

set path=c:\foo;%path%

where c:\foo is the directory of the ifort.exe executable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜