Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2010 使用 Intel Visual Fortran 在 Fortran 中编译代码,并且我继续收到此消息。安装完成没有错误,我认为我不需要额外的包或库。
这是一个一般的 Windows 问题。当无法识别命令时,您通常需要修改 PATH 变量。使用如下行创建一个 Windows 批处理文件
设置路径=c:\foo;%path%
其中 c:\foo 是 ifort.exe 可执行文件的目录。