Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

Intel fortran Compiler installation and command shell compiling

sunadasn
Beginner
448 Views
hi everyone
I just installed the the intel visual fortran compiler on my laptop...
I installed it in the program files directry of C drive in my computer.
Now i want to actually compile the programs i write in notepad by using the command shell .
so can anyone give me detailed description of what i am supposed to do........
I want to compile the programs that i write and i want to use the command shell ( DOS window ) to do that
please help me out . I am stuck in my research badly and i cannot afford to loose more time
regards
sunada

0 Kudos
1 Reply
Steven_L_Intel1
Employee
448 Views
Start > Programs > Intel Software Development Tools > Intel Fortran Compiler 10.0.xxx > Fortran Build Environment for applications running on IA-32.

To compile:

ifort yourprog.f90

Please see the on-disk documentation (documentation index is another of the program group entries above) regarding building from the command line.
0 Kudos
Reply