Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

the compiler commander ifort could not be found

Emily_N_
Beginner
492 Views

Hello,

I have Parallel Studio XE 2015, Microsoft Visual Basic 2010 Express, Microsoft Visual Studio 2010, & Microsoft Visual Studio Professional 2013 installed.  I have been trying to compile fortran using the Windows SDK 7.1 Command Prompt and it keeps giving me the error that the compiler commander ifort could not be found.  I really don't understand what the issue could be, if it is something to do with the software or just the way I have it set up?  I can easily compile C code so I know that works.

Thanks,

0 Kudos
1 Reply
mecej4
Honored Contributor III
492 Views

The SDK command prompt is configured to use the MS C/C++ compiler, and has no awareness of any Intel compilers, C or Fortran. You should use the Intel Parallel Studio command prompt from the Start Menu -- that is the simplest way for using the Intel compilers in command line mode.

0 Kudos
Reply