guide-file-append, Qguide-file-append

Causes the results of guided auto-parallelization to be appended to a file.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-guide-file-append [=filename]

Windows:

/Qguide-file-append [:filename]

Arguments

filename

Is the name of the file to be appended to. It can include a path.

Default

OFF

Messages that are generated by guided auto-parallelization are output to stderr.

Description

This option causes the results of guided auto-parallelization to be appended to a file.

This option is ignored unless you also specify one or more of the following options: option -guide, -guide-vec, -guide-data-trans, or -guide-par (Linux* OS and Mac OS* X), or option /Qguide, /Qguide-vec, /Qguide-data-trans, or /Qguide-par (Windows* OS).

If you do not specify a path, the compiler looks for filename in the current working directory.

If filename is not found, then a new file with that name is created in the current working directory.

If you do not specify a file extension, the name of the file is filename.guide.

If the name specified for filename conflicts with a source file name provided in the command line, the name of the file is name-of-the-first-source-file.guide.

Note iconNote

If you specify -guide-file-append or /Qguide-file-append and you also specify -guide-file (Linux OS and Mac OS X) or /Qguide-file (Windows OS), the last option specified on the command line takes precedence.

Alternate Options

None

Example

The following example shows how to cause guided auto-parallelization messages to be appended to a file named my_messages.txt:

-guide-file-append=my_messages.txt       ! Linux and Mac OS X systems
/Qguide-file-append:my_messages.txt      ! Windows systems

See Also


Submit feedback on this help topic

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