Syntax for the ifort Command

Use the syntax below to invoke the Intel® Fortran Compiler from the command line:

ifort  [options]input_file(s)

An option is specified by one or more letters preceded by a hyphen (-) for Linux and Mac OS* X operating systems and a slash (/) for the Windows* operating system. (You can use a hyphen (-) instead of a slash for Windows OS, but this is not the preferred method.)

The following rules apply:

ifort /warn:usage,declarations test.f90

You can use an equals sign (=) instead of the colon:

ifort /warn=usage,declarations test.f90

Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.