Error spawning df.exe

Error spawning df.exe

Maadi's picture
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
2 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
TimP (Intel)'s picture
Best Reply

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.

Login to leave a comment.