- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have recently purchased Intel Visual Fortran 11.1 with IMSL
When I try to run my program with visual studio I get the following error.Compiling Fortran...
Error spawning df.exe
Rainflow.obj - 1 error(s), 0 warning(s)
do you know how it can be fixed?
It seems that Visual Studio is not able to find Fortran compiler.
I am able to run my *.f90 files from command line but I can not run them in Visual Studio
I located DF.exe in my computer and I added its directory to Visual Studio in tools-options-directories but this did not fix my problem.
any help would be appreciated.
Thanks
1 解決策
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
df was a name for the CVF compiler. You must have a script which invoked it. That compiler will not integrate with any currently supported Visual Studio.
Command line name for Intel Fortran 11.1 is ifort (ifort.exe).
The companion forum for Windows Fortran is the place to look up advice on these compilers.
Command line name for Intel Fortran 11.1 is ifort (ifort.exe).
The companion forum for Windows Fortran is the place to look up advice on these compilers.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
df was a name for the CVF compiler. You must have a script which invoked it. That compiler will not integrate with any currently supported Visual Studio.
Command line name for Intel Fortran 11.1 is ifort (ifort.exe).
The companion forum for Windows Fortran is the place to look up advice on these compilers.
Command line name for Intel Fortran 11.1 is ifort (ifort.exe).
The companion forum for Windows Fortran is the place to look up advice on these compilers.