Intel® Fortran Compiler 17.0 Developer Guide and Reference

qoffload-arch, Qoffload-arch

Lets you specify the target architecture to use when offloading code. This option only applies to Intel® MIC Architecture.

Architecture Restrictions

Only available on Intel® 64 architecture targeting Intel® MIC Architecture

Syntax

Linux:

-qoffload-arch=arch

macOS:

None

Windows:

/Qoffload-arch:arch

Arguments

arch

Specifies the target architecture.

On Intel® 64 architecture targeting Intel® MIC Architecture, arch can be one of the following:

  • mic, targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)

  • mic-avx512, targeting the Intel® Xeon Phi™ product family x200 (formerly code name Knights Landing)

Default

varies

On Intel® 64 architecture targeting Intel® MIC Architecture, the default arch is assumed to be mic.

Description

This option lets you specify the target architecture to use when offloading code.

The following are various combinations and settings of command line options for offloading:

IDE Equivalent

None

Alternate Options

None

See Also