Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Error spawning df.exe

Maadi
ビギナー
1,511件の閲覧回数
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
0 件の賞賛
1 解決策
TimP
名誉コントリビューター III
1,511件の閲覧回数
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.

元の投稿で解決策を見る

1 返信
TimP
名誉コントリビューター III
1,512件の閲覧回数
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.
返信