The Intel® Fortran Compiler compiles Fortran source files for Intel® 64 and IA-32 architectures. You can also use the compiler to create applications targeting Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
Before you can use this tool, you must first set the environment variables by sourcing the environment script as described in the edition-level Getting Started documentation.
To invoke the compiler from the command line, use a command similar to the following:
ifort my_source_file.f90
Following successful compilation, the compiler creates an executable file in the current directory.
Document | Description |
---|---|
Online Training |
The online training site is an excellent resource for training on using the compiler: https://software.intel.com/en-us/fortran-compilers-support/training |
Information on the product installation, new and changed features, and issues that are not described in the product documentation. |
|
Code samples and corresponding tutorials. Learn specific compiler optimizations, features, tools, and programming concepts. |
|
The Intel® Compiler documentation contains information on:
|
|
Provides a summary of the OpenMP specification. |
|
Software product documentation |
|
Other help |
You can access general help for compiler options after setting up the environment by entering ifort -help at the command line. |