Intel® Fortran Compiler XE 13.1 User and Reference Guides

mmic

Builds an application that runs natively on Intel® MIC Architecture. This option only applies to Intel® MIC Architecture.

IDE Equivalent

None

Architectures

Intel® 64 architecture, targeting Intel® MIC Architecture

Syntax

Linux:

-mmic

OS X:

None

Windows:

None

Arguments

None

Default

OFF

The compiler builds a heterogeneous application. You must specify this option to build an application that runs natively on Intel® MIC Architecture.

Description

This option enables the cross compiler to build an application that runs natively on Intel® MIC Architecture. It is only available on the command line.

When you use this option, the compiler defines the macro __MIC__.

Alternate Options

None

Example

The following option generates the object file a.out, which only runs on Intel® MIC Architecture:

ifort -mmic hello.f90

See Also


Submit feedback on this help topic